Skip to content

Commit c0d4326

Browse files
Bump Microsoft.EntityFrameworkCore.InMemory and Microsoft.NET.Test.Sdk
Bumps Microsoft.EntityFrameworkCore.InMemory from 9.0.9 to 9.0.11 Bumps Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.1 --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-version: 9.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9dc052 commit c0d4326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/MetaExtractor.Infrastructure.Tests/MetaExtractor.Infrastructure.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
<PrivateAssets>all</PrivateAssets>
1616
</PackageReference>
17-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
17+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1818
<PackageReference Include="xunit" Version="2.9.3" />
1919
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4" />
2020
</ItemGroup>
@@ -24,7 +24,7 @@
2424
</ItemGroup>
2525

2626
<ItemGroup>
27-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.9" />
27+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.11" />
2828
</ItemGroup>
2929

3030
<ItemGroup>

0 commit comments

Comments
 (0)