Skip to content

Commit

Permalink
Update Litelib dep
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez committed Oct 3, 2016
1 parent 326115d commit 80138d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Unosquare.Labs.EmbedIO.Samples/StaticFilesSample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static string HtmlRootPath
// This lets you edit the files without restarting the server.
return Path.GetFullPath(Path.Combine(assemblyPath, "..\\..\\html"));
#else
// This is when you have deployed the server.
// This is when you have deployed the server.
return Path.Combine(assemblyPath, "html");
#endif
}
Expand Down
2 changes: 1 addition & 1 deletion src/Unosquare.Labs.EmbedIO.Samples/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
},

"dependencies": {
"LiteLib": "0.9.1",
"Newtonsoft.Json": "9.0.1",
"LiteLib": "0.9.0",
"System.Linq.Dynamic.Core": "1.0.6.4",
"Tubular.ServerSide": "1.0.5",
"Unosquare.Labs.EmbedIO": "1.0.0-*"
Expand Down

0 comments on commit 80138d1

Please sign in to comment.