Files
annotations/Web/Azaion.Web/Azaion.Repository/Azaion.Repository.csproj
T
2024-07-16 14:18:55 +03:00

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>