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

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