Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
adityaoberai authored Jul 6, 2023
1 parent 70ef8b6 commit f8982b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/dotnet/src/Appwrite/Appwrite.csproj.twig
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<None Include="..\..\icon.png" Pack="true" PackagePath="$(PackageIcon)"/>
<None Include="..\..\README.md" Pack="true" PackagePath="$(PackageReadmeFile)"/>
<None Include="..\..\README.md" Pack="true" PackagePath="$(PackageReadmeFile)"/>
</ItemGroup>

</Project>

0 comments on commit f8982b6

Please sign in to comment.