-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathProject.props
More file actions
23 lines (19 loc) · 813 Bytes
/
Project.props
File metadata and controls
23 lines (19 loc) · 813 Bytes
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>netstandard2.1;net6;net7;net8</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<IncludeSource>true</IncludeSource>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedAllSources>true</EmbedAllSources>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Authors>Ivony</Authors>
<Product />
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/Ivony/DataPithy</PackageProjectUrl>
<Company />
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
</PropertyGroup>
</Project>