File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
- <PropertyGroup >
2
+ <PropertyGroup >
3
3
<TargetFramework >netcoreapp1.1</TargetFramework >
4
4
<IsPackable >false</IsPackable >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
- <PackageReference Include =" xunit" Version =" 2.3.0-beta3-build3705" />
8
- <DotNetCliToolReference Include =" dotnet-xunit" Version =" 2.3.0-beta3-build3705" />
9
7
<PackageReference Include =" Microsoft.Rest.ClientRuntime" Version =" 3.0.3" />
10
8
<PackageReference Include =" Newtonsoft.Json" Version =" 10.0.2" />
11
- <PackageReference Include =" YamlDotNet.NetCore" Version =" 1.0.0" />
9
+ <PackageReference Include =" YamlDotNet.NetCore" Version =" 1.0.0" />
10
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0.0" />
11
+ <PackageReference Include =" xunit" Version =" 2.2.0" />
12
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0" />
13
+
12
14
</ItemGroup >
13
15
<ItemGroup >
14
16
<None Include =" assets/*" CopyToOutputDirectory =" Always" />
15
- </ItemGroup >
17
+ </ItemGroup >
16
18
<ItemGroup >
17
19
<ProjectReference Include =" ..\src\KubernetesClient.csproj" />
18
20
</ItemGroup >
You can’t perform that action at this time.
0 commit comments