Skip to content

Commit 17d2c84

Browse files
authored
NServiceBus license cannot be loaded due to dependency loading problem with InProcess hosting model (#768)
* Add System.Security.Cryptography.Xml to list of preserved dependencies * Sort list
1 parent 121f3d7 commit 17d2c84

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/NServiceBus.AzureFunctions.InProcess.ServiceBus/build/NServiceBus.AzureFunctions.InProcess.ServiceBus.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<ItemGroup>
66
<!-- Prevent Functions from removing NServiceBus dependencies that it thinks are included "in the box" -->
77
<FunctionsPreservedDependencies Include="System.Diagnostics.DiagnosticSource.dll" />
8-
<FunctionsPreservedDependencies Include="System.Text.Json.dll" />
8+
<FunctionsPreservedDependencies Include="System.Security.Cryptography.Xml.dll" />
99
<FunctionsPreservedDependencies Include="System.Text.Encodings.Web.dll" />
10+
<FunctionsPreservedDependencies Include="System.Text.Json.dll" />
1011
</ItemGroup>
1112
</Project>

0 commit comments

Comments
 (0)