Skip to content

Commit

Permalink
Merge branch 'master' into license-expression
Browse files Browse the repository at this point in the history
  • Loading branch information
oformaniuk authored Apr 1, 2024
2 parents ef181f6 + 89aa3e6 commit 194b3b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/Handlebars/Handlebars.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<RepositoryUrl>https://github.com/Handlebars-Net/Handlebars.Net</RepositoryUrl>
<PackageReleaseNotes>https://github.com/Handlebars-Net/Handlebars.Net/releases/tag/$(Version)</PackageReleaseNotes>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>

Expand All @@ -49,6 +50,10 @@
</Content>
</ItemGroup>

<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 194b3b8

Please sign in to comment.