File tree Expand file tree Collapse file tree
src/CHttpServer/CHttpServer Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments