加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nuget.props 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
海洋饼干 提交于 2019-02-10 01:33 . Reactive.Streams.Signed
<Project>
<!-- Set common properties regarding assembly information and nuget packages -->
<PropertyGroup>
<AkkaPackageTags>akka;actors;actor model;Akka;concurrency</AkkaPackageTags>
</PropertyGroup>
<PropertyGroup>
<IsPackable>true</IsPackable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
</PropertyGroup>
<PropertyGroup>
<Authors>Akka.NET Team</Authors>
<Product>Akka.NET</Product>
<Copyright>Copyright © 2013-2017 Akka.NET Team</Copyright>
<PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/akkadotnet/akka.net</PackageProjectUrl>
<PackageLicense>https://github.com/akkadotnet/akka.net/blob/master/LICENSE</PackageLicense>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/akkadotnet/akka.net.git</RepositoryUrl>
<NeutralLanguage>en-US</NeutralLanguage>
<IncludeSymbols>false</IncludeSymbols>
<IncludeSource>false</IncludeSource>
</PropertyGroup>
</Project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化