Skip to content

Commit 154bcd5

Browse files
Merge pull request #73 from atc-net/hotfix/fix-build-NU5017
Hotfix/fix build nu5017
2 parents 7e030ee + 089af0e commit 154bcd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<ImplicitUsings>enable</ImplicitUsings>
2121
<TargetFramework>net6.0</TargetFramework>
2222
<GenerateDocumentationFile>true</GenerateDocumentationFile>
23-
<NoWarn>1573,1591,1712,CA1014,NU5104</NoWarn>
23+
<NoWarn>1573,1591,1712,CA1014</NoWarn>
2424

2525
<!-- Used by code coverage -->
2626
<DebugType>full</DebugType>

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<!-- Creates a regular package and a symbols package -->
2626
<IncludeSymbols>true</IncludeSymbols>
2727
<!-- Creates symbol package in the new .snupkg format -->
28-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
28+
<!-- <SymbolPackageFormat>snupkg</SymbolPackageFormat> --> <!-- TODO: If enabled: NU5017: Cannot create a package that has no dependencies nor content. -->
2929
<!--
3030
Instruct the build system to embed project source files that are not tracked by the source control
3131
or imported from a source package to the generated PDB.

0 commit comments

Comments
 (0)