Skip to content

Commit

Permalink
Added System.Dynamic.Runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
khellang committed Aug 17, 2015
1 parent c2b65f6 commit 4a8c64a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 35 deletions.
37 changes: 18 additions & 19 deletions src/Serilog/Project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,28 @@
"frameworks": {
"net40": {
"compilationOptions": {
"keyFile": "..\\assets\\Serilog.snk"
"keyFile": "../../assets/Serilog.snk"
},
"frameworkAssemblies": {
"System.Configuration": "",
"Microsoft.CSharp": ""
"System.Configuration": ""
},
"dependencies": {
"Microsoft.Bcl.Async": "1.0.168"
}
},
"net45": {
"compilationOptions": {
"keyFile": "..\\assets\\Serilog.snk"
"keyFile": "../../assets/Serilog.snk"
},
"frameworkAssemblies": {
"System.Configuration": ""
}
},
"dnx451": {
"compilationOptions": {
"keyFile": "..\\assets\\Serilog.snk"
"keyFile": "../../assets/Serilog.snk"
},
"frameworkAssemblies": {
"System.Runtime": "",
"System.Configuration": ""
}
},
Expand All @@ -40,36 +38,37 @@
"define": [ "PROFILE259" ]
},
"frameworkAssemblies": {
"Microsoft.CSharp": "",
"System.Collections": "",
"System.Diagnostics.Debug": "",
"System.Dynamic.Runtime": "",
"System.Globalization": "",
"System.Runtime": "",
"System.Runtime.Extensions": "",
"System.Linq": "",
"System.IO": "",
"System.Linq": "",
"System.Reflection": "",
"System.Reflection.Extensions": "",
"System.Runtime": "",
"System.Runtime.Extensions": "",
"System.Text.RegularExpressions": "",
"System.Diagnostics.Debug": "",
"System.Threading": "",
"System.Threading.Tasks": "",
"Microsoft.CSharp": ""
"System.Threading.Tasks": ""
}
},
"dnxcore50": {
"dependencies": {
"Microsoft.CSharp": "4.0.0-beta-23019",
"System.Collections": "4.0.10-beta-23019",
"System.Console": "4.0.0-beta-23019",
"System.Diagnostics.Process": "4.0.0-beta-23019",
"System.Diagnostics.TraceSource": "4.0.0-beta-23019",
"System.IO.FileSystem": "4.0.0-beta-23019",
"System.Linq": "4.0.0-beta-23019",
"System.Runtime": "4.0.20-beta-23019",
"System.Runtime.Extensions": "4.0.10-beta-23019",
"System.Text.RegularExpressions": "4.0.0-beta-23019",
"System.Threading": "4.0.10-beta-23019",
"System.Threading.Thread": "4.0.0-beta-23019",
"System.Threading.Timer": "4.0.0-beta-23019",
"Microsoft.CSharp": "4.0.0-beta-23019",
"System.Runtime": "4.0.20-beta-23019",
"System.Runtime.Extensions": "4.0.10-beta-23019",
"System.IO.FileSystem": "4.0.0-beta-23019",
"System.Diagnostics.TraceSource": "4.0.0-beta-23019",
"System.Diagnostics.Process": "4.0.0-beta-23019"
"System.Threading.Timer": "4.0.0-beta-23019"
}
}
}
Expand Down
31 changes: 15 additions & 16 deletions src/Serilog/project.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1224,45 +1224,44 @@
"": [],
".NETFramework,Version=v4.0": [
"Microsoft.Bcl.Async >= 1.0.168",
"fx/System.Configuration ",
"fx/Microsoft.CSharp "
"fx/System.Configuration "
],
".NETFramework,Version=v4.5": [
"fx/System.Configuration "
],
"DNX,Version=v4.5.1": [
"fx/System.Runtime ",
"fx/System.Configuration "
],
".NETPortable,Version=v4.5,Profile=Profile259": [
"fx/Microsoft.CSharp ",
"fx/System.Collections ",
"fx/System.Diagnostics.Debug ",
"fx/System.Dynamic.Runtime ",
"fx/System.Globalization ",
"fx/System.Runtime ",
"fx/System.Runtime.Extensions ",
"fx/System.Linq ",
"fx/System.IO ",
"fx/System.Linq ",
"fx/System.Reflection ",
"fx/System.Reflection.Extensions ",
"fx/System.Runtime ",
"fx/System.Runtime.Extensions ",
"fx/System.Text.RegularExpressions ",
"fx/System.Diagnostics.Debug ",
"fx/System.Threading ",
"fx/System.Threading.Tasks ",
"fx/Microsoft.CSharp "
"fx/System.Threading.Tasks "
],
"DNXCore,Version=v5.0": [
"Microsoft.CSharp >= 4.0.0-beta-23019",
"System.Collections >= 4.0.10-beta-23019",
"System.Console >= 4.0.0-beta-23019",
"System.Diagnostics.Process >= 4.0.0-beta-23019",
"System.Diagnostics.TraceSource >= 4.0.0-beta-23019",
"System.IO.FileSystem >= 4.0.0-beta-23019",
"System.Linq >= 4.0.0-beta-23019",
"System.Runtime >= 4.0.20-beta-23019",
"System.Runtime.Extensions >= 4.0.10-beta-23019",
"System.Text.RegularExpressions >= 4.0.0-beta-23019",
"System.Threading >= 4.0.10-beta-23019",
"System.Threading.Thread >= 4.0.0-beta-23019",
"System.Threading.Timer >= 4.0.0-beta-23019",
"Microsoft.CSharp >= 4.0.0-beta-23019",
"System.Runtime >= 4.0.20-beta-23019",
"System.Runtime.Extensions >= 4.0.10-beta-23019",
"System.IO.FileSystem >= 4.0.0-beta-23019",
"System.Diagnostics.TraceSource >= 4.0.0-beta-23019",
"System.Diagnostics.Process >= 4.0.0-beta-23019"
"System.Threading.Timer >= 4.0.0-beta-23019"
]
}
}

0 comments on commit 4a8c64a

Please sign in to comment.