We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1074a1a commit c74e568Copy full SHA for c74e568
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.0" />
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