Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 1a090d2

Browse files
chore(deps): update mstest monorepo to 3.7.1
| datasource | package | from | to | | ---------- | -------------------- | ----- | ----- | | nuget | MSTest.TestAdapter | 3.7.0 | 3.7.1 | | nuget | MSTest.TestFramework | 3.7.0 | 3.7.1 |
1 parent a4fa890 commit 1a090d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EPPlusTest/EPPlusTest.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<ItemGroup>
2727
<PackageReference Include="FakeItEasy" Version="8.3.0" />
2828
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
29-
<PackageReference Include="MSTest.TestAdapter" Version="3.7.0" />
30-
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
29+
<PackageReference Include="MSTest.TestAdapter" Version="3.7.1" />
30+
<PackageReference Include="MSTest.TestFramework" Version="3.7.1" />
3131
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />
3232
</ItemGroup>
3333

0 commit comments

Comments
 (0)