1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <PropertyGroup >
4
- <TargetFramework >net8.0</TargetFramework >
5
- <ImplicitUsings >enable</ImplicitUsings >
6
- <Nullable >enable</Nullable >
7
- </PropertyGroup >
8
-
9
- <ItemGroup >
10
- <ProjectReference Include =" ..\..\..\typed-components\src\TinyComponents.csproj" />
11
- <ProjectReference Include =" ..\Sisk.Documenting\Sisk.Documenting.csproj" />
12
- </ItemGroup >
13
-
14
- </Project >
3
+ <PropertyGroup >
4
+ <TargetFrameworks >net8.0</TargetFrameworks >
5
+ <ImplicitUsings >enable</ImplicitUsings >
6
+ <Nullable >enable</Nullable >
7
+ <GenerateDocumentationFile >True</GenerateDocumentationFile >
8
+ <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
9
+
10
+ <EnableTrimAnalyzer >True</EnableTrimAnalyzer >
11
+ <IsAotCompatible >true</IsAotCompatible >
12
+
13
+ <Title >Sisk.Documenting.Html</Title >
14
+ <PackageId >Sisk.Documenting.Html</PackageId >
15
+
16
+ <Authors >CypherPotato</Authors >
17
+ <Company >Project Principium</Company >
18
+ <Product >Sisk.Documenting.Html</Product >
19
+ <Description >This package provides the HtmlDocumentationExporter object.</Description >
20
+ <PackageProjectUrl >https://sisk.proj.pw/</PackageProjectUrl >
21
+ <PackageIcon >Icon.png</PackageIcon >
22
+ <PackageReadmeFile >README.md</PackageReadmeFile >
23
+ <RepositoryUrl >https://github.com/sisk-http/core</RepositoryUrl >
24
+ <PackageTags >http-server,http,web framework</PackageTags >
25
+ <RepositoryType >git</RepositoryType >
26
+
27
+ <AssemblyVersion >1.4.0</AssemblyVersion >
28
+ <FileVersion >1.4.0</FileVersion >
29
+ <Version >1.4.0-beta1</Version >
30
+
31
+ <NeutralLanguage >en</NeutralLanguage >
32
+ <PackageLicenseFile >LICENSE.txt</PackageLicenseFile >
33
+ <IncludeSymbols >True</IncludeSymbols >
34
+ </PropertyGroup >
35
+
36
+ <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
37
+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
38
+
39
+ <!-- SYSLIB0020: IgnoreNullValues is obsolete -->
40
+ <NoWarn >$(NoWarn);SYSLIB0020</NoWarn >
41
+ </PropertyGroup >
42
+
43
+ <ItemGroup >
44
+ <None Include =" ..\..\.github\Icon.png" >
45
+ <Pack >True</Pack >
46
+ <PackagePath >\</PackagePath >
47
+ </None >
48
+ <None Include =" ..\..\.nuget\README.md" >
49
+ <Pack >True</Pack >
50
+ <PackagePath >\</PackagePath >
51
+ </None >
52
+ <None Include =" ..\..\LICENSE.txt" >
53
+ <Pack >True</Pack >
54
+ <PackagePath >\</PackagePath >
55
+ </None >
56
+ </ItemGroup >
57
+
58
+ <ItemGroup >
59
+ <ProjectReference Include =" ..\..\..\typed-components\src\TinyComponents.csproj" />
60
+ <ProjectReference Include =" ..\..\src\Sisk.Core.csproj" />
61
+ <ProjectReference Include =" ..\Sisk.Documenting\Sisk.Documenting.csproj" />
62
+ </ItemGroup >
63
+
64
+ </Project >
0 commit comments