new dacfx version (#1745)

* new dacfx version

* fix failing schema compare tests

Co-authored-by: Kim Santiago <kisantia@microsoft.com>
This commit is contained in:
Alan Ren
2022-11-02 20:52:20 -07:00
committed by GitHub
parent 3de3ddfcbd
commit dea18a59e0
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
<PackageReference Update="Microsoft.Data.SqlClient" Version="5.0.1" />
<PackageReference Update="Microsoft.SqlServer.SqlManagementObjects" Version="170.8.0" />
<PackageReference Update="Microsoft.SqlServer.Management.SmoMetadataProvider" Version="170.8.0" />
<PackageReference Update="Microsoft.SqlServer.DacFx" Version="161.6337.0-preview" />
<PackageReference Update="Microsoft.SqlServer.DacFx" Version="161.6367.0-preview" />
<PackageReference Update="Microsoft.Azure.Kusto.Data" Version="9.0.4" />
<PackageReference Update="Microsoft.Azure.Kusto.Language" Version="9.0.4" />
<PackageReference Update="Microsoft.SqlServer.Assessment" Version="[1.1.9]" />

View File

@@ -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}");