From 8be1c30cd5c8e3a471b2a74af8430f2e6cb05d86 Mon Sep 17 00:00:00 2001 From: Alexander Chocron Date: Thu, 22 Jun 2017 16:28:14 -0700 Subject: [PATCH] Remove dependency on .NETStandard for frameworks that don't use it --- build.cake | 2 +- nuget/MacMobileCenter.nuspec | 5 +++++ nuget/MobileCenter.nuspec | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/build.cake b/build.cake index f09dd4af9..72916f999 100644 --- a/build.cake +++ b/build.cake @@ -370,7 +370,7 @@ Task("NuGet") NuGetPack(spec, new NuGetPackSettings { BasePath = basePath, Verbosity = NuGetVerbosity.Detailed, - Version = module.NuGetVersion + Version = "0.5.0-test"//module.NuGetVersion }); // Clean up diff --git a/nuget/MacMobileCenter.nuspec b/nuget/MacMobileCenter.nuspec index ea2923d1c..603945108 100644 --- a/nuget/MacMobileCenter.nuspec +++ b/nuget/MacMobileCenter.nuspec @@ -16,6 +16,11 @@ + + + + + diff --git a/nuget/MobileCenter.nuspec b/nuget/MobileCenter.nuspec index 8fbc5add7..a75bbd917 100644 --- a/nuget/MobileCenter.nuspec +++ b/nuget/MobileCenter.nuspec @@ -21,6 +21,11 @@ + + + + + $version$