From 298eaa877b695dd54f18c902b94d77ecdc414413 Mon Sep 17 00:00:00 2001 From: Frank Lin Date: Wed, 23 Sep 2020 13:55:56 +1000 Subject: [PATCH] Suppress nuget error about referencing pre-release packages --- source/Octopus.Cli/Octopus.Cli.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/Octopus.Cli/Octopus.Cli.csproj b/source/Octopus.Cli/Octopus.Cli.csproj index d16fbad0e2..599427039e 100644 --- a/source/Octopus.Cli/Octopus.Cli.csproj +++ b/source/Octopus.Cli/Octopus.Cli.csproj @@ -19,6 +19,10 @@ $(DefineConstants);HTTP_CLIENT_SUPPORTS_SSL_OPTIONS + + NU5104 + + all