File tree Expand file tree Collapse file tree 5 files changed +12
-10
lines changed
Expand file tree Collapse file tree 5 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -528,3 +528,5 @@ FodyWeavers.xsd
528528
529529# JetBrains Rider
530530* .sln.iml
531+ .idea /
532+
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net7 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77
1010 </PropertyGroup >
1111
1212 <ItemGroup >
13- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 7 .0.8 " />
13+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8 .0.2 " />
1414 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.5.0" />
1515 <PackageReference Include =" xunit" Version =" 2.4.2" />
1616 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net7 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 7 .0.8 " />
11- <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 7 .0.7 " />
10+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8 .0.2 " />
11+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 8 .0.2 " />
1212 <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.5.0" />
1313 </ItemGroup >
1414
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net7 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77
1010 </PropertyGroup >
1111
1212 <ItemGroup >
13- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 7 .0.8 " />
13+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8 .0.2 " />
1414 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.5.0" />
1515 <PackageReference Include =" xunit" Version =" 2.4.2" />
1616 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net7 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 7 .0.8 " />
11- <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 7 .0.7 " />
10+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8 .0.2 " />
11+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 8 .0.2 " />
1212 <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.5.0" />
1313 </ItemGroup >
1414
You can’t perform that action at this time.
0 commit comments