File tree Expand file tree Collapse file tree 6 files changed +29
-39
lines changed
SampleWebApp.IntegrationTests Expand file tree Collapse file tree 6 files changed +29
-39
lines changed Original file line number Diff line number Diff line change 1
1
language : csharp
2
2
mono : none
3
3
sudo : required
4
- dist : trusty
5
- before_install :
6
- - curl -O https://packages.microsoft.com/config/ubuntu/14.04/packages-microsoft-prod.deb
7
- - sudo dpkg -i packages-microsoft-prod.deb
8
- - sudo apt-get install apt-transport-https
9
- - sudo apt-get update
10
- - sudo apt-get install dotnet-sdk-2.1
4
+ dist : xenial
5
+ dotnet : 2.2
11
6
services :
12
7
- memcached
13
8
addons :
19
14
- DOTNET_CLI_TELEMETRY_OPTOUT : 1
20
15
os :
21
16
- linux
22
- branches :
23
- only :
24
- - master
25
- - dotnetcore
26
- - dotnetcore2-preview2
27
17
script :
28
18
- ./build.sh
29
19
- ./test.sh
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >netcoreapp2.1 </TargetFramework >
3
+ <TargetFramework >netcoreapp2.2 </TargetFramework >
4
4
<IsPackable >false</IsPackable >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 2.1.1 " />
8
- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.1.1 " />
9
- <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 2.1.1 " />
10
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.8 .0" />
11
- <PackageReference Include =" xunit" Version =" 2.4.0 " />
12
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.0 " >
7
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 2.2.0 " />
8
+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.2.0 " />
9
+ <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 2.2.0 " />
10
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.9 .0" />
11
+ <PackageReference Include =" xunit" Version =" 2.4.1 " />
12
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1 " >
13
13
<PrivateAssets >all</PrivateAssets >
14
14
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
15
15
</PackageReference >
Original file line number Diff line number Diff line change 17
17
</PropertyGroup >
18
18
19
19
<ItemGroup >
20
- <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 2.1.1 " />
21
- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 2.1.1 " />
22
- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 2.1.1 " />
23
- <PackageReference Include =" Microsoft.Extensions.Options" Version =" 2.1.1 " />
24
- <PackageReference Include =" Microsoft.Extensions.Caching.Abstractions" Version =" 2.1.2 " />
25
- <PackageReference Include =" Microsoft.AspNetCore.Http.Abstractions" Version =" 2.1.1 " />
26
- <PackageReference Include =" Newtonsoft.Json.Bson" Version =" 1.0.1 " />
20
+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 2.2.0 " />
21
+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 2.2.0 " />
22
+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 2.2.0 " />
23
+ <PackageReference Include =" Microsoft.Extensions.Options" Version =" 2.2.0 " />
24
+ <PackageReference Include =" Microsoft.Extensions.Caching.Abstractions" Version =" 2.2.0 " />
25
+ <PackageReference Include =" Microsoft.AspNetCore.Http.Abstractions" Version =" 2.2.0 " />
26
+ <PackageReference Include =" Newtonsoft.Json.Bson" Version =" 1.0.2 " />
27
27
<PackageReference Include =" System.Threading.Tasks.Extensions" Version =" 4.5.1" />
28
28
</ItemGroup >
29
29
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >netcoreapp2.1 </TargetFramework >
3
+ <TargetFramework >netcoreapp2.2 </TargetFramework >
4
4
<IsPackable >false</IsPackable >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 2.1.1 " />
8
- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.1.1 " />
9
- <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 2.1.1 " />
10
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.8 .0" />
11
- <PackageReference Include =" xunit" Version =" 2.4.0 " />
12
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.0 " >
7
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 2.2.0 " />
8
+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.2.0 " />
9
+ <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 2.2.0 " />
10
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.9 .0" />
11
+ <PackageReference Include =" xunit" Version =" 2.4.1 " />
12
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1 " >
13
13
<PrivateAssets >all</PrivateAssets >
14
14
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
15
15
</PackageReference >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp2.1 </TargetFramework >
4
+ <TargetFramework >netcoreapp2.2 </TargetFramework >
5
5
6
6
<IsPackable >false</IsPackable >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
10
17A6
<PackageReference Include =" Microsoft.AspNetCore.App" />
11
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 2.1.2 " />
12
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.8 .0" />
13
- <PackageReference Include =" xunit" Version =" 2.4.0 " />
14
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.0 " >
11
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 2.2.0 " />
12
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.9 .0" />
13
+ <PackageReference Include =" xunit" Version =" 2.4.1 " />
14
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1 " >
15
15
<PrivateAssets >all</PrivateAssets >
16
16
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
17
17
</PackageReference >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp2.1 </TargetFramework >
4
+ <TargetFramework >netcoreapp2.2 </TargetFramework >
5
5
<RootNamespace >Enyim.Caching.SampleWebApp</RootNamespace >
6
6
<AssemblyName >Enyim.Caching.SampleWebApp</AssemblyName >
7
7
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments