netcore-service-sample/hello.csproj

12 lines
447 B
XML
Raw Permalink Normal View History

2021-10-14 14:22:25 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.90"/>
<PackageReference Include="MySql.Data" Version="8.0.26"/>
<PackageReference Include="System.Data.SqlClient" Version="4.6.1"/>
<PackageReference Include="Topshelf" Version="4.3.0"/>
</ItemGroup>
</Project>