Skip to content

Commit

Permalink
refs or cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Dec 11, 2024
1 parent 2d90d2b commit 7fa5262
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
<PackageVersion Include="MSTest.TestFramework" Version="3.6.4" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageVersion Include="Polyfill" Version="7.5.0" />
<PackageVersion Include="ProjectDefaults" Version="1.0.144" />
<PackageVersion Include="ProjectDefaults" Version="1.0.147" />
<PackageVersion Include="PublicApiGenerator" Version="11.1.0" />
<PackageVersion Include="SimpleInfoName" Version="3.1.0" />
<PackageVersion Include="System.Drawing.Common" Version="9.0.0" />
<PackageVersion Include="System.IO.Hashing" Version="9.0.0" />
<PackageVersion Include="System.Memory" Version="4.6.0" />
<PackageVersion Include="TextCopy" Version="6.2.1" />
<PackageVersion Include="TUnit" Version="0.4.74" />
<PackageVersion Include="TUnit.Core" Version="0.4.74" />
<PackageVersion Include="TUnit" Version="0.4.95" />
<PackageVersion Include="TUnit.Core" Version="0.4.95" />
<PackageVersion Include="Xunit" Version="2.9.2" />
<PackageVersion Include="xunit.abstractions" Version="2.0.3" />
<PackageVersion Include="xunit.extensibility.execution" Version="2.9.2" />
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.4.74" />
<PackageReference Include="TUnit" Version="0.4.95" />
<PackageReference Include="Verify.TUnit" Version="28.4.0" />
<!-- end-snippet -->
</ItemGroup>
Expand Down

0 comments on commit 7fa5262

Please sign in to comment.