Skip to content

Commit 5e90ca0

Browse files
committed
bump dependencies
1 parent 0e9b9cc commit 5e90ca0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<LangVersion>preview</LangVersion>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>
9-
<CommonVersion>1.0.83</CommonVersion>
9+
<CommonVersion>1.0.84</CommonVersion>
1010
<EFVersion>10.0.0</EFVersion>
1111
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1212
<EmbedUntrackedSources>true</EmbedUntrackedSources>

test/WeihanLi.EntityFramework.Test/WeihanLi.EntityFramework.Test.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<IsPackable>false</IsPackable>
66
<OutputType>exe</OutputType>
77
<Nullable>disable</Nullable>
8-
<!-- <UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner> -->
8+
<UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>
99
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
1010
</PropertyGroup>
1111

1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="$(EFVersion)" />
1414
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="$(EFVersion)" />
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
16-
<PackageReference Include="xunit.v3" Version="3.1.0" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
16+
<PackageReference Include="xunit.v3" Version="3.2.0" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

0 commit comments

Comments
 (0)