Release test versions of telegram bot and AutomatizationCore

This commit is contained in:
2021-02-04 00:40:23 +03:00
commit 62c9e6165e
19 changed files with 1187 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<UserSecretsId>a9a11b76-8ac6-4b47-9599-dc45586a5f3d</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<ItemGroup>
<Protobuf Include="..\..\telegram-bot\grpc\Automatization.proto" GrpcServices="Server" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Grpc.AspNetCore" Version="2.34.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.9" />
<PackageReference Include="StackExchange.Redis" Version="2.2.4" />
</ItemGroup>
</Project>