Skip to content

Commit

Permalink
feat: add package info
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdayo committed Nov 27, 2023
1 parent 71e79e4 commit e29edb1
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<PackageId>NekoSpace.Toolkit.HostedServices</PackageId>
<PackageVersion>1.0.0</PackageVersion>
<Authors>bsdayo</Authors>
<Description>Utilities for building Hosted Service for .NET Generic Host (or ASP.NET Core) applications.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit e29edb1

Please sign in to comment.