Skip to content

Commit eb4edaf

Browse files
committed
Don't generate build warnings for semver2 usage
1 parent a46c7a0 commit eb4edaf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

InjectModuleInitializer.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<DefaultItemExcludes>*.binlog;Test\**\*.*;nuget\**\*.*</DefaultItemExcludes>
99
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1010
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
11+
<NoWarn>NU5105</NoWarn>
1112

1213
<Description>Enables module initialization, as described here: http://einaregilsson.com/module-initializers-in-csharp </Description>
1314
<Company>Einar Egilsson</Company>

0 commit comments

Comments
 (0)