File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
2
<PropertyGroup >
4
- <Version >1.0.7 </Version >
5
- <TargetFramework >net6.0</ TargetFramework >
3
+ <Version >1.0.8 </Version >
4
+ <TargetFrameworks >net6.0;net7.0;net8.0</ TargetFrameworks >
6
5
<PackageId >ApiToolkit.Net</PackageId >
7
6
<Authors >ApiToolkit</Authors >
8
7
<Company >ApiToolkit</Company >
26
25
<PackageReference Include =" Microsoft.AspNetCore.Http.Extensions" Version =" 2.2.0" />
27
26
<PackageReference Include =" Microsoft.AspNetCore.Routing" Version =" 2.2.2" />
28
27
<PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 6.0.0" />
29
- <PackageReference Include =" Microsoft.AspNetCore.App" />
28
+ <FrameworkReference Include =" Microsoft.AspNetCore.App" />
30
29
<!-- Deprecated -->
31
30
<PackageReference Include =" Microsoft.AspNetCore.Hosting" Version =" 2.2.7" />
32
31
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
33
32
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.6.2" />
34
33
<PackageReference Include =" NUnit" Version =" 3.13.3" />
35
34
</ItemGroup >
36
-
37
35
</Project >
You can’t perform that action at this time.
0 commit comments