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

10 lines
250 B
XML

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