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 36e02d9 commit 0dba1e8Copy full SHA for 0dba1e8
src/SmallSharp/Sdk.props
@@ -9,6 +9,9 @@
9
10
<!-- Workaround https://github.com/dotnet/sdk/issues/50573 -->
11
<AlternateCommonProps>$(MSBuildThisFileDirectory)\Sdk.Empty.props</AlternateCommonProps>
12
+
13
+ <!-- Since we emit duplicate package references from SDK as well as .props -->
14
+ <NoWarn>$(NoWarn);NU1504</NoWarn>
15
</PropertyGroup>
16
17
<!-- Import Common.props explicitly we're too early here to use MSBuildProjectExtensionsPath -->
0 commit comments