File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : csharp
2
2
dist : trusty
3
3
mono : none
4
- dotnet : 1 .0.4
4
+ dotnet : 2 .0.0
5
5
6
6
install :
7
7
- dotnet restore
8
8
9
9
script :
10
10
- dotnet build --framework=netcoreapp1.0
11
- - dotnet test --framework=netcoreapp1.0 WebPush.Test/WebPush.Test.csproj
11
+ - dotnet test --framework=netcoreapp1.0 WebPush.Test/WebPush.Test.csproj
12
+ - dotnet build --framework=netcoreapp2.0
13
+ - dotnet test --framework=netcoreapp2.0 WebPush.Test/WebPush.Test.csproj
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp1.0</TargetFramework >
5
-
4
+ <TargetFrameworks >netcoreapp1.0;netcoreapp1.1;netcoreapp2.0</TargetFrameworks >
6
5
<IsPackable >false</IsPackable >
7
6
</PropertyGroup >
8
7
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netstandard1.1</ TargetFramework >
4
+ <TargetFrameworks >netstandard1.1;netcoreapp1.0;netcoreapp1.1;netcoreapp2.0</ TargetFrameworks >
5
5
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
6
<Version >1.1.0</Version >
7
7
<Authors >Cory Thompson</Authors >
You can’t perform that action at this time.
0 commit comments