2017-06-06 23:02:14 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<TargetFramework>netcoreapp1.1</TargetFramework>
|
|
|
|
|
|
</PropertyGroup>
|
2017-06-26 23:08:29 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Remove="GlobalSuppressions.cs" />
|
2017-06-17 14:11:52 -07:00
|
|
|
|
</ItemGroup>
|
2017-06-06 23:02:14 -07:00
|
|
|
|
<ItemGroup>
|
2017-06-17 14:11:52 -07:00
|
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="1.1.0" />
|
2017-06-06 23:02:14 -07:00
|
|
|
|
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="3.0.3" />
|
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
|
2017-06-17 14:11:52 -07:00
|
|
|
|
<PackageReference Include="YamlDotNet.NetCore" Version="1.0.0" />
|
2017-06-06 23:02:14 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|