Skip to content

Commit

Permalink
update tunit reference to 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agray committed Mar 2, 2025
1 parent 54affa5 commit 7485339
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 @@ -18,7 +18,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="TUnit" Version="0.15.30" />
<PackageReference Include="TUnit" Version="0.16.1" />
</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 @@ -18,7 +18,7 @@
<PrivateAssets>All</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="TUnit" Version="0.15.30" />
<PackageReference Include="TUnit" Version="0.16.1" />
</ItemGroup>

<ItemGroup>
Expand Down
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.15.30</PackageVersion>
<PackageVersion>0.16.1</PackageVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Authors>Andrew Gray</Authors>
<Company>SauceForge</Company>
Expand All @@ -31,7 +31,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="Microsoft.CodeCoverage" Version="17.13.0" />
<PackageReference Include="TUnit" Version="0.15.30" />
<PackageReference Include="TUnit" Version="0.16.1" />
<None Include="Images\Saucery.TUnit.128x128.png" Pack="true" PackagePath="\" />
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>
Expand Down

0 comments on commit 7485339

Please sign in to comment.