Skip to content

Commit

Permalink
Updated to Suave 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinmoris committed Feb 17, 2017
1 parent 79c66d5 commit d263c1d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/Suave.AspNetCore/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Suave.AspNetCore",
"version": "0.2.0-*",
"version": "0.3.0-*",
"description": "Small .NET Core library which provides middleware to run a Suave app (on top of Kestrel) within ASP.NET Core.",
"copyright": "Copyright 2016 Dustin Moris Gorski",
"authors": [ "Dustin Moris Gorski" ],
Expand All @@ -15,7 +15,7 @@
"Microsoft.AspNetCore.Http": "1.1.0",
"Microsoft.AspNetCore.Diagnostics": "1.1.0",
"NETStandard.Library": "1.6.1",
"Suave": "2.0.2"
"Suave": "2.0.3"
},

"frameworks": {
Expand Down
10 changes: 5 additions & 5 deletions test/Suave.AspNetCore.App/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
]
},
"dependencies": {
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-161205",
"FSharp.Core": "4.1.0",
"Microsoft.AspNetCore.Diagnostics": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
"Microsoft.Extensions.Logging.Console": "1.1.0",
"Suave": "2.0.2",
"Suave.AspNetCore": "0.2.0",
"Suave.DotLiquid": "2.0.2",
"Suave": "2.0.3",
"Suave.AspNetCore": {"target": "project"},
"Suave.DotLiquid": "2.0.3",
"Newtonsoft.Json": "9.0.1",
"DotLiquid": "2.0.64"
},
"tools": {
"dotnet-compile-fsc": {
"version": "1.0.0-preview2-020000",
"version": "1.0.0-preview2-*",
"imports": [
"dnxcore50",
"portable-net45+win81",
Expand Down
8 changes: 4 additions & 4 deletions test/Suave.Vanilla.App/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
}
},
"dependencies": {
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-161205",
"Suave": "2.0.2",
"Suave.DotLiquid": "2.0.2",
"FSharp.Core": "4.1.0",
"Suave": "2.0.3",
"Suave.DotLiquid": "2.0.3",
"Newtonsoft.Json": "9.0.1",
"DotLiquid": "2.0.64"
},
"tools": {
"dotnet-compile-fsc": {
"version": "1.0.0-preview2-020000",
"version": "1.0.0-preview2-*",
"imports": [
"dnxcore50",
"portable-net45+win81",
Expand Down

0 comments on commit d263c1d

Please sign in to comment.