Merge pull request #1361 from HavenDV/patch-1

feat: Added DevelopmentDependency to MessagePackAnalyzer
This commit is contained in:
Andrew Arnott 2021-12-24 17:21:10 -07:00 коммит произвёл GitHub
Родитель b2ab6250d1 c1e5f74d63
Коммит 76f3f651e7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -11,6 +11,7 @@
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);PackBuildOutputs</TargetsForTfmSpecificContentInPackage>
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
<IncludeSymbols>false</IncludeSymbols>
<DevelopmentDependency>true</DevelopmentDependency>
</PropertyGroup>
<ItemGroup>
<Content Include="tools\*.ps1" Pack="true" PackagePath="tools\" />