15 lines
431 B
XML
Executable File
15 lines
431 B
XML
Executable File
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="3.0.3" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
|
|
<ProjectReference Include="..\..\src\KubernetesClient.csproj" />
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|