13 lines
336 B
XML
13 lines
336 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="..\..\default.props" />
|
|
<PropertyGroup>
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Google.Protobuf" Version="4.0.0-rc2" />
|
|
<PackageReference Include="MySqlConnector" Version="2.1.2" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|