Versatile OpenID Connect stack for ASP.NET Core and Microsoft.Owin (compatible with ASP.NET 4.6.1)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

49 lines
2.3 KiB

<Project>
<PropertyGroup>
<VersionPrefix>3.0.0</VersionPrefix>
<PreReleaseVersionLabel>alpha1</PreReleaseVersionLabel>
</PropertyGroup>
<PropertyGroup>
<AspNetCoreVersion Condition=" '$(TargetFramework)' == 'net461' Or
'$(TargetFramework)' == 'net472' Or
'$(TargetFramework)' == 'netstandard2.0' Or
'$(TargetFramework)' == 'netcoreapp2.1' ">2.1.0</AspNetCoreVersion>
<AspNetCoreVersion Condition=" '$(TargetFramework)' == 'netstandard2.1' Or
'$(TargetFramework)' == 'netcoreapp3.0' ">3.0.0</AspNetCoreVersion>
</PropertyGroup>
<PropertyGroup>
<ExtensionsVersion Condition=" '$(TargetFramework)' == 'net461' Or
'$(TargetFramework)' == 'net472' Or
'$(TargetFramework)' == 'netcoreapp2.1' Or
'$(TargetFramework)' == 'netstandard2.0' ">2.1.0</ExtensionsVersion>
<ExtensionsVersion Condition=" '$(TargetFramework)' == 'netstandard2.1' Or
'$(TargetFramework)' == 'netcoreapp3.0' ">3.0.0</ExtensionsVersion>
</PropertyGroup>
<PropertyGroup>
<EntityFrameworkCoreVersion Condition=" '$(TargetFramework)' == 'netstandard2.0' ">2.1.0</EntityFrameworkCoreVersion>
<EntityFrameworkCoreVersion Condition=" '$(TargetFramework)' == 'netstandard2.1' ">3.0.0</EntityFrameworkCoreVersion>
</PropertyGroup>
<PropertyGroup>
<AngleSharpVersion>0.13.0</AngleSharpVersion>
<BclAsyncInterfacesVersion>1.0.0</BclAsyncInterfacesVersion>
<BclHashCodeVersion>1.0.0</BclHashCodeVersion>
<BouncyCastleVersion>1.8.5</BouncyCastleVersion>
<DataAnnotationsVersion>4.4.0</DataAnnotationsVersion>
<EntityFrameworkVersion>6.3.0</EntityFrameworkVersion>
<JetBrainsVersion>2019.1.3</JetBrainsVersion>
<IdentityModelVersion>5.6.0</IdentityModelVersion>
<ImmutableCollectionsVersion>1.5.0</ImmutableCollectionsVersion>
<LinqAsyncVersion>4.0.0</LinqAsyncVersion>
<MongoDbVersion>2.9.0</MongoDbVersion>
<MoqVersion>4.13.1</MoqVersion>
<OwinVersion>4.0.0</OwinVersion>
<SystemTextJsonVersion>4.6.0</SystemTextJsonVersion>
<TasksExtensionsVersion>4.5.3</TasksExtensionsVersion>
</PropertyGroup>
</Project>