-
Notifications
You must be signed in to change notification settings - Fork 38
/
Directory.Build.props
32 lines (31 loc) · 1.54 KB
/
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
24
25
26
27
28
29
30
31
32
<Project>
<PropertyGroup>
<TargetFrameworks>net7.0;net6.0;net5.0;netstandard2.1;netcoreapp3.1;netcoreapp3.0;netstandard2.0</TargetFrameworks>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
</PropertyGroup>
<PropertyGroup>
<OutputType>Library</OutputType>
<NoWin32Manifest>true</NoWin32Manifest>
<Version>2.1.9.0</Version>
<AssemblyVersion>2.1.9.0</AssemblyVersion>
<FileVersion>2.1.9.0</FileVersion>
<PackageVersion>2.1.9</PackageVersion>
<Nullable>enable</Nullable>
<LangVersion>preview</LangVersion>
<Authors>Executor</Authors>
<Company>Executor</Company>
<Copyright>Copyright © Executor 2022</Copyright>
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Executor-Cheng/Mirai-CSharp</PackageProjectUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/Executor-Cheng/Mirai-CSharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes></PackageReleaseNotes>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PublishDocumentationFile>true</PublishDocumentationFile>
<PublishReferencesDocumentationFiles>true</PublishReferencesDocumentationFiles>
<NoWarn>NETSDK1138;1701;1702;1591</NoWarn>
</PropertyGroup>
</Project>