31 lines
1.0 KiB
XML
31 lines
1.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.0" />
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
|
|
<PackageReference Include="MySqlConnector" Version="0.69.1" />
|
|
<PackageReference Include="Pomelo.Data.MySql.Unofficial" Version="1.0.1" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Competition.Common\Competition.Common.csproj" />
|
|
<ProjectReference Include="..\Competition.Model\Competition.Model.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Maticsoft.Common">
|
|
<HintPath>..\packages\Maticsoft.Common.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Maticsoft.DBUtility">
|
|
<HintPath>..\packages\Maticsoft.DBUtility.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
</Project>
|