Skip to content

Commit

Permalink
refs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Feb 22, 2025
1 parent 7833fb2 commit 6b2a6f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion usages/ExpectoNugetUsage/ExpectoNugetUsage.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<!-- begin-snippet: expecto-nugets -->
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.15.0" />
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.15.2" />
<PackageReference Include="Expecto" Version="10.2.1" />
<PackageReference Update="FSharp.Core" Version="9.0.201" />
<PackageReference Include="Verify.Expecto" Version="28.11.0" />
Expand Down
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 @@
<ItemGroup>
<!-- begin-snippet: mstest-nugets -->
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="MSTest" Version="3.8.0" />
<PackageReference Include="MSTest" Version="3.8.2" />
<PackageReference Include="Verify.MSTest" Version="28.11.0" />
<!-- end-snippet -->
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion usages/TUnitNugetUsage/TUnitNugetUsage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<!-- begin-snippet: tunit-nugets -->
<PackageReference Include="TUnit" Version="0.12.23" />
<PackageReference Include="TUnit" Version="0.14.0" />
<PackageReference Include="Verify.TUnit" Version="28.11.0" />
<!-- end-snippet -->
</ItemGroup>
Expand Down

0 comments on commit 6b2a6f9

Please sign in to comment.