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.
180 lines
17 KiB
180 lines
17 KiB
<Project>
|
|
|
|
<!--
|
|
Note: to cover as many platforms as possible and reduce the number of package references,
|
|
OpenIddict extensively uses multi-targeting and per-framework package references. As such,
|
|
package versions must be carefully chosen to ensure they are consistent and compatible with
|
|
the TFMs supported by OpenIddict (e.g for .NET 10, only Microsoft.Extensions.* packages within
|
|
the [10.0.0,11.0.0) range are allowed). Special care must also be taken when selecting versions
|
|
to ensure that transitive references also respect the same constraints (e.g for the .NET 10 TFM,
|
|
a package must only depend on Microsoft.Extensions.* packages within the [10.0.0,11.0.0) range).
|
|
-->
|
|
|
|
<ItemGroup Label="Package versions for all targets">
|
|
<GlobalPackageReference Include="Meziantou.Analyzer" Version="3.0.136" />
|
|
<GlobalPackageReference Include="Meziantou.Polyfill" Version="1.0.158" />
|
|
</ItemGroup>
|
|
|
|
<!--
|
|
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
|
|
█████ ▀██ ██ ▄▄▄█▄▄ ▄▄████ ▄▄▄██ ▄▄▀█ ▄▄▀██ ▄▀▄ ██ ▄▄▄██ ███ ██ ▄▄▄ ██ ▄▄▀██ █▀▄████ ▄ █████▀▄▄▀██
|
|
█▀▀██ █ █ ██ ▄▄▄███ ██████ ▄▄███ ▀▀▄█ ▀▀ ██ █ █ ██ ▄▄▄██ █ █ ██ ███ ██ ▀▀▄██ ▄▀████ ▀▀ ▀█▀▀█▀▄▄▀██
|
|
█▄▄██ ██▄ ██ ▀▀▀███ ██████ █████ ██ █ ██ ██ ███ ██ ▀▀▀██▄▀▄▀▄██ ▀▀▀ ██ ██ ██ ██ ██████ ██▄▄█▄▀▀▄██
|
|
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
|
-->
|
|
|
|
<ItemGroup Label="Package versions for .NET Framework 4.8"
|
|
Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' And $([MSBuild]::VersionEquals($(TargetFrameworkVersion), '4.8.0')) ">
|
|
<PackageVersion Include="EntityFramework" Version="6.5.2" />
|
|
<PackageVersion Include="BouncyCastle.Cryptography" Version="2.6.2" />
|
|
<PackageVersion Include="Microsoft.AspNetCore.DataProtection" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.Bcl.Cryptography" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.Bcl.HashCode" Version="6.0.0" />
|
|
<PackageVersion Include="Microsoft.Bcl.Memory" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.Extensions.Http.Polly" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.Extensions.Logging" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.Extensions.Options" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.Extensions.Primitives" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.Extensions.WebEncoders" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.19.2" />
|
|
<PackageVersion Include="Microsoft.IdentityModel.Protocols" Version="8.19.2" />
|
|
<PackageVersion Include="Microsoft.IdentityModel.Tokens" Version="8.19.2" />
|
|
<PackageVersion Include="Microsoft.Owin.Security" Version="4.2.3" />
|
|
<PackageVersion Include="Microsoft.Windows.SDK.Contracts" Version="10.0.17763.1000" />
|
|
<PackageVersion Include="MongoDB.Bson" Version="3.10.0" />
|
|
<PackageVersion Include="MongoDB.Driver" Version="3.10.0" />
|
|
<PackageVersion Include="MSBuild.Microsoft.VisualStudio.Web.targets" Version="14.0.0.3" />
|
|
<PackageVersion Include="NuGet.Build.Tasks.Pack" Version="6.14.0" />
|
|
<PackageVersion Include="Quartz.Extensions.DependencyInjection" Version="3.18.2" />
|
|
<PackageVersion Include="SharpCompress" Version="1.0.0" />
|
|
<PackageVersion Include="Snappier" Version="1.3.1" />
|
|
<PackageVersion Include="System.Buffers" Version="4.6.1" />
|
|
<PackageVersion Include="System.Collections.Immutable" Version="10.0.10" />
|
|
<PackageVersion Include="System.Net.Http.Json" Version="10.0.10" />
|
|
<PackageVersion Include="System.Security.Cryptography.Xml" Version="10.0.10" />
|
|
<PackageVersion Include="System.Text.Json" Version="10.0.10" />
|
|
|
|
<!--
|
|
Note: the following references are exclusively used in the test projects:
|
|
-->
|
|
<PackageVersion Include="AngleSharp" Version="1.5.2" />
|
|
<PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.7.1" />
|
|
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.Owin.Testing" Version="4.2.3" />
|
|
<PackageVersion Include="Moq" Version="4.18.4" />
|
|
<PackageVersion Include="System.Linq.Async" Version="7.0.1" />
|
|
<PackageVersion Include="Xunit.SkippableFact" Version="1.5.61" />
|
|
|
|
<!--
|
|
Note: the following references are exclusively used in the samples:
|
|
-->
|
|
<PackageVersion Include="Antlr" Version="3.5.0.2" />
|
|
<PackageVersion Include="Autofac.Extensions.DependencyInjection" Version="11.0.2" />
|
|
<PackageVersion Include="Autofac.Mvc5" Version="6.1.0" />
|
|
<PackageVersion Include="Autofac.Owin" Version="7.1.0" />
|
|
<PackageVersion Include="Autofac.WebApi2.Owin" Version="6.2.1" />
|
|
<PackageVersion Include="Dapplo.Microsoft.Extensions.Hosting.AppServices" Version="1.0.14" />
|
|
<PackageVersion Include="Dapplo.Microsoft.Extensions.Hosting.WinForms" Version="1.0.14" />
|
|
<PackageVersion Include="Dapplo.Microsoft.Extensions.Hosting.Wpf" Version="1.0.14" />
|
|
<PackageVersion Include="Microsoft.AspNet.Identity.EntityFramework" Version="2.2.4" />
|
|
<PackageVersion Include="Microsoft.AspNet.Identity.Owin" Version="2.2.4" />
|
|
<PackageVersion Include="Microsoft.AspNet.Mvc" Version="5.3.0" />
|
|
<PackageVersion Include="Microsoft.AspNet.Web.Optimization" Version="1.1.3" />
|
|
<PackageVersion Include="Microsoft.AspNet.WebApi.Owin" Version="5.3.0" />
|
|
<PackageVersion Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" Version="4.1.0" />
|
|
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.Net.Compilers.Toolset" Version="5.6.0" />
|
|
<PackageVersion Include="Microsoft.Owin.Host.SystemWeb" Version="4.2.3" />
|
|
<PackageVersion Include="Microsoft.Owin.Security.Cookies" Version="4.2.3" />
|
|
<PackageVersion Include="Microsoft.Owin.Security.OAuth" Version="4.2.3" />
|
|
<PackageVersion Include="Microsoft.Web.Infrastructure" Version="2.0.1" />
|
|
<PackageVersion Include="Newtonsoft.Json" Version="13.0.4" />
|
|
<PackageVersion Include="Quartz.Extensions.Hosting" Version="3.18.2" />
|
|
<PackageVersion Include="SourceGear.sqlite3" Version="3.53.3" />
|
|
<PackageVersion Include="Spectre.Console" Version="0.57.2" />
|
|
<PackageVersion Include="SQLite.CodeFirst" Version="1.8.0" />
|
|
<PackageVersion Include="System.Data.SQLite.EF6" Version="2.0.3" />
|
|
<PackageVersion Include="WebGrease" Version="1.6.0" />
|
|
</ItemGroup>
|
|
|
|
<!--
|
|
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
|
|
█████ ▀██ ██ ▄▄▄█▄▄ ▄▄███▀ ██ ▄▄ ████ ▄▄ ██
|
|
█▀▀██ █ █ ██ ▄▄▄███ ██████ ██ ▀▄ █▀▀█ ▀▄ ██
|
|
█▄▄██ ██▄ ██ ▀▀▀███ █████▀ ▀█ ▀▀ █▄▄█ ▀▀ ██
|
|
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
|
-->
|
|
|
|
<ItemGroup Label="Package versions for .NET 10.0"
|
|
Condition=" '$(TargetFrameworkIdentifier)' == '.NETCoreApp' And $([MSBuild]::VersionEquals($(TargetFrameworkVersion), '10.0')) ">
|
|
<PackageVersion Include="EntityFramework" Version="6.5.2" />
|
|
<PackageVersion Include="Microsoft.AspNetCore.DataProtection" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.Extensions.Http.Polly" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="10.8.0" />
|
|
<PackageVersion Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.19.2" />
|
|
<PackageVersion Include="Microsoft.IdentityModel.Protocols" Version="8.19.2" />
|
|
<PackageVersion Include="Microsoft.IdentityModel.Tokens" Version="8.19.2" />
|
|
<PackageVersion Include="Microsoft.Extensions.Logging" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.Extensions.Options" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.Extensions.Primitives" Version="10.0.10" />
|
|
<PackageVersion Include="MongoDB.Bson" Version="3.10.0" />
|
|
<PackageVersion Include="MongoDB.Driver" Version="3.10.0" />
|
|
<PackageVersion Include="Quartz.Extensions.DependencyInjection" Version="3.18.2" />
|
|
<PackageVersion Include="SharpCompress" Version="1.0.0" />
|
|
<PackageVersion Include="Snappier" Version="1.3.1" />
|
|
<PackageVersion Include="System.Security.Cryptography.Xml" Version="10.0.10" />
|
|
<PackageVersion Include="Xamarin.AndroidX.Browser" Version="1.10.0.1" />
|
|
|
|
<!--
|
|
Note: the following references are exclusively used in the test projects:
|
|
-->
|
|
<PackageVersion Include="AngleSharp" Version="1.5.2" />
|
|
<PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.7.1" />
|
|
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="10.0.10" />
|
|
<PackageVersion Include="Moq" Version="4.18.4" />
|
|
<PackageVersion Include="Xunit.SkippableFact" Version="1.5.61" />
|
|
|
|
<!--
|
|
Note: the following references are exclusively used in the samples:
|
|
-->
|
|
<PackageVersion Include="Dapplo.Microsoft.Extensions.Hosting.AppServices" Version="1.0.14" />
|
|
<PackageVersion Include="Dapplo.Microsoft.Extensions.Hosting.WinForms" Version="1.0.14" />
|
|
<PackageVersion Include="Dapplo.Microsoft.Extensions.Hosting.Wpf" Version="1.0.14" />
|
|
<PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="10.0.10" />
|
|
<PackageVersion Include="Microsoft.Maui.Controls" Version="10.0.80" />
|
|
<PackageVersion Include="Microsoft.Maui.Controls.Compatibility" Version="10.0.80" />
|
|
<PackageVersion Include="Quartz.Extensions.Hosting" Version="3.18.2" />
|
|
<PackageVersion Include="Spectre.Console" Version="0.57.2" />
|
|
</ItemGroup>
|
|
|
|
<!--
|
|
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
|
|
█████ ▀██ ██ ▄▄▄█▄▄ ▄▄████ ▄▄▄ █▄▄ ▄▄█ ▄▄▀██ ▀██ ██ ▄▄▀█ ▄▄▀██ ▄▄▀██ ▄▄▀███ ▄ ████ ▄▄ ██
|
|
█▀▀██ █ █ ██ ▄▄▄███ ██████▄▄▄▀▀███ ███ ▀▀ ██ █ █ ██ ██ █ ▀▀ ██ ▀▀▄██ ██ ████▀▄█▀▀█ ▀▄ ██
|
|
█▄▄██ ██▄ ██ ▀▀▀███ ██████ ▀▀▀ ███ ███ ██ ██ ██▄ ██ ▀▀ █ ██ ██ ██ ██ ▀▀ ███ ▀▀█▄▄█ ▀▀ ██
|
|
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
|
-->
|
|
|
|
<ItemGroup Label="Package versions for .NET Standard 2.0"
|
|
Condition=" '$(TargetFrameworkIdentifier)' == '.NETStandard' And $([MSBuild]::VersionEquals($(TargetFrameworkVersion), '2.0')) ">
|
|
<!--
|
|
Note: the following references are exclusively used in the source generators:
|
|
-->
|
|
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="5.6.0" />
|
|
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.6.0" />
|
|
<PackageVersion Include="Scriban" Version="7.2.5" />
|
|
<PackageVersion Include="System.Interactive" Version="7.0.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|