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 bf87324 commit 32b3d2aCopy full SHA for 32b3d2a
1 file changed
samples/Directory.Build.props
@@ -8,19 +8,19 @@
8
<IsPackable>false</IsPackable>
9
</PropertyGroup>
10
11
- <PropertyGroup>
12
- <DebugType>portable</DebugType>
13
- <PublishRepositoryUrl>true</PublishRepositoryUrl>
14
- <IncludeSymbols>true</IncludeSymbols>
15
- <SymbolPackageFormat>snupkg</SymbolPackageFormat>
+ <PropertyGroup Label="Debug">
+ <DebugType>embedded</DebugType>
+ <EmbedUntrackedSources>true</EmbedUntrackedSources>
+ <IncludeSymbols>false</IncludeSymbols>
16
17
18
+ <PropertyGroup Label="Options">
19
<LangVersion>latest</LangVersion>
20
<ImplicitUsings>enable</ImplicitUsings>
21
<NoWarn>1591</NoWarn>
22
23
+
24
<PropertyGroup>
25
<MinVerTagPrefix>v</MinVerTagPrefix>
26
0 commit comments