Mixonomer.NET/Mixonomer.Func/Mixonomer.Func.csproj

15 lines
454 B
XML
Raw Normal View History

2022-08-03 22:51:39 +01:00
<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>