We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105f91d commit d0301b5Copy full SHA for d0301b5
1 file changed
TestingFramework/Testing_Framework.sqlproj
@@ -97,8 +97,8 @@
97
<None Include="Testing_Framework.publish.xml" />
98
</ItemGroup>
99
<ItemGroup>
100
- <ArtifactReference Include="$(DacPacRootPath)\Extensions\Microsoft\SQLDB\Extensions\SqlServer\160\SqlSchemas\master.dacpac">
101
- <HintPath>$(DacPacRootPath)\Extensions\Microsoft\SQLDB\Extensions\SqlServer\160\SqlSchemas\master.dacpac</HintPath>
+ <ArtifactReference Include="$(DacPacRootPath)\Extensions\Microsoft\SQLDB\Extensions\SqlServer\150\SqlSchemas\master.dacpac">
+ <HintPath>$(DacPacRootPath)\Extensions\Microsoft\SQLDB\Extensions\SqlServer\150\SqlSchemas\master.dacpac</HintPath>
102
<SuppressMissingDependenciesErrors>False</SuppressMissingDependenciesErrors>
103
<DatabaseVariableLiteralValue>master</DatabaseVariableLiteralValue>
104
</ArtifactReference>
0 commit comments