We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8d74d commit 8915c7bCopy full SHA for 8915c7b
test/TestBuildingBlocks/TestBuildingBlocks.csproj
@@ -17,6 +17,6 @@
17
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
18
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="$(EFCorePostgresVersion)" />
19
<PackageReference Include="xunit" Version="2.5.1" />
20
- <PackageReference Include="xunit.runner.visualstudio" Version="2.5.0" PrivateAssets="All" />
+ <PackageReference Include="xunit.runner.visualstudio" Version="2.5.1" PrivateAssets="All" />
21
</ItemGroup>
22
</Project>
0 commit comments