File tree 2 files changed +2
-5
lines changed 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 7
7
8
8
<ItemGroup >
9
9
<PackageVersion Include =" FluentAssertions" Version =" 6.5.1" />
10
- <PackageVersion Include =" Microsoft.AspNet.WebApi.Client" Version =" 5.2.4 " />
10
+ <PackageVersion Include =" Microsoft.AspNet.WebApi.Client" Version =" 6.0.0 " />
11
11
<PackageVersion Include =" Newtonsoft.Json" Version =" 13.0.3" />
12
- <PackageVersion Include =" System.Text.Json" Version =" 5 .0.2 " />
12
+ <PackageVersion Include =" System.Text.Json" Version =" 8 .0.5 " />
13
13
</ItemGroup >
14
14
15
15
<ItemGroup >
Original file line number Diff line number Diff line change 6
6
7
7
<ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
8
8
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" VersionOverride =" 6.0.36" />
9
- <PackageReference Include =" System.Text.Json" VersionOverride =" 6.0.11" />
10
9
<ProjectReference Include =" ..\..\samples\Sample.Api.Net60\Sample.Api.Net60.csproj" />
11
10
</ItemGroup >
12
11
13
12
<ItemGroup Condition =" '$(TargetFramework)' == 'net7.0' " >
14
13
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" VersionOverride =" 7.0.20" />
15
- <PackageReference Include =" System.Text.Json" VersionOverride =" 7.0.4" />
16
14
<ProjectReference Include =" ..\..\samples\Sample.Api.Net70\Sample.Api.Net70.csproj" />
17
15
</ItemGroup >
18
16
19
17
<ItemGroup Condition =" '$(TargetFramework)' == 'net8.0' " >
20
18
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" VersionOverride =" 8.0.11" />
21
- <PackageReference Include =" System.Text.Json" VersionOverride =" 8.0.5" />
22
19
<ProjectReference Include =" ..\..\samples\Sample.Api.Net80\Sample.Api.Net80.csproj" />
23
20
</ItemGroup >
24
21
You can’t perform that action at this time.
0 commit comments