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</TargetFrameworks >
4+ <TargetFrameworks >netcoreapp3.1;net5.0;net6.0;net7.0;net8.0 </TargetFrameworks >
55 </PropertyGroup >
66
77 <ItemGroup >
2424 <PackageReference Include =" Microsoft.AspNetCore.Authorization" Version =" 7.0.1" />
2525 <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 7.0.0" />
2626 </ItemGroup >
27+ <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
28+ <PackageReference Include =" Microsoft.AspNetCore.Authorization" Version =" 8.0.0" />
29+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 8.0.0" />
30+ </ItemGroup >
2731
2832 <PropertyGroup >
29- <AssemblyVersion >0.3 .0</AssemblyVersion >
30- <FileVersion >0.3 .0</FileVersion >
31- <Version >0.3 .0</Version >
33+ <AssemblyVersion >1.0 .0</AssemblyVersion >
34+ <FileVersion >1.0 .0</FileVersion >
35+ <Version >1.0 .0</Version >
3236 <PackageLicenseExpression >MIT</PackageLicenseExpression >
3337 <RepositoryUrl >https://github.com/pdevito3/heimguard</RepositoryUrl >
3438 <RepositoryType >git</RepositoryType >
You can’t perform that action at this time.
0 commit comments