Skip to content

Commit e2ca25a

Browse files
🤖 Update mstest monorepo to v4
1 parent a196871 commit e2ca25a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Api.Test/GdUnit4ApiTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<ItemGroup>
2626
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0"/>
2727
<!-- We only include here the MSTest framework to run tests mixed with MSTest assertions, but set it to private to prevent conflicts -->
28-
<PackageReference Include="MSTest.TestFramework" Version="3.10.4" ExcludeAssets="build;analyzers;native"/>
28+
<PackageReference Include="MSTest.TestFramework" Version="4.0.1" ExcludeAssets="build;analyzers;native"/>
2929
<ProjectReference Include="..\Api\GdUnit4Api.csproj"/>
3030
<ProjectReference Include="..\TestAdapter\GdUnit4TestAdapter.csproj"/>
3131
<PackageReference Include="gdUnit4.analyzers" Version="$(GdUnitAnalyzersVersion)">

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.0"/>
1414
<PackageVersion Include="Microsoft.TestPlatform.ObjectModel" Version="18.0.0"/>
1515
<PackageVersion Include="Microsoft.TestPlatform.AdapterUtilities" Version="18.0.0"/>
16-
<PackageVersion Include="MSTest.TestAdapter" Version="3.10.4"/>
17-
<PackageVersion Include="MSTest.TestFramework" Version="3.10.4"/>
16+
<PackageVersion Include="MSTest.TestAdapter" Version="4.0.1"/>
17+
<PackageVersion Include="MSTest.TestFramework" Version="4.0.1"/>
1818

1919
<!-- Roslyn/Code Analysis (compatible with all target frameworks) -->
2020
<PackageVersion Include="Microsoft.CodeAnalysis" Version="4.14.0"/>

Example/ExampleProject.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<ItemGroup>
2222
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0"/>
2323
<!-- We only include here the MSTest framework to run tests mixed with MSTest assertions, but set it to private to prevent conflicts -->
24-
<PackageReference Include="MSTest.TestFramework" Version="3.10.4" ExcludeAssets="build;analyzers;native"/>
24+
<PackageReference Include="MSTest.TestFramework" Version="4.0.1" ExcludeAssets="build;analyzers;native"/>
2525
<PackageReference Include="gdUnit4.api" Version="5.1.0-rc1"/>
2626
<PackageReference Include="gdUnit4.test.adapter" Version="3.0.0"/>
2727
<PackageReference Include="gdUnit4.analyzers" Version="1.0.0">

0 commit comments

Comments
 (0)