Skip to content

Commit 7205a65

Browse files
committed
SymbolPackageFormat is no longer supported
1 parent ae3c7df commit 7205a65

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Directory.Build.props

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@
1818
<PropertyGroup>
1919
<Language>C#</Language>
2020
<LangVersion>9</LangVersion>
21-
<!-- Generate snupkg package -->
2221
<IncludeSymbols>true</IncludeSymbols>
23-
24-
<!--We are reusing arcade targets for strongname signing the assembly. Due to this, we must set the strongnamekeyid property
25-
in order to ensure that the values for publickey and publickeytoken won't be overwritten by arcade later in the evaluation.-->
26-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2722
</PropertyGroup>
2823

2924
<ItemGroup>

0 commit comments

Comments
 (0)