Skip to content

Commit

Permalink
Suppress SYSLIB0017
Browse files Browse the repository at this point in the history
  • Loading branch information
RussKie committed Apr 27, 2021
1 parent 71b9ebe commit 2e9c8e4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ public sealed class Options
/// <summary>
/// The strong name used for the generated assemblies.
/// </summary>
#pragma warning disable SYSLIB0017 // Type or member is obsolete, see https://github.com/dotnet/runtime/pull/50941
public StrongNameKeyPair keyPair;
#pragma warning restore SYSLIB0017 // Type or member is obsolete

/// <summary>
/// Flag that controls whether we should output errors in the MSBuild format.
Expand Down

0 comments on commit 2e9c8e4

Please sign in to comment.