Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-08-19 22:24:57 +0300
committerGitHub <noreply@github.com>2022-08-19 22:24:57 +0300
commit1af9cfd879d2c44f0f7ce6c198446c13fcd7b019 (patch)
tree455d8db2b93fdb36899a3d4160d91f8a0b83d01b /src
parent195178bf091a68244ce6a43b42bc716c64fdf773 (diff)
Shorten the workload name even more (#74176)
Co-authored-by: Larry Ewing <lewing@microsoft.com>
Diffstat (limited to 'src')
-rw-r--r--src/workloads/workloads.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/workloads/workloads.csproj b/src/workloads/workloads.csproj
index 573e8844c7a..1acaa7ea235 100644
--- a/src/workloads/workloads.csproj
+++ b/src/workloads/workloads.csproj
@@ -79,8 +79,8 @@
<!-- 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 Include="Microsoft.NET.Workload.Mono.ToolChain.">
+ <Replacement>Mono</Replacement>
</ShortNames>
<ShortNames Include="microsoft.netcore.app.runtime;Microsoft.NETCore.App.Runtime;microsoft.net.runtime;Microsoft.NET.Runtime">
<Replacement>Microsoft</Replacement>