File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
ServiceComposer.AspNetCore.Tests Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
<ItemGroup >
21
21
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
22
22
<PackageReference Include =" System.ValueTuple" Version =" 4.6.1" />
23
- <PackageReference Include =" Microsoft.Extensions.DependencyModel" Version =" 9.0.7 " />
24
- <PackageReference Include =" System.Reflection.Metadata" Version =" 9.0.7 " />
23
+ <PackageReference Include =" Microsoft.Extensions.DependencyModel" Version =" 9.0.8 " />
24
+ <PackageReference Include =" System.Reflection.Metadata" Version =" 9.0.8 " />
25
25
</ItemGroup >
26
26
27
27
<ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
28
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 8.0.18 " />
28
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 8.0.19 " />
29
29
<PackageReference Include =" ServiceComposer.AspNetCore.Testing" Version =" 2.1.0" />
30
30
</ItemGroup >
31
31
32
32
<ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
33
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 9.0.7 " />
34
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 9.0.7 " />
33
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 9.0.8 " />
34
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 9.0.8 " />
35
35
<PackageReference Include =" ServiceComposer.AspNetCore.Testing" Version =" 2.2.0" />
36
36
</ItemGroup >
37
37
Original file line number Diff line number Diff line change 16
16
</ItemGroup >
17
17
18
18
<ItemGroup >
19
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 8.0.18 " />
19
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 8.0.19 " />
20
20
</ItemGroup >
21
21
22
22
</Project >
You can’t perform that action at this time.
0 commit comments