Skip to content

Commit

Permalink
Disable FIPS cryptographic exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
hymccord committed Aug 28, 2023
1 parent afda0c9 commit eb8acf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/StructuredLogViewer/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<gcServer enabled="true"/>
<DisableFXClosureWalk enabled="true"/>
<generatePublisherEvidence enabled="false"/>
<!-- FIPS throw behavior switch can be removed if upgraded to .NET Framework 4.8 -->
<AppContextSwitchOverrides value="Switch.System.Security.Cryptography.UseLegacyFipsThrow=false" />
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.Build.Framework" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
Expand Down

0 comments on commit eb8acf5

Please sign in to comment.