mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
* switch to ambient props and targets files * build against Microsoft.Data.SqlClient * build tests * fix test bug * temporarily add SMO nuget to the repo * update to released Microsoft.Data package
10 lines
386 B
XML
10 lines
386 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
|
<SmoPackageVersion>160.1909171.0-preview</SmoPackageVersion>
|
|
<SqlClientPackageVersion>1.0.19249.1</SqlClientPackageVersion>
|
|
<HighEntropyVA>true</HighEntropyVA>
|
|
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
|
|
</PropertyGroup>
|
|
</Project>
|