We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2304819 commit 108de0eCopy full SHA for 108de0e
test/Microsoft.NET.Build.Tests/GivenThatWeWantToResolveConflicts.cs
@@ -320,8 +320,8 @@ public void PlatformPackagesCanBePruned(bool prunePackages)
320
[InlineData("net6.0")]
321
[InlineData("netcoreapp3.1")]
322
[InlineData("netcoreapp3.0")]
323
- [InlineData("netcoreapp2.1", true)]
324
- [InlineData("netcoreapp2.0", true)]
+ [InlineData("netcoreapp2.1")]
+ [InlineData("netcoreapp2.0")]
325
[InlineData("netcoreapp1.1", false)]
326
[InlineData("netcoreapp1.0", false)]
327
[InlineData("netstandard2.1")]
0 commit comments