|
8 | 8 | <IncludeSymbols>True</IncludeSymbols> |
9 | 9 | <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
10 | 10 | <!--Package properties--> |
11 | | - <Version>24.0.2-beta.4</Version> |
| 11 | + <Version>24.0.3-beta.1</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="9.0.8" /> |
| 35 | + <PackageReference Include="System.Text.Json" Version="9.0.9" /> |
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.19" /> |
41 | | - <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.19" /> |
| 40 | + <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.20" /> |
| 41 | + <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.20" /> |
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.8" /> |
46 | | - <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="9.0.8" /> |
| 45 | + <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.9" /> |
| 46 | + <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="9.0.9" /> |
47 | 47 | </ItemGroup> |
48 | 48 |
|
49 | 49 | </Project> |
0 commit comments