File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
</ItemGroup >
22
22
23
23
<ItemGroup Label =" Package References (.NET 7)" Condition =" '$(TargetFramework)' == 'net7.0'" >
24
- <PackageReference Include =" Microsoft.AspNetCore.JsonPatch" Version =" 7 .0.0 " />
24
+ <PackageReference Include =" Microsoft.AspNetCore.JsonPatch" Version =" 8 .0.3 " />
25
25
<PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.5.0" />
26
26
</ItemGroup >
27
27
28
28
<ItemGroup Label =" Package References (.NET 6)" Condition =" '$(TargetFramework)' == 'net6.0'" >
29
- <PackageReference Include =" Microsoft.AspNetCore.JsonPatch" Version =" 6 .0.0 " />
29
+ <PackageReference Include =" Microsoft.AspNetCore.JsonPatch" Version =" 8 .0.3 " />
30
30
<PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.0.0" />
31
31
</ItemGroup >
32
32
Original file line number Diff line number Diff line change 20
20
</ItemGroup >
21
21
22
22
<ItemGroup Label =" Package References (.NET 7)" Condition =" '$(TargetFramework)' == 'net7.0'" >
23
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 7 .0.0 " />
23
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8 .0.3 " />
24
24
</ItemGroup >
25
25
26
26
<ItemGroup Label =" Package References (.NET 6)" Condition =" '$(TargetFramework)' == 'net6.0'" >
27
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 6 .0.0 " />
27
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8 .0.3 " />
28
28
</ItemGroup >
29
29
30
30
<ItemGroup Label =" Files" >
Original file line number Diff line number Diff line change 2
2
"sdk" : {
3
3
"allowPrerelease" : false ,
4
4
"rollForward" : " latestMajor" ,
5
- "version" : " 7 .0.401 "
5
+ "version" : " 8 .0.203 "
6
6
}
7
7
}
You can’t perform that action at this time.
0 commit comments