зеркало из https://github.com/dotnet/sdk.git
Ignore NuGet warning to workaround NuGet bug
This commit is contained in:
Родитель
8a43363115
Коммит
b14c6026f9
|
@ -13,6 +13,9 @@
|
|||
<DebugType>embedded</DebugType>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<IsShippingPackage>false</IsShippingPackage>
|
||||
|
||||
<!-- Workaround for https://github.com/NuGet/NuGet.Client/pull/3016 -->
|
||||
<NoWarn>$(NoWarn);5131</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(IsTestProject)' == 'true'">
|
||||
|
|
Загрузка…
Ссылка в новой задаче