We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ce0c2 commit d231990Copy full SHA for d231990
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