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</TargetFrameworks >
4+ <TargetFrameworks >netcoreapp3.1;net5.0;net6.0;net7.0 </TargetFrameworks >
55 </PropertyGroup >
66
77 <ItemGroup >
1717 <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 5.0.2" />
1818 </ItemGroup >
1919 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
20- <PackageReference Include =" Microsoft.AspNetCore.Authorization" Version =" 6.0.7 " />
20+ <PackageReference Include =" Microsoft.AspNetCore.Authorization" Version =" 6.0.12 " />
2121 <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 6.0.0" />
2222 </ItemGroup >
23+ <ItemGroup Condition =" '$(TargetFramework)' == 'net7.0'" >
24+ <PackageReference Include =" Microsoft.AspNetCore.Authorization" Version =" 7.0.1" />
25+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 7.0.0" />
26+ </ItemGroup >
2327
2428 <PropertyGroup >
25- <AssemblyVersion >0.2.1 </AssemblyVersion >
26- <FileVersion >0.2.1 </FileVersion >
27- <Version >0.2.1 </Version >
29+ <AssemblyVersion >0.3.0 </AssemblyVersion >
30+ <FileVersion >0.3.0 </FileVersion >
31+ <Version >0.3.0 </Version >
2832 <PackageLicenseExpression >MIT</PackageLicenseExpression >
2933 <RepositoryUrl >https://github.com/pdevito3/heimguard</RepositoryUrl >
3034 <RepositoryType >git</RepositoryType >
You can’t perform that action at this time.
0 commit comments