From 97fd4f432b9125e33f23f39e744ada8ac44ed29e Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 13 Jul 2017 10:36:38 -0700 Subject: [PATCH] Float the version of NS.Library to workaround issues in mirror The SDK sets the version of NS.Library to a value that's higher than the one available in the ci-dev feed. Floating the version would cause us to pick the higest available version from the feed. --- build/tasks/RepoTasks.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/build/tasks/RepoTasks.csproj b/build/tasks/RepoTasks.csproj index d0f925d5d1..f43ff6ef0f 100644 --- a/build/tasks/RepoTasks.csproj +++ b/build/tasks/RepoTasks.csproj @@ -3,6 +3,7 @@ netstandard2.0 + 2.0.0-*