Skip to content

Commit 87f816d

Browse files
author
Konstantin Sharon
committed
Don't show warnings while building .NET Core 1.1
1 parent 87c9a3b commit 87f816d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Directory.Build.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
22
<PropertyGroup>
33
<!-- Compile Include="x.cs" doesn't use LangVersion defined in the PropertyGroup -->
44
<LangVersion>9.0</LangVersion>
5-
6-
<NoWarn Condition=" '(TargetFramework)' != 'netcoreapp1.0' and '(TargetFramework)' != 'netcoreapp1.1' ">$(NoWarn);NETSDK1138</NoWarn>
75
</PropertyGroup>
86
</Project>

0 commit comments

Comments
 (0)