diff --git a/HttpAbstractions.sln b/HttpAbstractions.sln index 993a99605c..287f3868d2 100644 --- a/HttpAbstractions.sln +++ b/HttpAbstractions.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 -VisualStudioVersion = 12.0.30327.0 +VisualStudioVersion = 12.0.30410.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A5A15F1C-885A-452A-A731-B0173DDBD913}" EndProject @@ -23,6 +23,8 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.FeatureMod EndProject Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Abstractions.Tests", "test\Microsoft.AspNet.Abstractions.Tests\Microsoft.AspNet.Abstractions.Tests.kproj", "{F16692B8-9F38-4DCA-A582-E43172B989C6}" EndProject +Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.AppBuilderSupport.Tests", "test\Microsoft.AspNet.AppBuilderSupport.Tests\Microsoft.AspNet.AppBuilderSupport.Tests.kproj", "{83D44696-C790-4356-9187-79F89010ED4F}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -113,6 +115,16 @@ Global {F16692B8-9F38-4DCA-A582-E43172B989C6}.Release|Mixed Platforms.Build.0 = Release|x86 {F16692B8-9F38-4DCA-A582-E43172B989C6}.Release|x86.ActiveCfg = Release|x86 {F16692B8-9F38-4DCA-A582-E43172B989C6}.Release|x86.Build.0 = Release|x86 + {83D44696-C790-4356-9187-79F89010ED4F}.Debug|Any CPU.ActiveCfg = Debug|x86 + {83D44696-C790-4356-9187-79F89010ED4F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {83D44696-C790-4356-9187-79F89010ED4F}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {83D44696-C790-4356-9187-79F89010ED4F}.Debug|x86.ActiveCfg = Debug|x86 + {83D44696-C790-4356-9187-79F89010ED4F}.Debug|x86.Build.0 = Debug|x86 + {83D44696-C790-4356-9187-79F89010ED4F}.Release|Any CPU.ActiveCfg = Release|x86 + {83D44696-C790-4356-9187-79F89010ED4F}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {83D44696-C790-4356-9187-79F89010ED4F}.Release|Mixed Platforms.Build.0 = Release|x86 + {83D44696-C790-4356-9187-79F89010ED4F}.Release|x86.ActiveCfg = Release|x86 + {83D44696-C790-4356-9187-79F89010ED4F}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -123,8 +135,9 @@ Global {D9128247-8F97-48B8-A863-F1F21A029FCE} = {A5A15F1C-885A-452A-A731-B0173DDBD913} {32A4C918-30EE-41DB-8E26-8A3BB88ED231} = {A5A15F1C-885A-452A-A731-B0173DDBD913} {AA99AF26-F7B1-4A6B-A922-5C25539F6391} = {F31FF137-390C-49BF-A3BD-7C6ED3597C21} - {65C93D2B-CBD1-4E51-9312-10C1965A7241} = {F31FF137-390C-49BF-A3BD-7C6ED3597C21} + {65C93D2B-CBD1-4E51-9312-10C1965A7241} = {A5A15F1C-885A-452A-A731-B0173DDBD913} {C5D2BAE1-E182-48A0-AA74-1AF14B782BF7} = {F31FF137-390C-49BF-A3BD-7C6ED3597C21} {F16692B8-9F38-4DCA-A582-E43172B989C6} = {F31FF137-390C-49BF-A3BD-7C6ED3597C21} + {83D44696-C790-4356-9187-79F89010ED4F} = {F31FF137-390C-49BF-A3BD-7C6ED3597C21} EndGlobalSection EndGlobal diff --git a/src/Microsoft.AspNet.AppBuilderSupport/Microsoft.AspNet.AppBuilderSupport.kproj b/src/Microsoft.AspNet.AppBuilderSupport/Microsoft.AspNet.AppBuilderSupport.kproj index 3457dc5557..ad85762a01 100644 --- a/src/Microsoft.AspNet.AppBuilderSupport/Microsoft.AspNet.AppBuilderSupport.kproj +++ b/src/Microsoft.AspNet.AppBuilderSupport/Microsoft.AspNet.AppBuilderSupport.kproj @@ -26,5 +26,8 @@ + + + \ No newline at end of file diff --git a/test/Microsoft.AspNet.AppBuilderSupport.Tests/Microsoft.AspNet.AppBuilderSupport.Tests.kproj b/test/Microsoft.AspNet.AppBuilderSupport.Tests/Microsoft.AspNet.AppBuilderSupport.Tests.kproj new file mode 100644 index 0000000000..3c166c3380 --- /dev/null +++ b/test/Microsoft.AspNet.AppBuilderSupport.Tests/Microsoft.AspNet.AppBuilderSupport.Tests.kproj @@ -0,0 +1,30 @@ + + + + 12.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + 83d44696-c790-4356-9187-79f89010ed4f + Library + + + + + + + 2.0 + + + + + + + + + + + + + \ No newline at end of file diff --git a/test/Microsoft.AspNet.AppBuilderSupport.Tests/project.json b/test/Microsoft.AspNet.AppBuilderSupport.Tests/project.json index e092fca527..a0a22125e6 100644 --- a/test/Microsoft.AspNet.AppBuilderSupport.Tests/project.json +++ b/test/Microsoft.AspNet.AppBuilderSupport.Tests/project.json @@ -23,7 +23,6 @@ "Microsoft.Owin.Hosting": "2.1.0", "Microsoft.Owin.Testing": "2.1.0", "Shouldly": "1.1.1.1", - "Microsoft.Net.Http": "2.2.13", "System.Net.Http": "" } } diff --git a/test/Microsoft.AspNet.PipelineCore.Tests/project.json b/test/Microsoft.AspNet.PipelineCore.Tests/project.json index 896deb8c1b..8ac9b6c2fa 100644 --- a/test/Microsoft.AspNet.PipelineCore.Tests/project.json +++ b/test/Microsoft.AspNet.PipelineCore.Tests/project.json @@ -20,7 +20,6 @@ "dependencies": { "System.Runtime": "", "Moq": "4.2.1312.1622", - "Microsoft.Net.Http": "2.2.13", "System.Net.Http": "" } }