From f2e4a63747059610cecdd2698cc8cd7982fd2197 Mon Sep 17 00:00:00 2001 From: Javier Calvarro Nelson Date: Thu, 23 Aug 2018 10:46:36 -0700 Subject: [PATCH] Fix msbuild --- Directory.Build.props | 2 ++ Identity.sln | 3 +++ 2 files changed, 5 insertions(+) diff --git a/Directory.Build.props b/Directory.Build.props index a00075914c..7a72196879 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -18,6 +18,8 @@ MicrosoftNuGet true true + + false diff --git a/Identity.sln b/Identity.sln index 8fca1061c2..ea4da8e8c0 100644 --- a/Identity.sln +++ b/Identity.sln @@ -90,6 +90,9 @@ EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Identity.DefaultUI.WebSite", "test\WebSites\Identity.DefaultUI.WebSite\Identity.DefaultUI.WebSite.csproj", "{CAE02AD2-F941-4ACB-B469-13EFF551BB74}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Identity.FunctionalTests", "test\Identity.FunctionalTests\Microsoft.AspNetCore.Identity.FunctionalTests.csproj", "{B3616029-7DA6-4FB3-8722-D5AC69884B3F}" + ProjectSection(ProjectDependencies) = postProject + {894E102D-56D4-4B02-8F13-8781F4324C3E} = {894E102D-56D4-4B02-8F13-8781F4324C3E} + EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution