mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 09:59:48 -05:00
* Updating ManagedBatchParser target framework to netstandard2.1 as the DacFx is changes to 2.1 with 160 vbump. * moving TargetFramework tag to the props file * Updated the managed batch parser framework tag name.
13 lines
503 B
XML
13 lines
503 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<HighEntropyVA>true</HighEntropyVA>
|
|
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ManagedBatchParserTargetFramework>netstandard2.1</ManagedBatchParserTargetFramework>
|
|
<CredentialsTargetFramework>net5.0</CredentialsTargetFramework>
|
|
<ServiceLayerTargetFramework>net5.0</ServiceLayerTargetFramework>
|
|
<ResourceProviderTargetFramework>net5.0</ResourceProviderTargetFramework>
|
|
</PropertyGroup>
|
|
</Project>
|