Skip to content

Commit

Permalink
Merge pull request #570 from lahma/license-expression
Browse files Browse the repository at this point in the history
Add EmbedUntrackedSources
  • Loading branch information
oformaniuk authored Apr 1, 2024
2 parents 80727a7 + 0c6a1ad commit bed0c0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/Handlebars/Handlebars.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<PackageReleaseNotes>https://github.com/Handlebars-Net/Handlebars.Net/releases/tag/$(Version)</PackageReleaseNotes>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>

<ItemGroup>
Expand All @@ -52,7 +53,7 @@
<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net451' or '$(TargetFramework)'=='net452' or '$(TargetFramework)'=='net46'">
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
Expand Down

0 comments on commit bed0c0e

Please sign in to comment.