mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
15 lines
422 B
XML
15 lines
422 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.SqlServer.SqlManagementObjects" Version="170.8.0" />
|
|
<PackageReference Include="Microsoft.SqlServer.Assessment" Version="1.1.9" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|