summaryrefslogtreecommitdiff
path: root/arcade-no-apphost.patch
diff options
context:
space:
mode:
Diffstat (limited to 'arcade-no-apphost.patch')
-rw-r--r--arcade-no-apphost.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/arcade-no-apphost.patch b/arcade-no-apphost.patch
new file mode 100644
index 0000000..04507f9
--- /dev/null
+++ b/arcade-no-apphost.patch
@@ -0,0 +1,24 @@
+Index: a/src/Microsoft.DotNet.SwaggerGenerator/Microsoft.DotNet.SwaggerGenerator.CmdLine/Microsoft.DotNet.SwaggerGenerator.CmdLine.csproj
+===================================================================
+--- a/src/Microsoft.DotNet.SwaggerGenerator/Microsoft.DotNet.SwaggerGenerator.CmdLine/Microsoft.DotNet.SwaggerGenerator.CmdLine.csproj
++++ b/src/Microsoft.DotNet.SwaggerGenerator/Microsoft.DotNet.SwaggerGenerator.CmdLine/Microsoft.DotNet.SwaggerGenerator.CmdLine.csproj
+@@ -9,6 +9,7 @@
+ <ToolCommandName>dotnet-swaggergen</ToolCommandName>
+ <SignAssembly>false</SignAssembly>
+ <ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
++ <UseAppHost>false</UseAppHost>
+ </PropertyGroup>
+
+ <ItemGroup>
+Index: a/src/Microsoft.DotNet.XUnitConsoleRunner/src/Microsoft.DotNet.XUnitConsoleRunner.csproj
+===================================================================
+--- a/src/Microsoft.DotNet.XUnitConsoleRunner/src/Microsoft.DotNet.XUnitConsoleRunner.csproj
++++ b/src/Microsoft.DotNet.XUnitConsoleRunner/src/Microsoft.DotNet.XUnitConsoleRunner.csproj
+@@ -11,6 +11,7 @@
+ <VersionPrefix>2.5.1</VersionPrefix>
+ <ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
+ <RollForward>Major</RollForward>
++ <UseAppHost>false</UseAppHost>
+ </PropertyGroup>
+
+ <ItemGroup>