1
0
Fork 0
mirror of synced 2024-05-06 22:02:41 +12:00
appwrite/tests/resources/functions/dotnet-3.1/dotnet.csproj
2021-01-26 11:29:53 +01:00

10 lines
257 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Appwrite" Version="0.0.3" />
</ItemGroup>
</Project>