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.
1 parent 919cc8b commit a07fc43Copy full SHA for a07fc43
src/Directory.Build.props
@@ -5,6 +5,10 @@
5
<DevelopmentDependency>true</DevelopmentDependency>
6
<IsPackable>true</IsPackable>
7
<NoDefaultExcludes>true</NoDefaultExcludes>
8
+ <NoWarn>
9
+ $(NoWarn);
10
+ NETSDK1215
11
+ </NoWarn>
12
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
13
<TargetFramework>netstandard1.0</TargetFramework>
14
</PropertyGroup>
0 commit comments