no longer publishing stylecop.json from build

This commit is contained in:
Scott Williams 2017-09-16 11:38:50 +01:00
Родитель 26d7abf872
Коммит 65777ccade
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -34,7 +34,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="SixLabors.Fonts" Version="1.0.0-beta0001" />
<PackageReference Include="SixLabors.Fonts" Version="1.0.0-beta0002" />
</ItemGroup>
<ItemGroup>

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

@ -35,7 +35,7 @@ Its a fully manged netstandard library so should work everywhere.</Description>
<Compile Include="..\Shared\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="SixLabors.Core" Version="1.0.0-beta0002" />
<PackageReference Include="SixLabors.Core" Version="1.0.0-beta0003" />
<PackageReference Include="System.Buffers" Version="4.4.0" />
</ItemGroup>