Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/SmallSharp/Sdk.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

<!-- Workaround https://github.com/dotnet/sdk/issues/50573 -->
<AlternateCommonProps>$(MSBuildThisFileDirectory)\Sdk.Empty.props</AlternateCommonProps>

<!-- Since we emit duplicate package references from SDK as well as .props -->
<NoWarn>$(NoWarn);NU1504</NoWarn>
</PropertyGroup>

<!-- Import Common.props explicitly we're too early here to use MSBuildProjectExtensionsPath -->
Expand Down