diff --git a/external/NWebsec/NWebsec.xproj b/external/NWebsec/NWebsec.xproj index bad9fd43..21daa66c 100644 --- a/external/NWebsec/NWebsec.xproj +++ b/external/NWebsec/NWebsec.xproj @@ -4,12 +4,12 @@ 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - + 38c8e88f-1d01-466f-b47d-6d67f13c1594 NWebsec.Middleware - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ + .\obj + .\bin\ 2.0 @@ -17,5 +17,5 @@ True - + \ No newline at end of file diff --git a/samples/Mvc.Client/Mvc.Client.xproj b/samples/Mvc.Client/Mvc.Client.xproj index 9efcce5a..91dd3958 100644 --- a/samples/Mvc.Client/Mvc.Client.xproj +++ b/samples/Mvc.Client/Mvc.Client.xproj @@ -1,29 +1,18 @@  - + 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + 96b22eb9-771a-4dca-b828-e6ea2774cf1b - Web - - - - - - - Mvc.Client - - Mvc.Client + .\obj + .\bin\ 2.0 - 53507 - - web - - - \ No newline at end of file + + diff --git a/samples/Mvc.Client/project.json b/samples/Mvc.Client/project.json index 4666a980..1b2d5c74 100644 --- a/samples/Mvc.Client/project.json +++ b/samples/Mvc.Client/project.json @@ -33,10 +33,6 @@ "net451": { "dependencies": { "Microsoft.NETCore.Platforms": "1.0.1-rc2-*" - }, - - "frameworkAssemblies": { - "System.Runtime": { "type": "build" } } }, diff --git a/samples/Mvc.Server/Mvc.Server.xproj b/samples/Mvc.Server/Mvc.Server.xproj index 050e3034..dd59f182 100644 --- a/samples/Mvc.Server/Mvc.Server.xproj +++ b/samples/Mvc.Server/Mvc.Server.xproj @@ -1,29 +1,18 @@  - + 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + 7cbeafd2-e3d0-4424-9b78-e87ab52327a6 - Web - - - - - - - Mvc.Server - - Mvc.Server + .\obj + .\bin\ 2.0 - 54540 - - web - - - \ No newline at end of file + + diff --git a/samples/Mvc.Server/project.json b/samples/Mvc.Server/project.json index 1cece8c5..ad56fda2 100644 --- a/samples/Mvc.Server/project.json +++ b/samples/Mvc.Server/project.json @@ -39,10 +39,6 @@ "net451": { "dependencies": { "Microsoft.NETCore.Platforms": "1.0.1-rc2-*" - }, - - "frameworkAssemblies": { - "System.ComponentModel": { "type": "build" } } }, diff --git a/src/OpenIddict.Assets/OpenIddict.Assets.xproj b/src/OpenIddict.Assets/OpenIddict.Assets.xproj index b7bf76dd..bd411291 100644 --- a/src/OpenIddict.Assets/OpenIddict.Assets.xproj +++ b/src/OpenIddict.Assets/OpenIddict.Assets.xproj @@ -4,17 +4,15 @@ 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - + 86293e11-dd31-4d54-bcad-8788b5c9972f OpenIddict.Assets - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ + .\obj + .\bin\ - 2.0 - - + + \ No newline at end of file diff --git a/src/OpenIddict.Assets/project.json b/src/OpenIddict.Assets/project.json index dd6ca3c3..0e944d9d 100644 --- a/src/OpenIddict.Assets/project.json +++ b/src/OpenIddict.Assets/project.json @@ -47,12 +47,7 @@ }, "frameworks": { - "net451": { - "frameworkAssemblies": { - "System.Reflection": { "type": "build" }, - "System.Runtime": { "type": "build" } - } - }, + "net451": { }, "netstandard1.4": { "imports": [ diff --git a/src/OpenIddict.Core/OpenIddict.Core.xproj b/src/OpenIddict.Core/OpenIddict.Core.xproj index 330b0364..c97172bb 100644 --- a/src/OpenIddict.Core/OpenIddict.Core.xproj +++ b/src/OpenIddict.Core/OpenIddict.Core.xproj @@ -4,17 +4,15 @@ 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - + e60cf8ca-6313-4359-be43-afcbb927ea30 OpenIddict.Core - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ + .\obj + .\bin\ - 2.0 - - + + \ No newline at end of file diff --git a/src/OpenIddict.Core/project.json b/src/OpenIddict.Core/project.json index 1933287c..c668c665 100644 --- a/src/OpenIddict.Core/project.json +++ b/src/OpenIddict.Core/project.json @@ -41,12 +41,7 @@ }, "frameworks": { - "net451": { - "frameworkAssemblies": { - "System.ComponentModel": { "type": "build" }, - "System.Runtime": { "type": "build" } - } - }, + "net451": { }, "netstandard1.4": { "imports": [ diff --git a/src/OpenIddict.EF/OpenIddict.EF.xproj b/src/OpenIddict.EF/OpenIddict.EF.xproj index 1f041da1..0871f0d1 100644 --- a/src/OpenIddict.EF/OpenIddict.EF.xproj +++ b/src/OpenIddict.EF/OpenIddict.EF.xproj @@ -4,17 +4,15 @@ 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - + d2450929-ed0e-420d-b475-327924f9701c OpenIddict.EF - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ + .\obj + .\bin\ - 2.0 - - + + \ No newline at end of file diff --git a/src/OpenIddict.Models/OpenIddict.Models.xproj b/src/OpenIddict.Models/OpenIddict.Models.xproj index 029638b3..e8904b7d 100644 --- a/src/OpenIddict.Models/OpenIddict.Models.xproj +++ b/src/OpenIddict.Models/OpenIddict.Models.xproj @@ -4,17 +4,15 @@ 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - + 79ae02c3-2ab4-4495-bedd-685a714ea51c OpenIddict.Models - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ + .\obj + .\bin\ - 2.0 - - + + \ No newline at end of file diff --git a/src/OpenIddict.Mvc/OpenIddict.Mvc.xproj b/src/OpenIddict.Mvc/OpenIddict.Mvc.xproj index f5836c31..8b89622a 100644 --- a/src/OpenIddict.Mvc/OpenIddict.Mvc.xproj +++ b/src/OpenIddict.Mvc/OpenIddict.Mvc.xproj @@ -4,17 +4,15 @@ 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - + 7ae46e2f-e93b-4ff9-b941-6cd7a3e1bf84 OpenIddict.Mvc - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ + .\obj + .\bin\ - 2.0 - - + + \ No newline at end of file diff --git a/src/OpenIddict.Mvc/project.json b/src/OpenIddict.Mvc/project.json index edb53a97..2753d0e9 100644 --- a/src/OpenIddict.Mvc/project.json +++ b/src/OpenIddict.Mvc/project.json @@ -45,11 +45,7 @@ }, "frameworks": { - "net451": { - "frameworkAssemblies": { - "System.Reflection": { "type": "build" } - } - }, + "net451": { }, "netstandard1.5": { "imports": [ diff --git a/src/OpenIddict.Security/OpenIddict.Security.xproj b/src/OpenIddict.Security/OpenIddict.Security.xproj index ef5bd5ca..749a18f4 100644 --- a/src/OpenIddict.Security/OpenIddict.Security.xproj +++ b/src/OpenIddict.Security/OpenIddict.Security.xproj @@ -4,15 +4,13 @@ 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - + 3744b1bc-3498-4958-b020-b2688a78b989 OpenIddict.Security - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ + .\obj + .\bin\ - 2.0 @@ -21,5 +19,5 @@ - - + + \ No newline at end of file diff --git a/src/OpenIddict/OpenIddict.xproj b/src/OpenIddict/OpenIddict.xproj index f0b7e316..1eb1d931 100644 --- a/src/OpenIddict/OpenIddict.xproj +++ b/src/OpenIddict/OpenIddict.xproj @@ -4,16 +4,16 @@ 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - + 80a8d6ce-c29a-4602-9844-d51fef9c33c8 OpenIddict - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ + .\obj + .\bin\ 2.0 14023 - + \ No newline at end of file