-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathProject.props
More file actions
30 lines (24 loc) · 1.12 KB
/
Project.props
File metadata and controls
30 lines (24 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<Project>
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net5;net6;net7;net8;net9</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<Version>0.1.0</Version>
<Authors>Ivony</Authors>
<PackageProjectUrl>https://github.com/Ivony/Ivony.Http.Pipeline</PackageProjectUrl>
<Copyright>copyright Ivony</Copyright>
<PackageTags>http pipeline forward proxy apigateway gateway rewrite route aspnet aspnetcore dotnetcore</PackageTags>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageIconUrl>https://github.com/Ivony/Ivony.Http.Pipeline/raw/master/icon.png</PackageIconUrl>
<RepositoryUrl>https://github.com/Ivony/Ivony.Http.Pipeline.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeSymbols>true</IncludeSymbols>
<EmbedAllSources>true</EmbedAllSources>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
</Project>