File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
tests/KubernetesClient.Tests Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<IsPackable >false</IsPackable >
4
4
<RootNamespace >k8s.tests</RootNamespace >
5
- <TargetFrameworks >netcoreapp2.1</TargetFrameworks >
5
+ <TargetFrameworks >netcoreapp2.1;netcoreapp2.0 </TargetFrameworks >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.1.5 " />
10
- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.1.1 " />
9
+ <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.0.9 " />
10
+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.0.2 " />
11
11
<PackageReference Include =" System.Reactive" Version =" 3.1.1" />
12
12
<PackageReference Include =" Nito.AsyncEx" Version =" 4.0.1" />
13
13
</ItemGroup >
20
20
</ItemGroup >
21
21
22
22
<ItemGroup >
23
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.9.0" />
24
- <PackageReference Include =" xunit" Version =" 2.4.0" />
25
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.0" NoWarn =" NU1701" >
26
- <PrivateAssets >all</PrivateAssets >
27
- <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
28
- </PackageReference >
23
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.7.0" />
24
+ <PackageReference Include =" xunit" Version =" 2.3.1" />
25
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.1" NoWarn =" NU1701" />
29
26
30
27
<DotNetCliToolReference Include =" dotnet-xunit" Version =" 2.3.1" />
31
28
</ItemGroup >
You can’t perform that action at this time.
0 commit comments