Skip to content

Commit 5b7eb90

Browse files
author
ladeak
committed
creating package id
1 parent ffd8180 commit 5b7eb90

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net10.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
<PackageOutputPath>./nupkg</PackageOutputPath>
8+
<PackageId>LaDeak.CHttpServer</PackageId>
9+
<Authors>LaDeak</Authors>
10+
<Description>A simple HTTP/2 server.</Description>
11+
<DebugType>full</DebugType>
712
</PropertyGroup>
813

914
<ItemGroup>
1015
<FrameworkReference Include="Microsoft.AspNetCore.App" />
1116
</ItemGroup>
1217

1318
<ItemGroup>
14-
<InternalsVisibleTo Include="CHttpServer.Tests"/>
19+
<InternalsVisibleTo Include="CHttpServer.Tests" />
1520
</ItemGroup>
1621

1722
<ItemGroup>
18-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.6" />
23+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0-preview.5.25277.114" />
1924
</ItemGroup>
2025

2126
</Project>

0 commit comments

Comments
 (0)