Skip to content

Commit

Permalink
Release 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez committed Mar 12, 2017
1 parent 41fb223 commit bea4982
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/Unosquare.Labs.EmbedIO.Command/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": "1.1.0",
"Microsoft.NETCore.App": "1.1.1",
"System.Runtime.Loader": "4.3.0"
}
}
Expand Down
11 changes: 5 additions & 6 deletions src/Unosquare.Labs.EmbedIO.Samples/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@
"dependencies": {
"Microsoft.Data.SQLite": "1.1.0",
"Unosquare.Labs.EmbedIO": { "target": "project" },
"Tubular.ServerSide": "1.1.3",
"LiteLib": "0.11.0"
},
"LiteLib": "0.12.1",
"Tubular.ServerSide": "1.2.8" },

"frameworks": {
"netcoreapp1.1": {
"imports": "dnxcore50",
"dependencies": {
"Microsoft.NETCore.App": "1.1.0"
}
"dependencies": {
"Microsoft.NETCore.App": "1.1.1"
}
},
"net452": {
"frameworkAssemblies": {
Expand Down
4 changes: 2 additions & 2 deletions src/Unosquare.Labs.EmbedIO/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.0-*",
"version": "1.6.0-*",
"title": "Unosquare.Labs.EmbedIO",
"description": "EmbedIO is a tiny, portable web server",
"copyright": "Copyright © Unosquare 2013-2017",
Expand All @@ -12,7 +12,7 @@
},

"dependencies": {
"Unosquare.Swan": "0.12.0"
"Unosquare.Swan": "0.12.1"
},

"frameworks": {
Expand Down
2 changes: 1 addition & 1 deletion test/Unosquare.Labs.EmbedIO.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"netcoreapp1.1": {
"imports": "dnxcore50",
"dependencies": {
"Microsoft.NETCore.App": "1.1.0",
"Microsoft.NETCore.App": "1.1.1",
"System.Net.Http": "4.3.1"
}
},
Expand Down

0 comments on commit bea4982

Please sign in to comment.