Skip to content

Commit

Permalink
update nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
agray committed Feb 14, 2025
1 parent 4367c18 commit dc6c35d
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />
<PackageReference Include="Saucery" Version="4.5.20" />
<PackageReference Include="Saucery" Version="4.5.21" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion ExternalMerlin.NUnit/ExternalMerlin.NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />
<PackageReference Include="Saucery" Version="4.5.20" />
<PackageReference Include="Saucery" Version="4.5.21" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Saucery.XUnit" Version="4.5.20" />
<PackageReference Include="Saucery.XUnit" Version="4.5.21" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion ExternalMerlin.XUnit/ExternalMerlin.XUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Saucery.XUnit" Version="4.5.20" />
<PackageReference Include="Saucery.XUnit" Version="4.5.21" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Merlin.TUnit.RealDevices/Merlin.TUnit.RealDevices.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="TUnit" Version="0.12.11" />
<PackageReference Include="TUnit" Version="0.12.13" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Merlin.TUnit/Merlin.TUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="TUnit" Version="0.12.11" />
<PackageReference Include="TUnit" Version="0.12.13" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Saucery.Benchmark/Saucery.Benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.14.0" />
<PackageReference Include="Saucery.Core" Version="4.5.20" />
<PackageReference Include="Saucery.Core" Version="4.5.21" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Saucery.TUnit/Saucery.TUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>Saucery.TUnit</PackageId>
<PackageVersion>0.12.11</PackageVersion>
<PackageVersion>0.12.13</PackageVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Authors>Andrew Gray</Authors>
<Company>SauceForge</Company>
Expand All @@ -29,7 +29,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="TUnit" Version="0.12.11" />
<PackageReference Include="TUnit" Version="0.12.13" />
<None Include="Images\Saucery.TUnit.128x128.png" Pack="true" PackagePath="\" />
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>
Expand Down

0 comments on commit dc6c35d

Please sign in to comment.