Files
PlexAutomatization/AutomatizationCore/AutomatizationCoreApp/AutomatizationCoreApp.csproj

20 lines
705 B
XML

<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>