未验证 提交 506e58d4 编写于 作者: V Vlad Zarytovskii 提交者: GitHub

Workaround for Duplicate 'PackageDownload' items warning (#13055)

上级 5cf88af5
......@@ -8,6 +8,9 @@
<TargetFrameworks Condition="'$(ProtoTargetFramework)' == ''">net472;net6.0</TargetFrameworks>
<TargetFrameworks Condition="'$(OS)' == 'Unix'">net6.0</TargetFrameworks>
<NoWarn>$(NoWarn);44</NoWarn> <!-- Obsolete -->
<!-- NU1504 reports duplicate package download for various packages.
Disabling this warning until https://github.com/dotnet/sdk/issues/24747 is fixed.-->
<NoWarn>$(NoWarn);NU1504</NoWarn>
<AllowCrossTargeting>true</AllowCrossTargeting>
<OtherFlags>$(OtherFlags) --warnon:1182</OtherFlags>
<Win32Resource>fsi.res</Win32Resource>
......
......@@ -7,6 +7,9 @@
<AssemblyName>FSharp.ProjectSystem.Base</AssemblyName>
<NoWarn>$(NoWarn),618,1570,1572,1573,1574,1591,3001,3002,3003,3005,3008,3009,3021,3024</NoWarn>
<NoWarn>$(NoWarn);VSTHRD010</NoWarn>
<!-- NU1504 reports duplicate package download for various packages.
Disabling this warning until https://github.com/dotnet/sdk/issues/24747 is fixed.-->
<NoWarn>$(NoWarn);NU1504</NoWarn>
<DefineConstants>$(DefineConstants);CODE_ANALYSIS</DefineConstants>
<RootNamespace>Microsoft.VisualStudio.FSharp.ProjectSystem</RootNamespace>
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
......
......@@ -12,6 +12,9 @@
<RegisterForComInterop>false</RegisterForComInterop>
<WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
<NoWarn>40026;42105;42107;42353</NoWarn>
<!-- NU1504 reports duplicate package download for various packages.
Disabling this warning until https://github.com/dotnet/sdk/issues/24747 is fixed.-->
<NoWarn>$(NoWarn);NU1504</NoWarn>
<TargetFramework>net472</TargetFramework>
<RuntimeIdentifiers>win</RuntimeIdentifiers>
<ImportVsSDK>true</ImportVsSDK>
......
......@@ -7,6 +7,9 @@
<PlatformTarget>x86</PlatformTarget>
<OutputType>Library</OutputType>
<NoWarn>$(NoWarn);44;58;75;3005</NoWarn>
<!-- NU1504 reports duplicate package download for various packages.
Disabling this warning until https://github.com/dotnet/sdk/issues/24747 is fixed.-->
<NoWarn>$(NoWarn);NU1504</NoWarn>
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<UsePackageTargetFallbackHack>true</UsePackageTargetFallbackHack>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册