Skip to content

Commit 06556d7

Browse files
committed
v25.0 beta 2
1 parent 58b6be8 commit 06556d7

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Three Mammals
3+
Copyright (c) 2026 Three Mammals
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/Ocelot.Testing.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<IncludeSymbols>True</IncludeSymbols>
99
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1010
<!--Package properties-->
11-
<Version>25.0-beta.1</Version>
11+
<Version>25.0-beta.2</Version>
1212
<PackageId>Ocelot.Testing</PackageId>
1313
<PackageDescription>A shared library for testing the Ocelot core library and its extension packages, including both acceptance and unit tests</PackageDescription>
1414
<PackageReleaseNotes>https://github.com/ThreeMammals/Ocelot.Testing/releases</PackageReleaseNotes>
@@ -32,23 +32,23 @@
3232

3333
<ItemGroup>
3434
<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" />
3636
</ItemGroup>
3737

3838
<!-- Conditionally obtain references for the .NET 8.0 target -->
3939
<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" />
4242
</ItemGroup>
4343
<!-- Conditionally obtain references for the .NET 9.0 target -->
4444
<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" />
4747
</ItemGroup>
4848
<!-- Conditionally obtain references for the .NET 10.0 target -->
4949
<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" />
5252
</ItemGroup>
5353

5454
</Project>

0 commit comments

Comments
 (0)