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 87c9a3b commit 87f816dCopy full SHA for 87f816d
Directory.Build.props
@@ -2,7 +2,5 @@
2
<PropertyGroup>
3
<!-- Compile Include="x.cs" doesn't use LangVersion defined in the PropertyGroup -->
4
<LangVersion>9.0</LangVersion>
5
-
6
- <NoWarn Condition=" '(TargetFramework)' != 'netcoreapp1.0' and '(TargetFramework)' != 'netcoreapp1.1' ">$(NoWarn);NETSDK1138</NoWarn>
7
</PropertyGroup>
8
</Project>
0 commit comments