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 c108799 commit 42a7949Copy full SHA for 42a7949
src/KubernetesClient.csproj
@@ -1,6 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <TargetFramework>netcoreapp2.0</TargetFramework>
+ <TargetFramework>netstandard1.3</TargetFramework>
4
+ <RootNamespace>k8s</RootNamespace>
5
</PropertyGroup>
6
<ItemGroup>
7
<Compile Remove="GlobalSuppressions.cs" />
0 commit comments