mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-29 09:22:25 +00:00
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:
committed by
Ryan Gribble
parent
938149f78f
commit
6b8dde10e2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user