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 4647b60 commit 1c1c7d6Copy full SHA for 1c1c7d6
samples/directory.build.props
@@ -1,8 +1,9 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
4
- <PropertyGroup Label="C#">
+ <PropertyGroup>
5
<LangVersion>latest</LangVersion>
6
+ <IsTestProject>false</IsTestProject>
7
</PropertyGroup>
8
9
</Project>
src/directory.build.props
@@ -8,4 +8,8 @@
<Import Project="..\build\nuget.props" />
</ImportGroup>
10
11
12
13
+ </PropertyGroup>
14
+
15
0 commit comments