25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

31 satır
1.4 KiB

  1. <Project>
  2. <Import Project="..\build\version.props" />
  3. <PropertyGroup Label="Package">
  4. <Product>CAP</Product>
  5. <LangVersion>8</LangVersion>
  6. <Authors>ncc;savorboard</Authors>
  7. <RepositoryUrl>https://github.com/dotnetcore/CAP</RepositoryUrl>
  8. <RepositoryType>git</RepositoryType>
  9. <RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
  10. <PackageIconUrl>https://raw.githubusercontent.com/dotnetcore/CAP/master/docs/content/img/logo.png</PackageIconUrl>
  11. <PackageProjectUrl>https://github.com/dotnetcore/CAP</PackageProjectUrl>
  12. <PackageLicenseUrl>https://github.com/dotnetcore/CAP/blob/master/LICENSE.txt</PackageLicenseUrl>
  13. <PackageTags>CAP;EventBus;MicroService</PackageTags>
  14. <Description>Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern.</Description>
  15. </PropertyGroup>
  16. <!-- Using SourceLink -->
  17. <PropertyGroup>
  18. <PublishRepositoryUrl>true</PublishRepositoryUrl>
  19. <EmbedUntrackedSources>true</EmbedUntrackedSources>
  20. <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
  21. </PropertyGroup>
  22. <ItemGroup>
  23. <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
  24. <PackageReference Include="JetBrains.Annotations" Version="2019.1.3" PrivateAssets="All" />
  25. </ItemGroup>
  26. </Project>