Skip to content

Commit

Permalink
Cleanup MSTest.Sdk now that analyzers are deps of framework
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Dec 20, 2024
1 parent 293ef7d commit 9fc0c34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/Package/MSTest.Sdk/Sdk/Runner/ClassicEngine.targets
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
<ItemGroup>
<PackageReference Include="MSTest.TestFramework" Sdk="MSTest"
Version="$(MSTestVersion)" VersionOverride="$(MSTestVersion)" />
<PackageReference Include="MSTest.Analyzers" Sdk="MSTest"
Version="$(MSTestVersion)" VersionOverride="$(MSTestVersion)"
Condition=" '$(EnableMSTestAnalyzers)' != 'false' " />
</ItemGroup>

<!-- Core (for test applications - not for test libraries) -->
Expand Down
3 changes: 0 additions & 3 deletions src/Package/MSTest.Sdk/Sdk/VSTest/VSTest.targets
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
<ItemGroup>
<PackageReference Include="MSTest.TestFramework" Sdk="MSTest"
Version="$(MSTestVersion)" VersionOverride="$(MSTestVersion)" />
<PackageReference Include="MSTest.Analyzers" Sdk="MSTest"
Version="$(MSTestVersion)" VersionOverride="$(MSTestVersion)"
Condition=" '$(EnableMSTestAnalyzers)' != 'false' " />
</ItemGroup>

<!-- If we are a test application (not a test library) -->
Expand Down

0 comments on commit 9fc0c34

Please sign in to comment.