Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions GrowthBook/GrowthBook.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Authors>Ben Whatley,Norhaven</Authors>
<Description>Powerful feature flagging and A/B testing for C# apps using GrowthBook.</Description>
<Company>GrowthBook</Company>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>Copyright (c) 2022 GrowthBook</Copyright>
<PackageId>growthbook-c-sharp</PackageId>
<RepositoryUrl>https://github.com/growthbook/growthbook-csharp.git</RepositoryUrl>
Expand All @@ -24,10 +24,6 @@
</ItemGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
Expand Down