Skip to content

Commit

Permalink
Upgrade packages to netstandard2.0/netcoreapp3.1. Fixed license warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangodong committed Dec 26, 2019
1 parent 9d2b337 commit a6f061d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GitHubJwt.Tests/GitHubJwt.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions GitHubJwt/GitHubJwt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>0.0.0</Version>
<PackageProjectUrl>https://github.com/adriangodong/githubjwt</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/adriangodong/githubjwt/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<PropertyGroup>
<TargetFramework>netstandard1.4</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: Visual Studio 2017
image: Visual Studio 2019
configuration: Release
version: '{build}'

Expand Down

0 comments on commit a6f061d

Please sign in to comment.