2017-09-13 21:58:31 -07:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2017-06-06 23:02:14 -07:00
|
|
|
<PropertyGroup>
|
2017-09-13 21:58:31 -07:00
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2017-06-06 23:02:14 -07:00
|
|
|
</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-07-24 20:56:03 +02:00
|
|
|
<PackageReference Include="System.Diagnostics.Process" Version="4.3.0" />
|
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>
|