Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
Added packge description
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Oct 19, 2019
1 parent bb17f3f commit d1a2a20
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Meta.Packages/Rocket.Surgery.Meta.Packages.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.1;netstandard2.0;netstandard1.3</TargetFrameworks>
<DevelopmentDependency>true</DevelopmentDependency>
<AssemblyTitle>
<AssemblyTitle>Rocket.Surgery Packages SDK for .NET Core</AssemblyTitle>
<PackageDescription>
Provides an MSBuild Sdk that allows you to not have to include all the dependencies in your project.
Instead based on the properties defined implicit PackageReference items will be added, with the intention that the version will be managed else where using a PackageReference Update
</AssemblyTitle>
</PackageDescription>
<PackageTags>$(PackageTags);sdk;packagereference;packages</PackageTags>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit d1a2a20

Please sign in to comment.