Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 4, 2024
1 parent 96a6616 commit c7ad756
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion usages/FixieNugetUsage/FixieNugetUsage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ItemGroup>
<!-- begin-snippet: fixie-nugets -->
<PackageReference Include="Fixie" Version="3.4.0" />
<PackageReference Include="Verify.Fixie" Version="26.3.0" />
<PackageReference Include="Verify.Fixie" Version="26.3.1" />
<!-- end-snippet -->
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion usages/MSTestNugetUsage/MSTestNugetUsage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- begin-snippet: mstest-nugets -->
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="MSTest" Version="3.5.2" />
<PackageReference Include="Verify.MSTest" Version="26.3.0" />
<PackageReference Include="Verify.MSTest" Version="26.3.1" />
<!-- end-snippet -->
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion usages/XunitNugetUsage/XunitNugetUsage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ItemGroup>
<!-- begin-snippet: xunit-nugets -->
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Verify.Xunit" Version="26.3.0" />
<PackageReference Include="Verify.Xunit" Version="26.3.1" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
<!-- end-snippet -->
Expand Down

0 comments on commit c7ad756

Please sign in to comment.