You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iot/projects/ApiGateway/ApiGateway.csproj

15 lines
495 B

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BeetleX.Bumblebee" Version="1.3.4.6" />
<PackageReference Include="BeetleX.Bumblebee.Configuration" Version="1.3.3" />
</ItemGroup>
<ItemGroup>
<None Update="Gateway.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>