File tree Expand file tree Collapse file tree 3 files changed +50
-8
lines changed
Expand file tree Collapse file tree 3 files changed +50
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " 3.8.0 " ,
2+ "version" : " 3.8.1 " ,
33 "title" : " NetTelegramBotApi" ,
44 "description" : " Telegram Bot API library" ,
55
1818 },
1919
2020 "dependencies" : {
21- "Newtonsoft.Json" : " 9.0.1" ,
22- "System.Net.Http" : " 4.1.0"
21+ "Newtonsoft.Json" : " 9.0.1"
2322 },
2423
2524 "frameworks" : {
26- "netstandard1.3" : {}
25+ "net45" : {
26+ "frameworkAssemblies" : {
27+ "System.Net.Http" : " 4.0.0.0"
28+ }
29+ },
30+ "net46" : {
31+ "frameworkAssemblies" : {
32+ "System.Net.Http" : " 4.0.0.0"
33+ }
34+ },
35+ "netstandard1.3" : {
36+ "dependencies" : {
37+ "System.Net.Http" : " 4.1.0"
38+ }
39+ }
2740 }
2841}
Original file line number Diff line number Diff line change 22 "locked" : false ,
33 "version" : 2 ,
44 "targets" : {
5+ ".NETFramework,Version=v4.5" : {
6+ "Newtonsoft.Json/9.0.1" : {
7+ "type" : " package" ,
8+ "compile" : {
9+ "lib/net45/Newtonsoft.Json.dll" : {}
10+ },
11+ "runtime" : {
12+ "lib/net45/Newtonsoft.Json.dll" : {}
13+ }
14+ }
15+ },
16+ ".NETFramework,Version=v4.6" : {
17+ "Newtonsoft.Json/9.0.1" : {
18+ "type" : " package" ,
19+ "compile" : {
20+ "lib/net45/Newtonsoft.Json.dll" : {}
21+ },
22+ "runtime" : {
23+ "lib/net45/Newtonsoft.Json.dll" : {}
24+ }
25+ }
26+ },
527 ".NETStandard,Version=v1.3" : {
628 "Microsoft.CSharp/4.0.1" : {
729 "type" : " package" ,
33973419 },
33983420 "projectFileDependencyGroups" : {
33993421 "" : [
3400- " Newtonsoft.Json >= 9.0.1" ,
3401- " System.Net.Http >= 4.1.0"
3422+ " Newtonsoft.Json >= 9.0.1"
3423+ ],
3424+ ".NETFramework,Version=v4.5" : [
3425+ " System.Net.Http >= 4.0.0"
34023426 ],
3403- ".NETStandard,Version=v1.3" : []
3427+ ".NETFramework,Version=v4.6" : [
3428+ " System.Net.Http >= 4.0.0"
3429+ ],
3430+ ".NETStandard,Version=v1.3" : [
3431+ " System.Net.Http >= 4.1.0"
3432+ ]
34043433 },
34053434 "tools" : {},
34063435 "projectFileToolGroups" : {}
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<packages >
3- <package id =" NetTelegramBotApi" version =" 3.7.50926 " targetFramework =" net45" />
3+ <package id =" NetTelegramBotApi" version =" 3.8.1 " targetFramework =" net45" />
44 <package id =" Newtonsoft.Json" version =" 7.0.1" targetFramework =" net45" />
55</packages >
You can’t perform that action at this time.
0 commit comments