mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user