16 lines
681 B
XML
Executable File
16 lines
681 B
XML
Executable File
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp1.1</TargetFramework>
|
|
<IsPackable>false</IsPackable>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="xunit" Version="2.3.0-beta3-build3705" />
|
|
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.0-beta3-build3705" />
|
|
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="3.0.3" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
|
|
<PackageReference Include="YamlDotNet.NetCore" Version="1.0.0" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\src\KubernetesClient.csproj" />
|
|
</ItemGroup>
|
|
</Project> |