Files
sqltoolsservice/packages/runtime.linux-arm64.native.Microsoft.SqlToolsService/runtime.linux-arm64.native.Microsoft.SqlToolsService.csproj
2023-03-21 21:19:52 -07:00

10 lines
499 B
XML

<Project Sdk="Microsoft.Build.NoTargets">
<PropertyGroup>
<PackageDescription>SQL Tools Service application for the linux-arm64 runtime. This package is intended to be used by internal applications only and should not be referenced directly.</PackageDescription>
</PropertyGroup>
<ItemGroup>
<None Include="../../artifacts/publish/Microsoft.SqlTools.ServiceLayer/linux-arm64/$(TargetFramework)/**" Pack="true" PackagePath="runtimes/linux-arm64/native" />
</ItemGroup>
</Project>