We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac27f7b commit 503945dCopy full SHA for 503945d
src/KubernetesClient.csproj
@@ -1,7 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <OutputType>Library</OutputType>
4
- <TargetFramework>netcoreapp1.1</TargetFramework>
+ <TargetFramework>netstandard1.6</TargetFramework>
5
</PropertyGroup>
6
<ItemGroup>
7
<Compile Remove="GlobalSuppressions.cs" />
@@ -10,6 +9,7 @@
10
9
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="1.1.0" />
11
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="3.0.3" />
12
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
+ <PackageReference Include="System.Diagnostics.Process" Version="4.3.0" />
13
<PackageReference Include="YamlDotNet.NetCore" Version="1.0.0" />
14
</ItemGroup>
15
</Project>
0 commit comments