File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ language: csharp
2
2
sudo : required
3
3
matrix :
4
4
include :
5
- - dotnet : 1 .0.4
5
+ - dotnet : 2 .0.0
6
6
mono : none
7
7
dist : trusty
8
8
9
9
script :
10
- - ./ci.sh
10
+ - ./ci.sh
Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
<ItemGroup >
7
7
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0.0" />
8
- <PackageReference Include =" xunit" Version =" 2.3.0-beta3-build3705 " />
9
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.0-beta3-build3705 " />
10
- <DotNetCliToolReference Include =" dotnet-xunit" Version =" 2.3.0-beta3-build3705 " />
8
+ <PackageReference Include =" xunit" Version =" 2.3.0-beta4-build3742 " />
9
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.0-beta4-build3742 " />
10
+ <DotNetCliToolReference Include =" dotnet-xunit" Version =" 2.3.0-beta4-build3742 " />
11
11
</ItemGroup >
12
12
<ItemGroup >
13
13
<None Include =" assets/*" CopyToOutputDirectory =" Always" />
14
14
</ItemGroup >
15
15
<ItemGroup >
16
16
<ProjectReference Include =" ..\src\KubernetesClient.csproj" />
17
17
</ItemGroup >
18
- </Project >
18
+ </Project >
You can’t perform that action at this time.
0 commit comments