-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to .NET Core 1.0.0 and netstandart1.3
- Loading branch information
1 parent
ad0bbb1
commit e8e18af
Showing
10 changed files
with
9,810 additions
and
1,061 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,28 @@ | ||
{ | ||
"version": "3.7.50926", | ||
"version": "3.8.0", | ||
"title": "NetTelegramBotApi", | ||
"description": "Telegram Bot API library", | ||
"authors": [ "Dmitry Popov" ], | ||
"tags": [ "telegram", "bot", "api" ], | ||
"projectUrl": "https://github.com/justdmitry/NetTelegramBotApi", | ||
"iconUrl": "https://raw.githubusercontent.com/justdmitry/NetTelegramBotApi/master/package-icon.gif", | ||
"copyright": "Copyright © Dmitry Popov, 2015", | ||
"releaseNotes": "New! Support files download (sent by users)! Also, proxy support included. Other API changes implemented too.", | ||
|
||
"packOptions": { | ||
"summary": "Telegram Bot API library", | ||
"owners": [ "Dmitry Popov" ], | ||
"tags": [ "telegram", "bot", "api" ], | ||
"projectUrl": "https://github.com/justdmitry/NetTelegramBotApi", | ||
"iconUrl": "https://raw.githubusercontent.com/justdmitry/NetTelegramBotApi/master/package-icon.gif", | ||
"copyright": "Copyright © Dmitry Popov, 2015", | ||
"releaseNotes": "Upgrade to .NET Core RTM and netstandard1.3", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/justdmitry/NetTelegramBotApi.git" | ||
} | ||
}, | ||
|
||
"dependencies": { | ||
"Newtonsoft.Json": "7.0.1" | ||
"Newtonsoft.Json": "9.0.1", | ||
"System.Net.Http": "4.1.0" | ||
}, | ||
|
||
"frameworks": { | ||
"net45": { | ||
"frameworkAssemblies": { | ||
"System.Net.Http": "4.0.0" | ||
} | ||
}, | ||
"dnx45": { | ||
"frameworkAssemblies": { | ||
"System.Net.Http": "4.0.0" | ||
} | ||
}, | ||
"dnx50": { | ||
"frameworkAssemblies": { | ||
"System.Net.Http": "4.0.0" | ||
} | ||
}, | ||
"dnxcore50": { | ||
"dependencies": { | ||
"System.Linq": "4.0.0", | ||
"System.Net.Http": "4.0.0", | ||
"System.Collections": "4.0.10", | ||
"System.Text.RegularExpressions": "4.0.10" | ||
} | ||
} | ||
"netstandard1.3": {} | ||
} | ||
} |
Oops, something went wrong.