2022-08-03 22:51:39 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2023-09-03 19:50:01 +01:00
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2022-08-03 22:51:39 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-09-03 19:50:01 +01:00
|
|
|
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.1.0" />
|
|
|
|
<PackageReference Include="Google.Events.Protobuf" Version="1.3.0" />
|
2022-08-03 22:51:39 +01:00
|
|
|
<None Include="appsettings*.json" CopyToOutputDirectory="PreserveNewest" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2023-10-12 23:17:50 +01:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Mixonomer.Fire\Mixonomer.Fire.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2022-08-03 22:51:39 +01:00
|
|
|
</Project>
|