Skip to content

Commit 281af5f

Browse files
committed
Fixed two errors
1 parent 5e55ce5 commit 281af5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Test/Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<PackageReference Include="RandomNameGeneratorLibrary" Version="1.2.2" />
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1313
<PackageReference Include="System.Net.Http" Version="4.3.4" />
14-
<PackageReference Include="xunit" Version="2.9.2" />
15-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
14+
<PackageReference Include="xunit" Version="2.9.3" />
15+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.3">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>

TestSupport/TestSupport.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
<PropertyGroup>
2929
<PackageId>EfCore.TestSupport</PackageId>
30-
<PackageVersion>9.0.0</PackageVersion>
31-
<Version>9.0.0</Version>
30+
<PackageVersion>10.0.0</PackageVersion>
31+
<Version>10.0.0</Version>
3232
<Authors>Jon P Smith</Authors>
3333
<Description>Useful tools when unit testing applications that use Entity Framework Core. See readme file on github.</Description>
3434
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>

0 commit comments

Comments
 (0)