Support running in aws lambda by fixing netcoreapp1.1 vs netcoreapp1.0 confusion (#1713)

* force the implicit netstandard package version to 1.6.0 to avoid automated update to 1.6.1 which prevents strict netcoreapp1.0 support (required in aws lambda)

* tidy up project files
This commit is contained in:
Ryan Gribble
2017-11-15 20:16:02 +10:00
committed by GitHub
parent c45175bc7b
commit eb2b9ea4ab
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
<Version>0.0.0-dev</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TargetFrameworks>netstandard1.1;net45</TargetFrameworks>
<NetStandardImplicitPackageVersion>1.6.0</NetStandardImplicitPackageVersion>
<AssemblyName>Octokit.Reactive</AssemblyName>
<PackageId>Octokit.Reactive</PackageId>
<DebugType>embedded</DebugType>