mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-04 06:23:09 +00:00
16 lines
384 B
XML
16 lines
384 B
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
|
||
|
|
<PropertyGroup>
|
||
|
|
<OutputType>Exe</OutputType>
|
||
|
|
<TargetFramework>net6.0</TargetFramework>
|
||
|
|
<RootNamespace>cs_kubetry</RootNamespace>
|
||
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
||
|
|
<Nullable>enable</Nullable>
|
||
|
|
</PropertyGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<PackageReference Include="KubernetesClient" Version="10.1.4" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
</Project>
|