monithor/Monithor.api/Monithor.api.csproj

13 lines
308 B
XML
Raw Normal View History

2021-05-13 22:38:00 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2021-11-16 14:04:53 +01:00
<TargetFramework>net60</TargetFramework>
2021-05-13 22:38:00 +02:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="InfluxDB.Client" Version="1.18.0" />
<PackageReference Include="Telegram.Bot" Version="15.7.1" />
</ItemGroup>
</Project>