From 8387a84c27af6d9aebc1956641b544f81bc502d8 Mon Sep 17 00:00:00 2001 From: Andy Gocke Date: Mon, 22 Feb 2016 10:18:05 -0800 Subject: [PATCH] Update the NuGet zip --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 58f0446ab50..3a98be5d028 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SHELL = /usr/bin/env bash OS_NAME = $(shell uname -s) -NUGET_PACKAGE_NAME = nuget.54 +NUGET_PACKAGE_NAME = nuget.58 BUILD_CONFIGURATION = Debug BOOTSTRAP_PATH = $(shell pwd)/Binaries/Bootstrap BUILD_LOG_PATH = -- GitLab