Mixonomer.NET/Mixonomer.Func/Mixonomer.Func.csproj
2022-08-07 13:54:29 +01:00

15 lines
454 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="1.0.0" />
<PackageReference Include="Google.Events.Protobuf" Version="1.0.0" />
<None Include="appsettings*.json" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>