1
- <Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
- <PropertyGroup >
4
-
5
- <TargetFrameworks >net6.0;net7.0;net8.0</TargetFrameworks >
6
-
7
- <LangVersion >10.0</LangVersion >
8
- <Nullable >enable</Nullable >
9
- <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
10
-
11
- <AssemblyVersion >8.3.0.0</AssemblyVersion >
12
- <FileVersion >8.3.0.0</FileVersion >
13
- <Version >8.3.0</Version >
14
-
15
- <Authors >Andreas Nägeli</Authors >
16
- <Company />
17
-
18
- <PackageLicenseFile >LICENSE</PackageLicenseFile >
19
- <PackageProjectUrl >https://genhttp.org/</PackageProjectUrl >
20
-
21
- <Description >Lightweight web server written in pure C# with few dependencies to 3rd-party libraries.</Description >
22
- <PackageTags >HTTP Embedded Webserver Website Server Library C# Standard Engine</PackageTags >
23
-
24
- <PublishRepositoryUrl >true</PublishRepositoryUrl >
25
- <IncludeSymbols >true</IncludeSymbols >
26
- <SymbolPackageFormat >snupkg</SymbolPackageFormat >
27
-
28
- <GenerateDocumentationFile >true</GenerateDocumentationFile >
29
- <NoWarn >CS1591,CS1587,CS1572,CS1573</NoWarn >
30
-
31
- <PackageIcon >icon.png</PackageIcon >
32
-
33
- </PropertyGroup >
34
-
35
- <ItemGroup >
36
- <None Remove =" Resources\Error.html" />
37
- <None Remove =" Resources\ErrorStacked.html" />
38
- <None Remove =" Resources\Template.html" />
39
- </ItemGroup >
40
-
41
- <ItemGroup >
42
- <EmbeddedResource Include =" Resources\ErrorStacked.html" />
43
- <EmbeddedResource Include =" Resources\Error.html" />
44
- <EmbeddedResource Include =" Resources\Template.html" />
45
- </ItemGroup >
46
-
47
- <ItemGroup >
48
-
49
- <None Include =" ..\LICENSE" Pack =" true" PackagePath =" \" />
50
- <None Include =" ..\Resources\icon.png" Pack =" true" PackagePath =" \" />
51
-
52
- </ItemGroup >
53
-
54
- <ItemGroup >
55
-
56
- <ProjectReference Include =" ..\API\GenHTTP.Api.csproj" />
57
- <ProjectReference Include =" ..\Modules\IO\GenHTTP.Modules.IO.csproj" />
58
- <ProjectReference Include =" ..\Modules\Placeholders\GenHTTP.Modules.Placeholders.csproj" />
59
- <ProjectReference Include =" ..\Modules\ErrorHandling\GenHTTP.Modules.ErrorHandling.csproj" />
60
-
61
- <PackageReference Include =" System.IO.Pipelines" Version =" 8.0.0" />
62
-
63
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
64
-
65
- </ItemGroup >
66
-
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+
5
+ <TargetFrameworks >net6.0;net7.0;net8.0</TargetFrameworks >
6
+
7
+ <LangVersion >10.0</LangVersion >
8
+ <Nullable >enable</Nullable >
9
+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
10
+
11
+ <AssemblyVersion >8.3.0.0</AssemblyVersion >
12
+ <FileVersion >8.3.0.0</FileVersion >
13
+ <Version >8.3.0</Version >
14
+
15
+ <Authors >Andreas Nägeli</Authors >
16
+ <Company />
17
+
18
+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
19
+ <PackageProjectUrl >https://genhttp.org/</PackageProjectUrl >
20
+
21
+ <Description >Lightweight web server written in pure C# with few dependencies to 3rd-party libraries.</Description >
22
+ <PackageTags >HTTP Embedded Webserver Website Server Library C# Standard Engine</PackageTags >
23
+
24
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
25
+ <IncludeSymbols >true</IncludeSymbols >
26
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
27
+
28
+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
29
+ <NoWarn >CS1591,CS1587,CS1572,CS1573</NoWarn >
30
+
31
+ <PackageIcon >icon.png</PackageIcon >
32
+
33
+ </PropertyGroup >
34
+
35
+ <ItemGroup >
36
+ <None Remove =" Resources\Error.html" />
37
+ <None Remove =" Resources\ErrorStacked.html" />
38
+ <None Remove =" Resources\Template.html" />
39
+ </ItemGroup >
40
+
41
+ <ItemGroup >
42
+ <EmbeddedResource Include =" Resources\ErrorStacked.html" />
43
+ <EmbeddedResource Include =" Resources\Error.html" />
44
+ <EmbeddedResource Include =" Resources\Template.html" />
45
+ </ItemGroup >
46
+
47
+ <ItemGroup >
48
+
49
+ <None Include =" ..\LICENSE" Pack =" true" PackagePath =" \" />
50
+ <None Include =" ..\Resources\icon.png" Pack =" true" PackagePath =" \" />
51
+
52
+ </ItemGroup >
53
+
54
+ <ItemGroup >
55
+
56
+ <ProjectReference Include =" ..\API\GenHTTP.Api.csproj" />
57
+ <ProjectReference Include =" ..\Modules\IO\GenHTTP.Modules.IO.csproj" />
58
+ <ProjectReference Include =" ..\Modules\Placeholders\GenHTTP.Modules.Placeholders.csproj" />
59
+ <ProjectReference Include =" ..\Modules\ErrorHandling\GenHTTP.Modules.ErrorHandling.csproj" />
60
+ <PackageReference Include =" PooledAwait" Version =" 1.0.49" />
61
+
62
+ <PackageReference Include =" System.IO.Pipelines" Version =" 8.0.0" />
63
+
64
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
65
+
66
+ </ItemGroup >
67
+
67
68
</Project >
0 commit comments