Skip to content

Commit

Permalink
Cleanup extraneous properties
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed Apr 21, 2024
1 parent c730541 commit d0fc240
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Supabase/Supabase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
</PropertyGroup>

<PropertyGroup Condition=" '$(Version)' == '' ">
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">1.0.0</VersionPrefix>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
Expand All @@ -46,18 +47,10 @@
<PackageReference Include="Supabase.Postgrest" Version="4.0.0" />
<PackageReference Include="Supabase.Realtime" Version="7.0.0" />
<PackageReference Include="Supabase.Storage" Version="2.0.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

<ItemGroup>
<Folder Include="Extensions\" />
</ItemGroup>
<ItemGroup>
<None Remove="MimeMapping" />
<None Remove="Extensions\" />
<None Remove="supabase-storage-csharp" />
<None Include="..\.github\icon.png" Pack="true" Link="icon.png" PackagePath="\" />
<None Include="..\README.md" Pack="true" Link="README.md" PackagePath="\" />
</ItemGroup>
Expand Down

0 comments on commit d0fc240

Please sign in to comment.