Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Change order of shortnames
  • Loading branch information
hoyosjs committed Aug 17, 2022
commit 7dd6bf5e7b34a12145b09c22ac3b8bd67a3dc1dc
7 changes: 4 additions & 3 deletions src/workloads/workloads.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,16 @@

<!-- Shorten package names to avoid long path issues in Visual Studio -->
<ItemGroup>
<!-- These need to be in order - matching rules will try in order. -->
<ShortNames Include="Microsoft.NET.Workload.Mono.ToolChain.Manifest">
<Replacement>MonoToolChainManifest</Replacement>
</ShortNames>
<ShortNames Include="microsoft.netcore.app.runtime;Microsoft.NETCore.App.Runtime;microsoft.net.runtime;Microsoft.NET.Runtime">
<Replacement>Microsoft</Replacement>
</ShortNames>
<ShortNames Include="Microsoft.NET.Workload;microsoft.net.workload">
<Replacement>Microsoft</Replacement>
</ShortNames>
<ShortNames Include="Microsoft.NET.Workload.Mono.ToolChain.Manifest">
<Replacement>MonoToolChainManifest</Replacement>
</ShortNames>
</ItemGroup>

<ItemGroup>
Expand Down