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

22 lines
731 B
XML
Raw Normal View History

2022-08-03 22:51:39 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2024-01-21 20:50:51 +00:00
<TargetFramework>net8.0</TargetFramework>
<LangVersion>default</LangVersion>
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" />
<PackageReference Include="SpotifyAPI.Web" Version="7.0.2" />
2022-08-03 22:51:39 +01:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Mixonomer.Fire\Mixonomer.Fire.csproj" />
<ProjectReference Include="..\Mixonomer\Mixonomer.csproj" />
</ItemGroup>
2022-08-03 22:51:39 +01:00
</Project>