Skip to content

Commit

Permalink
Merge pull request #2 from adriangodong/downversion-to-netcoreapp1.1
Browse files Browse the repository at this point in the history
Downgrade library target to netstandard1.4
  • Loading branch information
adriangodong authored Mar 20, 2018
2 parents 84be96c + 4c718d3 commit 9bad63b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GitHubJwt.Tests/GitHubJwt.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netcoreapp1.1</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.2.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.2.0" />
<PackageReference Include="SilverGiggle" Version="0.0.0-4-ge5bf59c" />
<PackageReference Include="SilverGiggle" Version="0.0.0-8-gebe8797" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion GitHubJwt/GitHubJwt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>

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

<ItemGroup>
Expand Down

0 comments on commit 9bad63b

Please sign in to comment.