Skip to content

Commit 1af9cfd

Browse files
Shorten the workload name even more (#74176)
Co-authored-by: Larry Ewing <[email protected]>
1 parent 195178b commit 1af9cfd

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)