Skip to content

Commit

Permalink
Update Saucery references
Browse files Browse the repository at this point in the history
  • Loading branch information
agray committed Jan 21, 2025
1 parent 21bb343 commit 56b89ec
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Saucery" Version="4.5.11" />
<PackageReference Include="Saucery" Version="4.5.12" />
</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="4.6.0" />
<PackageReference Include="Saucery" Version="4.5.11" />
<PackageReference Include="Saucery" Version="4.5.12" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Saucery.TUnit" Version="0.6.151" />
<PackageReference Include="Saucery.TUnit" Version="0.6.154" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Saucery.TUnit" Version="0.6.151" />
<PackageReference Include="Saucery.TUnit" Version="0.6.154" />
</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.11" />
<PackageReference Include="Saucery.XUnit" Version="4.5.12" />
</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.11" />
<PackageReference Include="Saucery.XUnit" Version="4.5.12" />
</ItemGroup>

</Project>

0 comments on commit 56b89ec

Please sign in to comment.