Skip to content

Commit

Permalink
disable warning produced by Microsoft.Azure.DocumentDB.Core
Browse files Browse the repository at this point in the history
NO WARNING!
  • Loading branch information
adamsitnik committed Sep 21, 2023
1 parent 5f5f44f commit ee18893
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HealthChecks.DocumentDb/HealthChecks.DocumentDb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<PackageTags>$(PackageTags);Azure;DocumentDb</PackageTags>
<Description>HealthChecks.DocumentDb is the health check package for Azure DocumentDb.</Description>
<VersionPrefix>$(HealthCheckDocumentDb)</VersionPrefix>
<NoWarn>$(NoWarn);NETSDK1206</NoWarn> <!-- Microsoft.Azure.DocumentDB.Core has win7-x64-specific things, but it works fine on every OS -->
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit ee18893

Please sign in to comment.