From 48e560ca3697df0c7d84a232f9a102251c2ff6e7 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 24 Mar 2017 23:32:36 +0100 Subject: [PATCH] almost nothing ... --- Yavsc/Yavsc.csproj | 675 +++++++++++++++++++++++++++++++++-- Yavsc/project.json | 4 +- testOauthClient/project.json | 2 +- 3 files changed, 640 insertions(+), 41 deletions(-) diff --git a/Yavsc/Yavsc.csproj b/Yavsc/Yavsc.csproj index 0735bfcb..d81e80b2 100644 --- a/Yavsc/Yavsc.csproj +++ b/Yavsc/Yavsc.csproj @@ -1,39 +1,636 @@ - - - - Exe - netcoreapp1.0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + Exe + netcoreapp1.0 + debian.8-x64,win10-x64;osx.10.11-x64;ubuntu.16.04-x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Yavsc/project.json b/Yavsc/project.json index c5aece4c..891bd3ac 100755 --- a/Yavsc/project.json +++ b/Yavsc/project.json @@ -10,7 +10,9 @@ "licenseUrl": "", "userSecretsId": "aspnet5-YavscWeb-a0dadd21-2ced-43d3-96f9-7e504345102f", "compilationOptions": { - "emitEntryPoint": true + "emitEntryPoint": true, + "debugType": "portable", + "outputName": "Yavsc" }, "buildOptions": { "debugType": "portable", diff --git a/testOauthClient/project.json b/testOauthClient/project.json index 4fdb84f0..642b2df6 100755 --- a/testOauthClient/project.json +++ b/testOauthClient/project.json @@ -7,7 +7,7 @@ "defaultNamespace": "testOauthClient" }, "dependencies": { - "Yavsc.Api": "1.0.0", + "YavscLib": {}, "Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-final", "Microsoft.AspNet.Authentication.OAuth": "1.0.0-rc1-final", "Microsoft.AspNet.Diagnostics": "1.0.0-rc1-final",