Skip to content

Commit 32b3d2a

Browse files
committed
Update Directory.Build.props
1 parent bf87324 commit 32b3d2a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

samples/Directory.Build.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
<IsPackable>false</IsPackable>
99
</PropertyGroup>
1010

11-
<PropertyGroup>
12-
<DebugType>portable</DebugType>
13-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
14-
<IncludeSymbols>true</IncludeSymbols>
15-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
11+
<PropertyGroup Label="Debug">
12+
<DebugType>embedded</DebugType>
13+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
14+
<IncludeSymbols>false</IncludeSymbols>
1615
</PropertyGroup>
1716

18-
<PropertyGroup>
17+
<PropertyGroup Label="Options">
1918
<LangVersion>latest</LangVersion>
2019
<ImplicitUsings>enable</ImplicitUsings>
2120
<NoWarn>1591</NoWarn>
2221
</PropertyGroup>
2322

23+
2424
<PropertyGroup>
2525
<MinVerTagPrefix>v</MinVerTagPrefix>
2626
</PropertyGroup>

0 commit comments

Comments
 (0)