1
0
Fork 0
mirror of synced 2024-05-19 12:12:36 +12:00
appwrite/tests/resources/functions/dotnet-3.1/dotnet.csproj

10 lines
257 B
XML
Raw Normal View History

2021-01-26 23:29:53 +13:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Appwrite" Version="0.0.3" />
</ItemGroup>
</Project>