Skip to content

Commit

Permalink
Merge pull request #316 from refactoring-pipelines/dependabot/nuget/M…
Browse files Browse the repository at this point in the history
…STest.TestFramework-3.7.0

Bump MSTest.TestFramework from 3.6.4 to 3.7.0
  • Loading branch information
github-actions[bot] authored Dec 20, 2024
2 parents 24d062a + 54ec361 commit 26d27fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Refactoring.Pipelines/Refactoring.Pipelines.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="ApprovalUtilities" Version="6.0.0" />
<PackageReference Include="Fody" Version="6.9.1" PrivateAssets="All" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
<PackageReference Include="Publicize.Fody" Version="1.8.0" PrivateAssets="All" />
<PackageReference Include="Virtuosity.Fody" Version="3.1.2" PrivateAssets="All" />
</ItemGroup>
Expand Down

0 comments on commit 26d27fe

Please sign in to comment.