Skip to content

Commit

Permalink
Revert CA suppression; required for .NET 6 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
commonsensesoftware committed Nov 19, 2022
1 parent e6801da commit faf18a5
Showing 1 changed file with 2 additions and 0 deletions.
@@ -1,5 +1,7 @@
// Copyright (c) .NET Foundation and contributors. All rights reserved.

#pragma warning disable CA2000 // Dispose objects before losing scope

namespace Asp.Versioning.Dispatcher;

using System.Globalization;
Expand Down

0 comments on commit faf18a5

Please sign in to comment.