Skip to content

Commit 9ada156

Browse files
authored
Merge pull request #13902 from dotnet/merges/release/dev17.3-to-release/dev17.4
Merge release/dev17.3 to release/dev17.4
2 parents 430d645 + 6063267 commit 9ada156

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Microsoft.FSharp.Compiler/Microsoft.FSharp.Compiler.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
<PackageDescription>.NET Core compatible version of the F# compiler fsc.exe.</PackageDescription>
1010
<PackageReleaseNotes>/blob/main/release-notes.md#FSharp-Tools-$(FSProductVersionReleaseNotesVersion)</PackageReleaseNotes>
1111
<NoDefaultExcludes>true</NoDefaultExcludes>
12+
<!-- Workaround to get rid of:
13+
error NU1505: Duplicate 'PackageDownload' items found.
14+
Remove the duplicate items or use the Update functionality to ensure a consistent restore behavior.
15+
The duplicate 'PackageDownload' items are:
16+
Microsoft.NETCore.App.Host.win-x64 [6.0.2], Microsoft.NETCore.App.Host.win-x64 [6.0.2], Microsoft.NETCore.App.Host.win-x64 [6.0.2], Microsoft.NETCore.App.Host.win-x64 [6.0.2].
17+
-->
18+
<NoWarn>$(NoWarn);NU1505</NoWarn>
1219
</PropertyGroup>
1320

1421
<PropertyGroup>

0 commit comments

Comments
 (0)