From dea18a59e00349b4b902e7bc81ea6b70fc7103c1 Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Wed, 2 Nov 2022 20:52:20 -0700 Subject: [PATCH] new dacfx version (#1745) * new dacfx version * fix failing schema compare tests Co-authored-by: Kim Santiago --- Packages.props | 2 +- .../SchemaCompare/SchemaCompareServiceTests.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Packages.props b/Packages.props index 6b0edb4e..d0b1e6b4 100644 --- a/Packages.props +++ b/Packages.props @@ -23,7 +23,7 @@ - + diff --git a/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/SchemaCompare/SchemaCompareServiceTests.cs b/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/SchemaCompare/SchemaCompareServiceTests.cs index f6e27780..02a14335 100644 --- a/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/SchemaCompare/SchemaCompareServiceTests.cs +++ b/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/SchemaCompare/SchemaCompareServiceTests.cs @@ -1980,7 +1980,7 @@ WITH VALUES case SchemaCompareEndpointType.Project: result.ProjectFilePath = comparisonObjectPath; result.TargetScripts = targetScripts; - result.DataSchemaProvider = "150"; + result.DataSchemaProvider = "160"; break; default: throw new ArgumentException($"Unexpected endpoint type: {type}");