Skip to content

Commit

Permalink
Merge b66dc95 into 917ff75
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkoshevoi authored Feb 15, 2021
2 parents 917ff75 + b66dc95 commit 741a651
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion DrawnTableControl/DrawnTableControl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,24 @@
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<Copyright>Maksym Koshovyi © 2018</Copyright>
<Authors>Maksym Koshovyi</Authors>
<PackageId>DrawnTableControl_Maksym_Koshovyi</PackageId>
<PackageId>DrawnTable</PackageId>
<RepositoryUrl>https://github.com/maxkoshevoi/DrawnTable</RepositoryUrl>
<PackageTags>WinForms, table, datagrid, custom-control</PackageTags>
<RepositoryType>git</RepositoryType>
<Version>1.0.2</Version>
<Description>Custom WinForms control based on PictureBox for creating versatile tables</Description>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net40'">
<Reference Include="System.Windows.Forms" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

</Project>

0 comments on commit 741a651

Please sign in to comment.