We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 424c740 + 7fe11ea commit 5dbcd1cCopy full SHA for 5dbcd1c
CodeStyle.csproj
@@ -10,6 +10,9 @@
10
<PackageLicenseExpression>MIT OR Apache-2.0</PackageLicenseExpression>
11
<Copyright>© Messerli Informatik AG. All rights reserved.</Copyright>
12
<Description>Various analyzers bundled with opinionated configuration</Description>
13
+ <NoWarn>$(NoWarn);NU5105</NoWarn>
14
+ <!-- NU5105: The version property specified contains SemVer 2.0.0 components
15
+ See https://docs.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu5105 -->
16
</PropertyGroup>
17
<PropertyGroup>
18
<TargetFramework>netstandard2.1</TargetFramework>
0 commit comments