File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11language : csharp
2- dotnet : 1.0.4
2+ dotnet : 2.1.803
33solution : SendGrid.sln
44os : linux
5- dist : trusty
5+ dist : bionic
66mono : latest
77sudo : required
88
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ install:
1010test :
1111 dotnet restore
1212 dotnet build ./src/SendGrid -c Release
13- dotnet test ./tests/SendGrid.Tests/SendGrid.Tests.csproj -c Release -f netcoreapp1.0
13+ dotnet test ./tests/SendGrid.Tests/SendGrid.Tests.csproj -c Release -f netcoreapp2.1
1414 curl -s https://codecov.io/bash > .codecov
1515 chmod +x .codecov
1616 ./.codecov
Original file line number Diff line number Diff line change 88 <OutputType >Library</OutputType >
99 <AssemblyOriginatorKeyFile >../../tools/sendgrid-csharp.snk</AssemblyOriginatorKeyFile >
1010 <SignAssembly >true</SignAssembly >
11- <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
1211 <DebugSymbols Condition =" '$(TargetFramework)' == 'net452' " >true</DebugSymbols >
1312 <DebugType Condition =" '$(TargetFramework)' == 'net452' " >full</DebugType >
1413 <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb;.xml</AllowedOutputExtensionsInPackageBuildOutputFolder >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp1.0 </TargetFramework >
4+ <TargetFramework >netcoreapp2.1 </TargetFramework >
55 <AssemblyName >SendGrid.Tests</AssemblyName >
66 <PackageId >SendGrid.Tests</PackageId >
77 <GenerateRuntimeConfigurationFiles >true</GenerateRuntimeConfigurationFiles >
8- <RuntimeFrameworkVersion >1.0.4</RuntimeFrameworkVersion >
98 <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
109 <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
1110 <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
You can’t perform that action at this time.
0 commit comments