summaryrefslogtreecommitdiff
path: root/roslyn-no-apphost.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 16:05:09 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 16:05:09 +0000
commit9a52b2875a2d814a19ffcee56bd6b962b994dfcb (patch)
tree551246daead1fa0c2e4a17a7e22208b13be88bbb /roslyn-no-apphost.patch
parentaf7c3c9716770d937544687b482bf62e866193de (diff)
automatic import of dotnet6.0openeuler24.03_LTSopeneuler23.09
Diffstat (limited to 'roslyn-no-apphost.patch')
-rw-r--r--roslyn-no-apphost.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/roslyn-no-apphost.patch b/roslyn-no-apphost.patch
new file mode 100644
index 0000000..f1767c7
--- /dev/null
+++ b/roslyn-no-apphost.patch
@@ -0,0 +1,10 @@
+--- a/src/Workspaces/Remote/ServiceHub.CoreComponents/Microsoft.CodeAnalysis.Remote.ServiceHub.CoreComponents.csproj
++++ b/src/Workspaces/Remote/ServiceHub.CoreComponents/Microsoft.CodeAnalysis.Remote.ServiceHub.CoreComponents.csproj
+@@ -5,6 +5,7 @@
+ <OutputType>Exe</OutputType>
+ <TargetFramework>netcoreapp3.1</TargetFramework>
+ <!-- The purpose of this project is to include all dependecies of Microsoft.CodeAnalysis.Remote.ServiceHub targeting .Net Core -->
++ <UseAppHost>false</UseAppHost>
+ <IsShipping>false</IsShipping>
+ </PropertyGroup>
+ <ItemGroup>