We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6ed87 commit c0ff185Copy full SHA for c0ff185
src/IntegrationTests.HostV4/IntegrationTests.HostV4.csproj
@@ -25,6 +25,13 @@
25
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
26
</ItemGroup>
27
28
+ <ItemGroup>
29
+ <!-- Prevent Functions from removing NServiceBus dependencies that it thinks are included "in the box" -->
30
+ <FunctionsPreservedDependencies Include="System.Diagnostics.DiagnosticSource.dll" />
31
+ <FunctionsPreservedDependencies Include="System.Text.Json.dll" />
32
+ <FunctionsPreservedDependencies Include="System.Text.Encodings.Web.dll" />
33
+ </ItemGroup>
34
+
35
<ItemGroup>
36
<None Update="host.json" CopyToOutputDirectory="PreserveNewest" />
37
<None Update="local.settings.json" CopyToOutputDirectory="PreserveNewest" CopyToPublishDirectory="Never" />
0 commit comments