Skip to content

Commit bea4982

Browse files
committed
Release 1.6
1 parent 41fb223 commit bea4982

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

src/Unosquare.Labs.EmbedIO.Command/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"netcoreapp1.1": {
1919
"dependencies": {
20-
"Microsoft.NETCore.App": "1.1.0",
20+
"Microsoft.NETCore.App": "1.1.1",
2121
"System.Runtime.Loader": "4.3.0"
2222
}
2323
}

src/Unosquare.Labs.EmbedIO.Samples/project.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@
88
"dependencies": {
99
"Microsoft.Data.SQLite": "1.1.0",
1010
"Unosquare.Labs.EmbedIO": { "target": "project" },
11-
"Tubular.ServerSide": "1.1.3",
12-
"LiteLib": "0.11.0"
13-
},
11+
"LiteLib": "0.12.1",
12+
"Tubular.ServerSide": "1.2.8" },
1413

1514
"frameworks": {
1615
"netcoreapp1.1": {
1716
"imports": "dnxcore50",
18-
"dependencies": {
19-
"Microsoft.NETCore.App": "1.1.0"
20-
}
17+
"dependencies": {
18+
"Microsoft.NETCore.App": "1.1.1"
19+
}
2120
},
2221
"net452": {
2322
"frameworkAssemblies": {

src/Unosquare.Labs.EmbedIO/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.5.0-*",
2+
"version": "1.6.0-*",
33
"title": "Unosquare.Labs.EmbedIO",
44
"description": "EmbedIO is a tiny, portable web server",
55
"copyright": "Copyright © Unosquare 2013-2017",
@@ -12,7 +12,7 @@
1212
},
1313

1414
"dependencies": {
15-
"Unosquare.Swan": "0.12.0"
15+
"Unosquare.Swan": "0.12.1"
1616
},
1717

1818
"frameworks": {

test/Unosquare.Labs.EmbedIO.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"netcoreapp1.1": {
1717
"imports": "dnxcore50",
1818
"dependencies": {
19-
"Microsoft.NETCore.App": "1.1.0",
19+
"Microsoft.NETCore.App": "1.1.1",
2020
"System.Net.Http": "4.3.1"
2121
}
2222
},

0 commit comments

Comments
 (0)