mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:46:30 +00:00
15 lines
388 B
XML
15 lines
388 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="linq2db" Version="5.4.1" />
|
|
<PackageReference Include="MySqlConnector" Version="2.3.7" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|