Skip to content

Commit ff587c9

Browse files
chore(deps): update mstest monorepo to 3.9.1
| datasource | package | from | to | | ---------- | -------------------- | ----- | ----- | | nuget | MSTest.TestAdapter | 3.8.2 | 3.9.1 | | nuget | MSTest.TestFramework | 3.8.2 | 3.9.1 |
1 parent 6ae3a67 commit ff587c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NCrontab.Advanced.Tests/NCrontab.Advanced.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<ItemGroup>
1010
<ProjectReference Include="..\NCrontab.Advanced\NCrontab.Advanced.csproj" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
12-
<PackageReference Include="MSTest.TestFramework" Version="3.8.2" />
13-
<PackageReference Include="MSTest.TestAdapter" Version="3.8.2" />
12+
<PackageReference Include="MSTest.TestFramework" Version="3.9.1" />
13+
<PackageReference Include="MSTest.TestAdapter" Version="3.9.1" />
1414
</ItemGroup>
1515

1616
</Project>

0 commit comments

Comments
 (0)