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 5dc31da commit 0b2e6d6Copy full SHA for 0b2e6d6
src/workloads/workloads.csproj
@@ -79,8 +79,8 @@
79
<!-- Shorten package names to avoid long path issues in Visual Studio -->
80
<ItemGroup>
81
<!-- These need to be in order - matching rules will try in order. -->
82
- <ShortNames Include="Microsoft.NET.Workload.Mono.ToolChain.Manifest">
83
- <Replacement>MonoToolChainManifest</Replacement>
+ <ShortNames Include="Microsoft.NET.Workload.Mono.ToolChain.">
+ <Replacement>Mono</Replacement>
84
</ShortNames>
85
<ShortNames Include="microsoft.netcore.app.runtime;Microsoft.NETCore.App.Runtime;microsoft.net.runtime;Microsoft.NET.Runtime">
86
<Replacement>Microsoft</Replacement>
0 commit comments