From 1de47f5704a4f3c260880e5dec335b17afa7c928 Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Fri, 21 Jul 2017 15:24:59 -0700 Subject: [PATCH] Producing a nupkg for Microsoft.NET.MSBuildResolver. Note that this package contains only the Resolver dll. The hostfxr dll will still have to be acquired separately. --- build/package/Nupkg.targets | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/package/Nupkg.targets b/build/package/Nupkg.targets index e3eb97faf..9158c2143 100644 --- a/build/package/Nupkg.targets +++ b/build/package/Nupkg.targets @@ -11,6 +11,10 @@ Microsoft.DotNet.Cli.Utils $(SdkNugetVersion) + + Microsoft.DotNet.MSBuildSdkResolver + $(SdkNugetVersion) +