monithor/Monithor.api/Monithor.api.csproj

13 lines
309 B
XML
Raw Normal View History

2021-05-13 22:38:00 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="InfluxDB.Client" Version="1.18.0" />
<PackageReference Include="Telegram.Bot" Version="15.7.1" />
</ItemGroup>
</Project>