mirror of
https://github.com/openfaas/faas.git
synced 2025-06-26 16:53:26 +00:00
dotnet Core example
This commit is contained in:
8
sample-functions/BaseFunctions/dncore/src/root.csproj
Executable file
8
sample-functions/BaseFunctions/dncore/src/root.csproj
Executable file
@ -0,0 +1,8 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp1.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
Reference in New Issue
Block a user