forked from dotnet-campus/AsyncWorkerCollection
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
17 lines (17 loc) · 831 Bytes
/
Copy pathDirectory.Build.props
File metadata and controls
17 lines (17 loc) · 831 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>多线程异步工具</Description>
<Copyright>Copyright (c) 2020 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>