Skip to content

Commit 503945d

Browse files
change kubernetes target framework because libraries should be netstandarX
1 parent ac27f7b commit 503945d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/KubernetesClient.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<OutputType>Library</OutputType>
4-
<TargetFramework>netcoreapp1.1</TargetFramework>
3+
<TargetFramework>netstandard1.6</TargetFramework>
54
</PropertyGroup>
65
<ItemGroup>
76
<Compile Remove="GlobalSuppressions.cs" />
@@ -10,6 +9,7 @@
109
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="1.1.0" />
1110
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="3.0.3" />
1211
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
12+
<PackageReference Include="System.Diagnostics.Process" Version="4.3.0" />
1313
<PackageReference Include="YamlDotNet.NetCore" Version="1.0.0" />
1414
</ItemGroup>
1515
</Project>

0 commit comments

Comments
 (0)