|
8 | 8 | <IncludeSymbols>True</IncludeSymbols> |
9 | 9 | <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
10 | 10 | <!--Package properties--> |
11 | | - <Version>25.0-beta.1</Version> |
| 11 | + <Version>25.0-beta.2</Version> |
12 | 12 | <PackageId>Ocelot.Testing</PackageId> |
13 | 13 | <PackageDescription>A shared library for testing the Ocelot core library and its extension packages, including both acceptance and unit tests</PackageDescription> |
14 | 14 | <PackageReleaseNotes>https://github.com/ThreeMammals/Ocelot.Testing/releases</PackageReleaseNotes> |
|
32 | 32 |
|
33 | 33 | <ItemGroup> |
34 | 34 | <PackageReference Include="Shouldly" Version="4.3.0" /> |
35 | | - <PackageReference Include="System.Text.Json" Version="10.0.2" /> |
| 35 | + <PackageReference Include="System.Text.Json" Version="10.0.3" /> |
36 | 36 | </ItemGroup> |
37 | 37 |
|
38 | 38 | <!-- Conditionally obtain references for the .NET 8.0 target --> |
39 | 39 | <ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' "> |
40 | | - <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.23" /> |
41 | | - <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.23" /> |
| 40 | + <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.24" /> |
| 41 | + <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.24" /> |
42 | 42 | </ItemGroup> |
43 | 43 | <!-- Conditionally obtain references for the .NET 9.0 target --> |
44 | 44 | <ItemGroup Condition=" '$(TargetFramework)' == 'net9.0' "> |
45 | | - <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.12" /> |
46 | | - <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="9.0.12" /> |
| 45 | + <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.13" /> |
| 46 | + <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="9.0.13" /> |
47 | 47 | </ItemGroup> |
48 | 48 | <!-- Conditionally obtain references for the .NET 10.0 target --> |
49 | 49 | <ItemGroup Condition=" '$(TargetFramework)' == 'net10.0' "> |
50 | | - <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="10.0.2" /> |
51 | | - <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="10.0.2" /> |
| 50 | + <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="10.0.3" /> |
| 51 | + <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="10.0.3" /> |
52 | 52 | </ItemGroup> |
53 | 53 |
|
54 | 54 | </Project> |
0 commit comments