Skip to content

Commit

Permalink
Version redux
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianEdwards committed Aug 22, 2019
1 parent 324e18a commit cf8d3e3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/TagHelperPack/TagHelperPack.csproj
Expand Up @@ -13,7 +13,7 @@
<RepositoryUrl>https://github.com/DamianEdwards/TagHelperPack</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>aspnetcore, taghelpers, razor, cshtml</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<NoWarn>NU5105</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand All @@ -27,10 +27,4 @@
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

<Target Name="SetInformationalVersion" BeforeTargets="Build;Pack">
<PropertyGroup>
<InformationalVersion Condition="'$(SourceVersion)' != ''">$(InformationalVersion)+$(SourceVersion)</InformationalVersion>
</PropertyGroup>
</Target>
</Project>

0 comments on commit cf8d3e3

Please sign in to comment.