Skip to content

Commit 0b2e6d6

Browse files
authored
Shorten the workload name even more (#74150)
1 parent 5dc31da commit 0b2e6d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/workloads/workloads.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
<!-- Shorten package names to avoid long path issues in Visual Studio -->
8080
<ItemGroup>
8181
<!-- 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>
82+
<ShortNames Include="Microsoft.NET.Workload.Mono.ToolChain.">
83+
<Replacement>Mono</Replacement>
8484
</ShortNames>
8585
<ShortNames Include="microsoft.netcore.app.runtime;Microsoft.NETCore.App.Runtime;microsoft.net.runtime;Microsoft.NET.Runtime">
8686
<Replacement>Microsoft</Replacement>

0 commit comments

Comments
 (0)