mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
* Add linting for copyright and unused usings * Add one more + comment * Enforce in build and fix errors * Fix build
15 lines
777 B
XML
15 lines
777 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<HighEntropyVA>true</HighEntropyVA>
|
|
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ManagedBatchParserTargetFramework>netstandard2.1</ManagedBatchParserTargetFramework>
|
|
<CredentialsTargetFramework>net6.0</CredentialsTargetFramework>
|
|
<ServiceLayerTargetFramework>net6.0</ServiceLayerTargetFramework>
|
|
<ResourceProviderTargetFramework>net6.0</ResourceProviderTargetFramework>
|
|
<ToolsServiceTargetRuntimes>win-x64;win-x86;ubuntu.14.04-x64;ubuntu.16.04-x64;centos.7-x64;rhel.7.2-x64;debian.8-x64;fedora.23-x64;opensuse.13.2-x64;osx.10.11-x64;osx-x64;linux-x64</ToolsServiceTargetRuntimes>
|
|
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
|
|
</PropertyGroup>
|
|
</Project>
|