diff --git a/README.md b/README.md index 8f299163..d6977f1b 100644 --- a/README.md +++ b/README.md @@ -583,7 +583,8 @@ EXEC (@Query) ## Reference `MSBuild.Sdk.SqlProj` from class library The output of `MSBuild.Sdk.SqlProj` is not an assembly, but a `.dacpac`. In order to correctly reference a `MSBuild.Sdk.SqlProj` based project from a class library, the `ReferenceOutputAssembly` hint needs to be set to `False`: -``` + +```xml + + +``` + ## Known limitations Since this is not an entire project system but only an MSBuild SDK we cannot provide IntelliSense for objects defined within the project. This limitation can be circumvented by connecting the SQL editor to a live database that is used for development purposes.