-
-
Notifications
You must be signed in to change notification settings - Fork 559
/
Directory.Build.props
23 lines (22 loc) · 998 Bytes
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project>
<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
</PropertyGroup>
<PropertyGroup Label="Package information">
<Version>11.1.0</Version>
<Authors>Piranha CMS</Authors>
<Company>Piranha CMS</Company>
<Copyright>Copyright (c) .NET Foundation and Contributors</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>cms mvc razorpages aspnetcore netstandard</PackageTags>
<PackageIcon>piranha.png</PackageIcon>
<PackageProjectUrl>https://github.com/piranhacms/piranha.core</PackageProjectUrl>
<RepositoryUrl>https://github.com/piranhacms/piranha.core</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
</Project>