Skip to content

Commit 5dbcd1c

Browse files
author
Jan Nils Ferner
authored
Merge pull request #7 from messerli-informatik-ag/disable-nuget-warning
Disable nuget 2.0 semver warning
2 parents 424c740 + 7fe11ea commit 5dbcd1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CodeStyle.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<PackageLicenseExpression>MIT OR Apache-2.0</PackageLicenseExpression>
1111
<Copyright>© Messerli Informatik AG. All rights reserved.</Copyright>
1212
<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 -->
1316
</PropertyGroup>
1417
<PropertyGroup>
1518
<TargetFramework>netstandard2.1</TargetFramework>

0 commit comments

Comments
 (0)