Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/MSTest.TestAdapter-3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
varndellwagglebee authored May 28, 2024
2 parents 3177d83 + 854f977 commit 9c68edb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions test/Hyperbee.Pipeline.Tests/Hyperbee.Pipeline.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.4.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.4.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Hyperbee.Pipeline\Hyperbee.Pipeline.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.4.0" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
</ItemGroup>
Expand Down

0 comments on commit 9c68edb

Please sign in to comment.