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 authored and github-actions committed Aug 17, 2022
commit 2f539e685ad162260dd4b9a358ece1e4b6f620d7
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