File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks >
4+ <TargetFrameworks >netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0 </TargetFrameworks >
55 </PropertyGroup >
66
77 <ItemGroup >
2727 <PackageReference Include =" Microsoft.AspNetCore.Authorization" Version =" 8.0.11" />
2828 <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 8.0.1" />
2929 </ItemGroup >
30+ <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
31+ <PackageReference Include =" Microsoft.AspNetCore.Authorization" Version =" 9.0.0" />
32+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.0" />
33+ </ItemGroup >
3034
3135 <PropertyGroup >
3236 <AssemblyVersion >1.0.1</AssemblyVersion >
You can’t perform that action at this time.
0 commit comments