Skip to content

Commit

Permalink
Merge pull request #23 from ktsu-dev/dependabot/nuget/MSTest-3.7.1
Browse files Browse the repository at this point in the history
Bump MSTest from 3.7.0 to 3.7.1
  • Loading branch information
github-actions[bot] authored Jan 13, 2025
2 parents 1c53341 + ca91e4c commit 1a6b4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" />
<ProjectReference Include="$(SolutionDir)\$(SolutionName)\$(SolutionName).csproj" />
<PackageReference Include="coverlet.collector" Version="6.0.3" />
<PackageReference Include="MSTest" Version="3.7.0" />
<PackageReference Include="MSTest" Version="3.7.1" />
</ItemGroup>

<ItemGroup Condition="$(IsPrimaryProject)">
Expand Down

0 comments on commit 1a6b4de

Please sign in to comment.