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 5f918e2 commit 3e55dd0Copy full SHA for 3e55dd0
src/Resolvers/Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver/WorkloadSdkResolver.cs
@@ -5,11 +5,9 @@
5
using Microsoft.NET.Sdk.WorkloadManifestReader;
6
using Microsoft.DotNet.Configurer;
7
using static Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver.CachingWorkloadResolver;
8
-using Microsoft.DotNet.Cli.Utils;
9
-
10
11
12
#if NET
+using Microsoft.DotNet.Cli.Utils;
13
#else
14
using Microsoft.DotNet.DotNetSdkResolver;
15
#endif
0 commit comments