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

19 lines
556 B
XML
Raw Normal View History

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>
<ItemGroup>
<ProjectReference Include="..\Mixonomer.Fire\Mixonomer.Fire.csproj" />
</ItemGroup>
2022-08-03 22:51:39 +01:00
</Project>