fn-dotnet/fn-dotnet.csproj
fnkit dc136f5405
All checks were successful
/ deploy (push) Successful in 33s
initial commit - dotnet function
2026-02-17 16:45:14 +00:00

10 lines
271 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.*" />
</ItemGroup>
</Project>