Skip to content

Commit 6e98af9

Browse files
Bump the tests group with 9 updates
Bumps the tests group with 9 updates: | Package | From | To | | --- | --- | --- | | [MessagePack](https://github.com/MessagePack-CSharp/MessagePack-CSharp) | `2.5.187` | `2.5.192` | | [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) | `13.0.3` | `13.0.1` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.1` | `17.12.0` | | [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.6.1` | `3.6.3` | | [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.6.1` | `3.6.3` | | [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.0` | | [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.0` | | [Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/npgsql/efcore.pg) | `9.0.0` | `9.0.1` | | [System.Data.SqlClient](https://github.com/dotnet/maintenance-packages) | `4.8.6` | `4.9.0` | Updates `MessagePack` from 2.5.187 to 2.5.192 - [Release notes](https://github.com/MessagePack-CSharp/MessagePack-CSharp/releases) - [Changelog](https://github.com/MessagePack-CSharp/MessagePack-CSharp/blob/master/prepare_release.ps1) - [Commits](MessagePack-CSharp/MessagePack-CSharp@v2.5.187...v2.5.192) Updates `Newtonsoft.Json` from 13.0.3 to 13.0.1 - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@13.0.3...13.0.1) Updates `Microsoft.NET.Test.Sdk` from 17.11.1 to 17.12.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.11.1...v17.12.0) Updates `MSTest.TestAdapter` from 3.6.1 to 3.6.3 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.6.1...v3.6.3) Updates `MSTest.TestFramework` from 3.6.1 to 3.6.3 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.6.1...v3.6.3) Updates `Microsoft.EntityFrameworkCore` from 9.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v9.0.0...v9.0.0) Updates `Microsoft.Extensions.Logging` from 9.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.0) Updates `Npgsql.EntityFrameworkCore.PostgreSQL` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/npgsql/efcore.pg/releases) - [Commits](npgsql/efcore.pg@v9.0.0...v9.0.1) Updates `System.Data.SqlClient` from 4.8.6 to 4.9.0 - [Release notes](https://github.com/dotnet/maintenance-packages/releases) - [Commits](https://github.com/dotnet/maintenance-packages/commits) --- updated-dependencies: - dependency-name: MessagePack dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: Newtonsoft.Json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: System.Data.SqlClient dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3d539f6 commit 6e98af9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/Tests/EFCoreSecondLevelCacheInterceptor.Tests/EFCoreSecondLevelCacheInterceptor.Tests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
<PackageReference Include="EasyCaching.Bus.Redis" Version="1.9.2"/>
2525
<PackageReference Include="EasyCaching.Serialization.MessagePack" Version="1.9.2"/>
2626
<PackageReference Include="EasyCaching.Serialization.SystemTextJson" Version="1.9.2"/>
27-
<PackageReference Include="MessagePack" Version="2.5.187"/>
27+
<PackageReference Include="MessagePack" Version="2.5.192"/>
2828
<PackageReference Include="StackExchange.Redis" Version="2.8.16"/>
2929

3030
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0"/>
3131
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0"/>
32-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1"/>
33-
<PackageReference Include="MSTest.TestFramework" Version="3.6.1"/>
32+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0"/>
33+
<PackageReference Include="MSTest.TestFramework" Version="3.6.3"/>
3434
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0"/>
3535
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.0"/>
3636
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0"/>
37-
<PackageReference Include="MSTest.TestAdapter" Version="3.6.1"/>
37+
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3"/>
3838
<PackageReference Include="CacheManager.StackExchange.Redis" Version="1.2.0"/>
3939
<PackageReference Include="CacheManager.Core" Version="1.2.0"/>
4040
<PackageReference Include="CacheManager.Microsoft.Extensions.Caching.Memory" Version="1.2.0"/>

src/Tests/EFCoreSecondLevelCacheInterceptor.UnitTests/EFCoreSecondLevelCacheInterceptor.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<ItemGroup>
1616
<PackageReference Include="coverlet.collector" Version="6.0.2"/>
17-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1"/>
17+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0"/>
1818
<PackageReference Include="Moq" Version="4.20.72" />
1919
<PackageReference Include="xunit" Version="2.9.2"/>
2020
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2"/>

src/Tests/Issues/Issue12PostgreSql/Issue12PostgreSql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
<PrivateAssets>all</PrivateAssets>
2323
</PackageReference>
24-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.0"/>
24+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.1"/>
2525
<PackageReference Include="EasyCaching.InMemory" Version="1.9.2"/>
2626
<PackageReference Include="EasyCaching.Redis" Version="1.9.2"/>
2727
<PackageReference Include="EasyCaching.HybridCache" Version="1.9.2"/>

src/Tests/Issues/Issue4SpatialType/Issue4SpatialType.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0"/>
2626
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="9.0.0"/>
2727
<PackageReference Include="Microsoft.SqlServer.Types" Version="160.1000.6"/>
28-
<PackageReference Include="System.Data.SqlClient" Version="4.8.6"/>
28+
<PackageReference Include="System.Data.SqlClient" Version="4.9.0"/>
2929
</ItemGroup>
3030
<!--
3131
<ItemGroup>

0 commit comments

Comments
 (0)