From fd82d5bc17a2b4aad34e19155475f0cc09b25a1d Mon Sep 17 00:00:00 2001 From: Karl Burtram Date: Tue, 24 Jan 2023 13:54:14 -0800 Subject: [PATCH] Fix warning during "dotnet restore" (#1822) --- .../Microsoft.Kusto.ServiceLayer.csproj | 1 + .../Microsoft.SqlTools.ServiceLayer.PerfTests.csproj | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj b/src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj index 38a8c0cb..933a7e85 100644 --- a/src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj +++ b/src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj @@ -34,6 +34,7 @@ + diff --git a/test/Microsoft.SqlTools.ServiceLayer.PerfTests/Microsoft.SqlTools.ServiceLayer.PerfTests.csproj b/test/Microsoft.SqlTools.ServiceLayer.PerfTests/Microsoft.SqlTools.ServiceLayer.PerfTests.csproj index be4e947b..601e1d26 100644 --- a/test/Microsoft.SqlTools.ServiceLayer.PerfTests/Microsoft.SqlTools.ServiceLayer.PerfTests.csproj +++ b/test/Microsoft.SqlTools.ServiceLayer.PerfTests/Microsoft.SqlTools.ServiceLayer.PerfTests.csproj @@ -20,10 +20,7 @@ - - -