From fec2e9e40250b9236a8d0a2b79ebf4bdfa81ce8e Mon Sep 17 00:00:00 2001 From: Rainer Sigwald Date: Fri, 9 Aug 2019 17:01:13 -0500 Subject: [PATCH] Reference MicroBuild.Core unconditionally The conditional reference caused this package to not apply to the .NET Core build, meaning that the NuGet package was only partially signed, not including the netcoreapp2.0 one. Fixes #71. Co-authored-by: Ben Villalobos --- src/MSBuildLocator/Microsoft.Build.Locator.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MSBuildLocator/Microsoft.Build.Locator.csproj b/src/MSBuildLocator/Microsoft.Build.Locator.csproj index 8f2f8269..b31c961e 100644 --- a/src/MSBuildLocator/Microsoft.Build.Locator.csproj +++ b/src/MSBuildLocator/Microsoft.Build.Locator.csproj @@ -23,10 +23,10 @@ - + Never build\