Skip to content

Commit

Permalink
#574 Repo readme is mirrored into nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson-tomo committed Mar 31, 2024
1 parent 5174fac commit a2c084c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions source/Handlebars/Handlebars.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,21 @@
<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>
</PropertyGroup>

<ItemGroup>
<Content Include="..\..\hbnet-icon.png">
<Visible>false</Visible>
<Pack>true</Pack>
<PackagePath>.</PackagePath>
</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 All @@ -58,7 +63,7 @@
<PackageReference Include="System.ComponentModel.TypeConverter" Version="4.3.0" />
<PackageReference Include="System.Diagnostics.Contracts" Version="4.3.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net451' or '$(TargetFramework)'=='net452' or '$(TargetFramework)'=='net46'">
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>
Expand All @@ -78,5 +83,5 @@
<ItemGroup Condition="'$(ContinuousIntegrationBuild)' == 'true'">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

</Project>

0 comments on commit a2c084c

Please sign in to comment.