Skip to content

Commit

Permalink
Fix dependencies and also target net45
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxwe11 committed Feb 1, 2016
1 parent 9c4b9fd commit 55ea680
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 30 deletions.
28 changes: 7 additions & 21 deletions NModbus4.Serial/project.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,16 @@
{
"version": "1.0.0-*",
"version": "1.0.0-alpha1",
"description": "NModbus4.Serial Class Library",
"authors": [ "turin" ],
"tags": [ "" ],
"projectUrl": "",
"licenseUrl": "",
"authors": [ "Dmitry Turin" ],
"tags": [ "modbus", "nmodbus", "serial", "master", "slave" ],
"projectUrl": "https://github.com/NModbus4/NModbus4",
"licenseUrl": "http://opensource.org/licenses/MIT",

"dependencies": {
"NModbus4": { "target": "project" }
"NModbus4": "3.0.0-*"
},

"frameworks": {
"net461": {
"dependencies": {
"System.Runtime": "4.0.21-*",
"System.Diagnostics.Debug": "4.0.10",
"Microsoft.CSharp": "4.0.1-*"
},
"frameworkAssemblies": {
"mscorlib": "4.0.0.0",
"System": "4.0.0.0",
"System.Core": "4.0.0.0",
"System.Diagnostics.Debug": "4.0.10.0",
"System.Runtime": "4.0.20.0",
"Microsoft.CSharp": "4.0.0.0"
}
}
"net45": { }
}
}
18 changes: 9 additions & 9 deletions NModbus4/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"licenseUrl": "http://opensource.org/licenses/MIT",

"frameworks": {
"net45": {},
"dotnet5.5": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-*",
"System.Collections": "4.0.11-*",
"System.Collections.Concurrent": "4.0.11-*",
"System.Linq": "4.0.1-*",
"System.IO": "4.0.11-*",
"System.Runtime": "4.0.21-*",
"System.Threading.Tasks": "4.0.11-*",
"System.Net.Sockets": "4.1.0-*",
"System.Diagnostics.Tools": "4.0.1-*",
"System.Collections": "4.0.11-beta-23516",
"System.Collections.Concurrent": "4.0.11-beta-23516",
"System.Linq": "4.0.1-beta-23516",
"System.IO": "4.0.11-beta-23516",
"System.Runtime": "4.0.21-beta-23516",
"System.Threading.Tasks": "4.0.11-beta-23516",
"System.Net.Sockets": "4.1.0-beta-23516",
"System.Diagnostics.Tools": "4.0.1-beta-23516",
"System.Diagnostics.Debug": "4.0.10"
}
}
Expand Down

0 comments on commit 55ea680

Please sign in to comment.