Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Apr 27, 2023
2 parents 3fbdbea + e0b983a commit e7cb8b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/NugetUsage/MSTestNugetUsage/MSTestNugetUsage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.2" />
<PackageReference Include="Verify.MSTest" Version="19.13.0" />
<PackageReference Include="Verify.MSTest" Version="19.13.1" />
<!-- end-snippet -->
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/NugetUsage/NUnitNugetUsage/NUnitNugetUsage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
<PackageReference Include="Verify.NUnit" Version="19.13.0" />
<PackageReference Include="Verify.NUnit" Version="19.13.1" />
<!-- end-snippet -->
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/NugetUsage/XunitNugetUsage/XunitNugetUsage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ItemGroup>
<!-- begin-snippet: xunit-nugets -->
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="Verify.Xunit" Version="19.13.0" />
<PackageReference Include="Verify.Xunit" Version="19.13.1" />
<PackageReference Include="Xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" PrivateAssets="all" />
<!-- end-snippet -->
Expand Down

0 comments on commit e7cb8b8

Please sign in to comment.