File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netcoreapp3.1;net5.0;net6.0</TargetFrameworks >
4
+ <TargetFrameworks >netcoreapp3.1;net5.0;net6.0;net7.0 </TargetFrameworks >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
17
17
<PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 5.0.2" />
18
18
</ItemGroup >
19
19
<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 " />
21
21
<PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 6.0.0" />
22
22
</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 >
23
27
24
28
<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 >
28
32
<PackageLicenseExpression >MIT</PackageLicenseExpression >
29
33
<RepositoryUrl >https://github.com/pdevito3/heimguard</RepositoryUrl >
30
34
<RepositoryType >git</RepositoryType >
You can’t perform that action at this time.
0 commit comments