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 11language : csharp
22dist : trusty
33mono : none
4- dotnet : 1 .0.4
4+ dotnet : 2 .0.0
55
66install :
77 - dotnet restore
88
99script :
1010 - 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 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp1.0</TargetFramework >
5-
4+ <TargetFrameworks >netcoreapp1.0;netcoreapp1.1;netcoreapp2.0</TargetFrameworks >
65 <IsPackable >false</IsPackable >
76 </PropertyGroup >
87
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard1.1</ TargetFramework >
4+ <TargetFrameworks >netstandard1.1;netcoreapp1.0;netcoreapp1.1;netcoreapp2.0</ TargetFrameworks >
55 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
66 <Version >1.1.0</Version >
77 <Authors >Cory Thompson</Authors >
You can’t perform that action at this time.
0 commit comments