We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ef498 commit 77bb359Copy full SHA for 77bb359
1 file changed
test/NuGet.Tests.Apex/NuGet.Tests.Apex/NuGetEndToEndTests/NetCoreProjectTestCase.cs
@@ -288,7 +288,7 @@ public async Task UpdatePackageToNetCoreProjectFromUI_VerifiesRestore()
288
}
289
290
291
-
+ // There is a bug with VS or Apex where NetCoreConsoleApp and NetCoreClassLib create netcore 2.1 projects that are not supported by the sdk
292
// Commenting out any NetCoreConsoleApp or NetCoreClassLib template and swapping it for NetStandardClassLib as both are package ref.
293
294
public static IEnumerable<object[]> GetNetCoreTemplates()
0 commit comments