|
|
@ -18,8 +18,122 @@ |
|
|
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ |
|
|
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ |
|
|
--> |
|
|
--> |
|
|
|
|
|
|
|
|
<ItemGroup Label="Package versions for .NET Framework 4.6.1 and higher" |
|
|
<ItemGroup Label="Package versions for .NET Framework 4.6.1" |
|
|
Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' And $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '4.6.1')) "> |
|
|
Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' And $([MSBuild]::VersionEquals($(TargetFrameworkVersion), '4.6.1')) "> |
|
|
|
|
|
<PackageVersion Include="EntityFramework" Version="6.4.4" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.AspNetCore.Authentication" Version="2.1.2" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.AspNetCore.DataProtection" Version="2.1.1" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.AspNetCore.Diagnostics.Abstractions" Version="2.1.1" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.Bcl.HashCode" Version="1.1.1" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="2.1.14" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.Extensions.Caching.Abstractions" Version="2.1.23" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="2.1.23" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.1.1" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.Extensions.Http.Polly" Version="2.1.1" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.Extensions.Logging" Version="2.1.1" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.Extensions.Options" Version="2.1.1" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.Extensions.Primitives" Version="2.1.6" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.Extensions.WebEncoders" Version="2.1.1" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.25.0" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.IdentityModel.Protocols" Version="6.25.0" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.IdentityModel.Tokens" Version="6.25.0" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.Owin.Security" Version="4.2.2" /> |
|
|
|
|
|
<PackageVersion Include="MongoDB.Bson" Version="2.11.6" /> |
|
|
|
|
|
<PackageVersion Include="MongoDB.Driver" Version="2.11.6" /> |
|
|
|
|
|
<PackageVersion Include="Polly.Extensions.Http" Version="3.0.0" /> |
|
|
|
|
|
<PackageVersion Include="BouncyCastle.Cryptography" Version="2.0.0" /> |
|
|
|
|
|
<PackageVersion Include="Quartz.Extensions.DependencyInjection" Version="3.5.0" /> |
|
|
|
|
|
<PackageVersion Include="SmartFormat" Version="3.2.0" /> |
|
|
|
|
|
<PackageVersion Include="System.Collections.Immutable" Version="1.7.1" /> |
|
|
|
|
|
<PackageVersion Include="System.Net.Http.Json" Version="3.2.1" /> |
|
|
|
|
|
<PackageVersion Include="System.Text.Encodings.Web" Version="4.7.2" /> |
|
|
|
|
|
<PackageVersion Include="System.Text.Json" Version="4.7.2" /> |
|
|
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|
|
Note: the following references are exclusively used in the test projects: |
|
|
|
|
|
--> |
|
|
|
|
|
<PackageVersion Include="AngleSharp" Version="0.14.0" /> |
|
|
|
|
|
<PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.3.0" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="2.1.1" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="2.1.1" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.Owin.Testing" Version="4.2.2" /> |
|
|
|
|
|
<PackageVersion Include="Moq" Version="4.18.2" /> |
|
|
|
|
|
<PackageVersion Include="System.Linq.Async" Version="4.1.1" /> |
|
|
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|
|
Note: OpenIddict uses PolySharp to dynamically generate polyfills for types that are not available on |
|
|
|
|
|
some of the targeted TFMs (e.g Index, Range or nullable attributes on .NET Framework/.NET Standard). |
|
|
|
|
|
--> |
|
|
|
|
|
<GlobalPackageReference Include="PolySharp" Condition=" '$(DisablePolySharp)' != 'true' " Version="1.7.1" /> |
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|
|
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ |
|
|
|
|
|
█████ ▀██ ██ ▄▄▄█▄▄ ▄▄████ ▄▄▄██ ▄▄▀█ ▄▄▀██ ▄▀▄ ██ ▄▄▄██ ███ ██ ▄▄▄ ██ ▄▄▀██ █▀▄████ ▄ █████▄▄▄ ████ ▄ ██ |
|
|
|
|
|
█▀▀██ █ █ ██ ▄▄▄███ ██████ ▄▄███ ▀▀▄█ ▀▀ ██ █ █ ██ ▄▄▄██ █ █ ██ ███ ██ ▀▀▄██ ▄▀████ ▀▀ ▀█▀▀███ ██▀▀██▀▄██ |
|
|
|
|
|
█▄▄██ ██▄ ██ ▀▀▀███ ██████ █████ ██ █ ██ ██ ███ ██ ▀▀▀██▄▀▄▀▄██ ▀▀▀ ██ ██ ██ ██ ██████ ██▄▄██▌▐██▄▄█ ▀▀██ |
|
|
|
|
|
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ |
|
|
|
|
|
--> |
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup Label="Package versions for .NET Framework 4.7.2" |
|
|
|
|
|
Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' And $([MSBuild]::VersionEquals($(TargetFrameworkVersion), '4.7.2')) "> |
|
|
|
|
|
<PackageVersion Include="EntityFramework" Version="6.4.4" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.AspNetCore.Authentication" Version="2.1.2" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.AspNetCore.DataProtection" Version="2.1.1" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.AspNetCore.Diagnostics.Abstractions" Version="2.1.1" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.Bcl.HashCode" Version="1.1.1" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="2.1.14" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.Extensions.Caching.Abstractions" Version="2.1.23" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="2.1.23" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.1.1" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.Extensions.Http.Polly" Version="2.1.1" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.Extensions.Logging" Version="2.1.1" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.Extensions.Options" Version="2.1.1" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.Extensions.Primitives" Version="2.1.6" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.Extensions.WebEncoders" Version="2.1.1" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.25.0" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.IdentityModel.Protocols" Version="6.25.0" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.IdentityModel.Tokens" Version="6.25.0" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.Owin.Security" Version="4.2.2" /> |
|
|
|
|
|
<PackageVersion Include="MongoDB.Bson" Version="2.11.6" /> |
|
|
|
|
|
<PackageVersion Include="MongoDB.Driver" Version="2.11.6" /> |
|
|
|
|
|
<PackageVersion Include="Polly.Extensions.Http" Version="3.0.0" /> |
|
|
|
|
|
<PackageVersion Include="BouncyCastle.Cryptography" Version="2.0.0" /> |
|
|
|
|
|
<PackageVersion Include="Quartz.Extensions.DependencyInjection" Version="3.5.0" /> |
|
|
|
|
|
<PackageVersion Include="SmartFormat" Version="3.2.0" /> |
|
|
|
|
|
<PackageVersion Include="System.Collections.Immutable" Version="1.7.1" /> |
|
|
|
|
|
<PackageVersion Include="System.Net.Http.Json" Version="3.2.1" /> |
|
|
|
|
|
<PackageVersion Include="System.Text.Encodings.Web" Version="4.7.2" /> |
|
|
|
|
|
<PackageVersion Include="System.Text.Json" Version="4.7.2" /> |
|
|
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|
|
Note: the following references are exclusively used in the test projects: |
|
|
|
|
|
--> |
|
|
|
|
|
<PackageVersion Include="AngleSharp" Version="0.14.0" /> |
|
|
|
|
|
<PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.3.0" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="2.1.1" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="2.1.1" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.Owin.Testing" Version="4.2.2" /> |
|
|
|
|
|
<PackageVersion Include="Moq" Version="4.18.2" /> |
|
|
|
|
|
<PackageVersion Include="System.Linq.Async" Version="4.1.1" /> |
|
|
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|
|
Note: OpenIddict uses PolySharp to dynamically generate polyfills for types that are not available on |
|
|
|
|
|
some of the targeted TFMs (e.g Index, Range or nullable attributes on .NET Framework/.NET Standard). |
|
|
|
|
|
--> |
|
|
|
|
|
<GlobalPackageReference Include="PolySharp" Condition=" '$(DisablePolySharp)' != 'true' " Version="1.7.1" /> |
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|
|
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ |
|
|
|
|
|
█████ ▀██ ██ ▄▄▄█▄▄ ▄▄████ ▄▄▄██ ▄▄▀█ ▄▄▀██ ▄▀▄ ██ ▄▄▄██ ███ ██ ▄▄▄ ██ ▄▄▀██ █▀▄████ ▄ █████▀▄▄▀██ |
|
|
|
|
|
█▀▀██ █ █ ██ ▄▄▄███ ██████ ▄▄███ ▀▀▄█ ▀▀ ██ █ █ ██ ▄▄▄██ █ █ ██ ███ ██ ▀▀▄██ ▄▀████ ▀▀ ▀█▀▀█▀▄▄▀██ |
|
|
|
|
|
█▄▄██ ██▄ ██ ▀▀▀███ ██████ █████ ██ █ ██ ██ ███ ██ ▀▀▀██▄▀▄▀▄██ ▀▀▀ ██ ██ ██ ██ ██████ ██▄▄█▄▀▀▄██ |
|
|
|
|
|
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ |
|
|
|
|
|
--> |
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup Label="Package versions for .NET Framework 4.8" |
|
|
|
|
|
Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' And $([MSBuild]::VersionEquals($(TargetFrameworkVersion), '4.8')) "> |
|
|
<PackageVersion Include="EntityFramework" Version="6.4.4" /> |
|
|
<PackageVersion Include="EntityFramework" Version="6.4.4" /> |
|
|
<PackageVersion Include="Microsoft.AspNetCore.Authentication" Version="2.1.2" /> |
|
|
<PackageVersion Include="Microsoft.AspNetCore.Authentication" Version="2.1.2" /> |
|
|
<PackageVersion Include="Microsoft.AspNetCore.DataProtection" Version="2.1.1" /> |
|
|
<PackageVersion Include="Microsoft.AspNetCore.DataProtection" Version="2.1.1" /> |
|
|
@ -230,13 +344,6 @@ |
|
|
<PackageVersion Include="Moq" Version="4.18.2" /> |
|
|
<PackageVersion Include="Moq" Version="4.18.2" /> |
|
|
<PackageVersion Include="System.Linq.Async" Version="6.0.1" /> |
|
|
<PackageVersion Include="System.Linq.Async" Version="6.0.1" /> |
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|
|
Note: the following references are exclusively used in the samples: |
|
|
|
|
|
--> |
|
|
|
|
|
<PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.11" /> |
|
|
|
|
|
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.11" /> |
|
|
|
|
|
<PackageVersion Include="Quartz.Extensions.Hosting" Version="3.5.0" /> |
|
|
|
|
|
|
|
|
|
|
|
<!-- |
|
|
<!-- |
|
|
Note: OpenIddict uses PolySharp to dynamically generate polyfills for types that are not available on |
|
|
Note: OpenIddict uses PolySharp to dynamically generate polyfills for types that are not available on |
|
|
some of the targeted TFMs (e.g Index, Range or nullable attributes on .NET Framework/.NET Standard). |
|
|
some of the targeted TFMs (e.g Index, Range or nullable attributes on .NET Framework/.NET Standard). |
|
|
|