Skip to content

Commit

Permalink
Add PackageId property
Browse files Browse the repository at this point in the history
  • Loading branch information
pierresprim committed Apr 11, 2020
1 parent f79adb9 commit 68304b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AttachedCommandBehavior/AttachedCommandBehavior.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
<!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

<TargetFrameworks>net4;net472;net48;netcoreapp3.0;netcoreapp3.1</TargetFrameworks>
<UseWPF>true</UseWPF>
<AssemblyName>AttachedCommandBehavior</AssemblyName>
<PackageId>WinCopies.AttachedCommandBehavior</PackageId>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>3.1.0.1</Version>
Expand Down

0 comments on commit 68304b1

Please sign in to comment.