Skip to content

Commit 42a7949

Browse files
committed
switch to dotnetstand 1.3
1 parent c108799 commit 42a7949

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/KubernetesClient.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>netcoreapp2.0</TargetFramework>
3+
<TargetFramework>netstandard1.3</TargetFramework>
4+
<RootNamespace>k8s</RootNamespace>
45
</PropertyGroup>
56
<ItemGroup>
67
<Compile Remove="GlobalSuppressions.cs" />

0 commit comments

Comments
 (0)