Skip to content

Commit

Permalink
Update csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcosLopezC committed Aug 26, 2023
1 parent bdd102c commit 59c6fc6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Sources/LightJson/LightJson.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageId>MarcosLopezC.LightJson</PackageId>
<RepositoryUrl>https://github.com/MarcosLopezC/LightJson.git</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageTags>JSON</PackageTags>
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.md</PackageReadmeFile>
<IncludeSymbols>true</IncludeSymbols>

<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSource>true</IncludeSource>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand All @@ -38,7 +41,9 @@

<ItemGroup>
<None Remove="LightJson.xml" />
<None Include="../../README.md" Pack="true" PackagePath="/"/>
<None Include="../../README.md;../../LICENSE.txt" Pack="true" PackagePath="/"/>

<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>

</Project>

0 comments on commit 59c6fc6

Please sign in to comment.