This repository has been archived by the owner on Oct 18, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating json files to pin versions and build.cmd to pin KoreBuild an…
…d DNX
- Loading branch information
Showing
9 changed files
with
93 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"projects": ["src"] | ||
} | ||
"projects": [ | ||
"src" | ||
], | ||
"sdk": { | ||
"version": "1.0.0-rc1-final" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"dependencies": { | ||
"Microsoft.AspNet.WebSockets.Client": "1.0.0-*" | ||
}, | ||
"commands": { | ||
"run" : "run" | ||
}, | ||
"frameworks" : { | ||
"dnx451" : { } | ||
} | ||
} | ||
"dependencies": { | ||
"Microsoft.AspNet.WebSockets.Client": "1.0.0-rc1-final" | ||
}, | ||
"commands": { | ||
"run": "run" | ||
}, | ||
"frameworks": { | ||
"dnx451": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"webroot": "wwwroot", | ||
"exclude": "wwwroot/**/*", | ||
"dependencies": { | ||
"Microsoft.AspNet.Server.IIS": "1.0.0-*", | ||
"Microsoft.AspNet.Server.WebListener": "1.0.0-*", | ||
"Microsoft.AspNet.WebSockets.Server": "1.0.0-*", | ||
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*" | ||
}, | ||
"commands": { | ||
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:12345", | ||
"kestrel": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:12344" | ||
}, | ||
"frameworks" : { | ||
"dnx451" : { }, | ||
"dnxcore50" : { } | ||
} | ||
} | ||
"webroot": "wwwroot", | ||
"exclude": "wwwroot/**/*", | ||
"dependencies": { | ||
"Microsoft.AspNet.Server.IIS": "1.0.0-*", | ||
"Microsoft.AspNet.Server.WebListener": "1.0.0-rc1-final", | ||
"Microsoft.AspNet.WebSockets.Server": "1.0.0-rc1-final", | ||
"Microsoft.AspNet.Server.Kestrel": "1.0.0-rc1-final" | ||
}, | ||
"commands": { | ||
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:12345", | ||
"kestrel": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:12344" | ||
}, | ||
"frameworks": { | ||
"dnx451": {}, | ||
"dnxcore50": {} | ||
} | ||
} |
30 changes: 15 additions & 15 deletions
30
test/Microsoft.AspNet.WebSockets.Client.Test/project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"dependencies": { | ||
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*", | ||
"Microsoft.AspNet.WebSockets.Client": "1.0.0-*", | ||
"Microsoft.AspNet.WebSockets.Server": "1.0.0-*", | ||
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*", | ||
"Microsoft.AspNet.Testing": "1.0.0-*", | ||
"xunit.runner.aspnet": "2.0.0-aspnet-*" | ||
}, | ||
"frameworks": { | ||
"dnx451": { } | ||
}, | ||
"commands": { | ||
"test": "xunit.runner.aspnet" | ||
} | ||
} | ||
"dependencies": { | ||
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-rc1-final", | ||
"Microsoft.AspNet.WebSockets.Client": "1.0.0-rc1-final", | ||
"Microsoft.AspNet.WebSockets.Server": "1.0.0-rc1-final", | ||
"Microsoft.AspNet.Server.Kestrel": "1.0.0-rc1-final", | ||
"Microsoft.AspNet.Testing": "1.0.0-rc1-final", | ||
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final" | ||
}, | ||
"frameworks": { | ||
"dnx451": {} | ||
}, | ||
"commands": { | ||
"test": "xunit.runner.aspnet" | ||
} | ||
} |
26 changes: 13 additions & 13 deletions
26
test/Microsoft.AspNet.WebSockets.Protocol.Test/project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"dependencies": { | ||
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*", | ||
"xunit.runner.aspnet": "2.0.0-aspnet-*" | ||
}, | ||
"frameworks": { | ||
"dnx451": { }, | ||
"dnxcore50": { | ||
"System.IO": "4.0.11-beta-*" | ||
} | ||
}, | ||
"commands": { | ||
"test": "xunit.runner.aspnet" | ||
"dependencies": { | ||
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-rc1-final", | ||
"xunit.runner.aspnet": "2.0.0-aspnet-rc1-final" | ||
}, | ||
"frameworks": { | ||
"dnx451": {}, | ||
"dnxcore50": { | ||
"System.IO": "4.0.11-beta-*" | ||
} | ||
} | ||
}, | ||
"commands": { | ||
"test": "xunit.runner.aspnet" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"commands": { | ||
"TestClient": "TestClient" | ||
}, | ||
"dependencies": { | ||
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*", | ||
"Microsoft.AspNet.WebSockets.Client": "1.0.0-*" | ||
}, | ||
"frameworks": { | ||
"dnx451": { } | ||
} | ||
} | ||
"commands": { | ||
"TestClient": "TestClient" | ||
}, | ||
"dependencies": { | ||
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-rc1-final", | ||
"Microsoft.AspNet.WebSockets.Client": "1.0.0-rc1-final" | ||
}, | ||
"frameworks": { | ||
"dnx451": {} | ||
} | ||
} |