Skip to content

Commit

Permalink
Add EmbedUntrackedSources
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma committed Feb 16, 2024
1 parent 5174fac commit ef181f6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions source/Handlebars/Handlebars.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,17 @@
<RepositoryUrl>https://github.com/Handlebars-Net/Handlebars.Net</RepositoryUrl>
<PackageReleaseNotes>https://github.com/Handlebars-Net/Handlebars.Net/releases/tag/$(Version)</PackageReleaseNotes>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>

<ItemGroup>
<Content Include="..\..\hbnet-icon.png">
<Visible>false</Visible>
<Pack>true</Pack>
<PackagePath>.</PackagePath>
</Content>
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net451' or '$(TargetFramework)'=='net452' or '$(TargetFramework)'=='net46'">
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
Expand All @@ -58,7 +59,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 +79,5 @@
<ItemGroup Condition="'$(ContinuousIntegrationBuild)' == 'true'">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

</Project>

0 comments on commit ef181f6

Please sign in to comment.