Skip to content

Commit

Permalink
refs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jan 10, 2024
1 parent e92785c commit 316ebb5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/NugetUsage/FixieNugetUsage/FixieNugetUsage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ItemGroup>
<!-- begin-snippet: Fixie-nugets -->
<PackageReference Include="Fixie" Version="3.4.0" />
<PackageReference Include="Verify.Fixie" Version="22.11.4" />
<PackageReference Include="Verify.Fixie" Version="22.11.5" />
<!-- end-snippet -->
</ItemGroup>
</Project>
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.8.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="Verify.MSTest" Version="22.11.4" />
<PackageReference Include="Verify.MSTest" Version="22.11.5" />
<!-- 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 @@ -7,7 +7,7 @@
<!-- begin-snippet: nunit-nugets -->
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="NUnit" Version="4.0.1" />
<PackageReference Include="Verify.NUnit" Version="22.11.4" />
<PackageReference Include="Verify.NUnit" Version="22.11.5" />
<!-- 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.8.0" />
<PackageReference Include="Verify.Xunit" Version="22.11.4" />
<PackageReference Include="Verify.Xunit" Version="22.11.5" />
<PackageReference Include="Xunit" Version="2.6.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6" PrivateAssets="all" />
<!-- end-snippet -->
Expand Down

0 comments on commit 316ebb5

Please sign in to comment.