-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
17 lines (17 loc) · 988 Bytes
/
Directory.Build.props
File metadata and controls
17 lines (17 loc) · 988 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Project>
<Import Project="build\Version.props" />
<PropertyGroup>
<PackageOutputPath>$(MSBuildThisFileDirectory)bin\$(Configuration)</PackageOutputPath>
<Authors>dotnet-campus</Authors>
<Company>dotnet-campus</Company>
<LangVersion>latest</LangVersion>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Description>一个支持异步方法和支持高性能多线程的工具集合。A collection of tools that support asynchronous methods and support high-performance multithreading.</Description>
<Copyright>Copyright (c) 2020-2023 dotnet-campus</Copyright>
<PackageProjectUrl>https://github.com/dotnet-campus/AsyncWorkerCollection</PackageProjectUrl>
<RepositoryUrl>https://github.com/dotnet-campus/AsyncWorkerCollection.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>dotnet;yaml;</PackageTags>
</PropertyGroup>
</Project>