Skip to content

Commit

Permalink
Corrected comment #27
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanknox committed Aug 14, 2021
1 parent ad290c4 commit 73653f7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions SampleFunctionApp/SampleFunctionApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@
</PropertyGroup>
<ItemGroup>
<!--
Use FunctionsPreservedDependencies to perserve assemblies are more rescent versions
than are used in OidcApiAuthorization than in the Azure Functions run-time.
Use FunctionsPreservedDependencies to perserve assemblies that are used in OidcApiAuthorization
and are more rescent versions than are used in the Azure Functions run-time.
See https://docs.microsoft.com/en-us/azure/azure-functions/functions-develop-vs#configure-your-build-output-settings
This is an alternative to using `<_FunctionsSkipCleanOutput>true</_FunctionsSkipCleanOutput>`
which is undocumented, but sometimes recommended. For example see:
https://github.com/Azure/azure-functions-vs-build-sdk/issues/397
-->
<FunctionsPreservedDependencies Include="Microsoft.IdentityModel.JsonWebTokens.dll" />
<FunctionsPreservedDependencies Include="Microsoft.IdentityModel.Logging.dll" />
Expand Down

0 comments on commit 73653f7

Please sign in to comment.