Remove unneeded files for .NET Core (#1549)

* add .ruleset back to both Octokit and Octokit.Reactive

* rename Octokit.Core.sln to Octokit.sln

* remove platform-specific solution files

* remove .nuspec files

NuGet packaging information is now in the relevant project.json files

* remove ext folder containing platform-specific assemblies

* update the description of the .ruleset file we use
This commit is contained in:
Mickaël Derriey
2017-01-29 08:46:38 +11:00
committed by Ryan Gribble
parent 938149f78f
commit 6b8dde10e2
22 changed files with 35 additions and 325 deletions
+4 -1
View File
@@ -13,7 +13,10 @@
"../Octokit/Helpers/Ensure.cs",
"../Octokit/Helpers/Pagination.cs"
]
}
},
"additionalArguments": [
"/ruleset:../Octokit.ruleset"
]
},
"packOptions": {
"summary": "An IObservable based GitHub API client library for .NET using Reactive Extensions"