From 5cdab53da857c72eca8dee40a08ad0d697ac484e Mon Sep 17 00:00:00 2001 From: David Shiflet Date: Thu, 9 Aug 2018 08:11:18 -0400 Subject: [PATCH] Upgrade SMO packages to fix issue with scripting tables (#678) * Upgrade SMO packages to fix issue with scripting tables when Script Dependencies is true on the script options. * use linux style import with case matching file name --- Common.props | 6 ++++++ .../Microsoft.SqlTools.CoreServices.csproj | 15 ++++++++------- .../Microsoft.SqlTools.Credentials.csproj | 7 ++++--- .../Microsoft.SqlTools.ServiceLayer.csproj | 15 ++++++++------- ....SqlTools.ServiceLayer.IntegrationTests.csproj | 7 ++++--- ...osoft.SqlTools.ServiceLayer.Test.Common.csproj | 7 ++++--- ...rosoft.SqlTools.ServiceLayer.TestDriver.csproj | 7 ++++--- ...crosoft.SqlTools.ServiceLayer.UnitTests.csproj | 9 +++++---- 8 files changed, 43 insertions(+), 30 deletions(-) create mode 100644 Common.props diff --git a/Common.props b/Common.props new file mode 100644 index 00000000..139c7ba6 --- /dev/null +++ b/Common.props @@ -0,0 +1,6 @@ + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + 140.17282.0-xplat + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.CoreServices/Microsoft.SqlTools.CoreServices.csproj b/src/Microsoft.SqlTools.CoreServices/Microsoft.SqlTools.CoreServices.csproj index 465c4eb7..dd71a076 100644 --- a/src/Microsoft.SqlTools.CoreServices/Microsoft.SqlTools.CoreServices.csproj +++ b/src/Microsoft.SqlTools.CoreServices/Microsoft.SqlTools.CoreServices.csproj @@ -1,4 +1,5 @@ + Library netstandard2.0 @@ -15,13 +16,13 @@ - - - - - - - + + + + + + + diff --git a/src/Microsoft.SqlTools.Credentials/Microsoft.SqlTools.Credentials.csproj b/src/Microsoft.SqlTools.Credentials/Microsoft.SqlTools.Credentials.csproj index 967ac8d5..7a95cb08 100644 --- a/src/Microsoft.SqlTools.Credentials/Microsoft.SqlTools.Credentials.csproj +++ b/src/Microsoft.SqlTools.Credentials/Microsoft.SqlTools.Credentials.csproj @@ -1,4 +1,5 @@ + netcoreapp2.1 MicrosoftSqlToolsCredentials @@ -19,9 +20,9 @@ - - - + + + diff --git a/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj b/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj index 777aff9c..af1f16f1 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj +++ b/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj @@ -1,4 +1,5 @@ + netcoreapp2.1 MicrosoftSqlToolsServiceLayer @@ -19,13 +20,13 @@ - - - - - - - + + + + + + + diff --git a/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/Microsoft.SqlTools.ServiceLayer.IntegrationTests.csproj b/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/Microsoft.SqlTools.ServiceLayer.IntegrationTests.csproj index cada0fc4..023f87e1 100644 --- a/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/Microsoft.SqlTools.ServiceLayer.IntegrationTests.csproj +++ b/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/Microsoft.SqlTools.ServiceLayer.IntegrationTests.csproj @@ -1,4 +1,5 @@ + netcoreapp2.1 false @@ -32,9 +33,9 @@ - - - + + + diff --git a/test/Microsoft.SqlTools.ServiceLayer.Test.Common/Microsoft.SqlTools.ServiceLayer.Test.Common.csproj b/test/Microsoft.SqlTools.ServiceLayer.Test.Common/Microsoft.SqlTools.ServiceLayer.Test.Common.csproj index 43dd736f..d12c40d4 100644 --- a/test/Microsoft.SqlTools.ServiceLayer.Test.Common/Microsoft.SqlTools.ServiceLayer.Test.Common.csproj +++ b/test/Microsoft.SqlTools.ServiceLayer.Test.Common/Microsoft.SqlTools.ServiceLayer.Test.Common.csproj @@ -1,4 +1,5 @@  + netcoreapp2.1 false @@ -12,9 +13,9 @@ - - - + + + diff --git a/test/Microsoft.SqlTools.ServiceLayer.TestDriver/Microsoft.SqlTools.ServiceLayer.TestDriver.csproj b/test/Microsoft.SqlTools.ServiceLayer.TestDriver/Microsoft.SqlTools.ServiceLayer.TestDriver.csproj index 32821e25..be8ba2ae 100644 --- a/test/Microsoft.SqlTools.ServiceLayer.TestDriver/Microsoft.SqlTools.ServiceLayer.TestDriver.csproj +++ b/test/Microsoft.SqlTools.ServiceLayer.TestDriver/Microsoft.SqlTools.ServiceLayer.TestDriver.csproj @@ -1,4 +1,5 @@  + netcoreapp2.1 false @@ -12,9 +13,9 @@ - - - + + + diff --git a/test/Microsoft.SqlTools.ServiceLayer.UnitTests/Microsoft.SqlTools.ServiceLayer.UnitTests.csproj b/test/Microsoft.SqlTools.ServiceLayer.UnitTests/Microsoft.SqlTools.ServiceLayer.UnitTests.csproj index 2d886e68..36c739f5 100644 --- a/test/Microsoft.SqlTools.ServiceLayer.UnitTests/Microsoft.SqlTools.ServiceLayer.UnitTests.csproj +++ b/test/Microsoft.SqlTools.ServiceLayer.UnitTests/Microsoft.SqlTools.ServiceLayer.UnitTests.csproj @@ -1,9 +1,10 @@  + Exe netcoreapp2.1 false - $(DefineConstants);NETCOREAPP1_0 + $(DefineConstants);NETCOREAPP1_0;TRACE false @@ -14,9 +15,9 @@ - - - + + +