Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

22 rader
823 B

  1. <Project>
  2. <Import Project="version.props" />
  3. <PropertyGroup Label="Build">
  4. <TargetFrameworks>netstandard1.6</TargetFrameworks>
  5. </PropertyGroup>
  6. <PropertyGroup Label="Package">
  7. <Product>CAP</Product>
  8. <Authors>savorboard;dotnetcore</Authors>
  9. <RepositoryUrl>https://github.com/dotnetcore/CAP</RepositoryUrl>
  10. <RepositoryType>git</RepositoryType>
  11. <PackageIconUrl>https://avatars2.githubusercontent.com/u/19404084</PackageIconUrl>
  12. <PackageProjectUrl>https://github.com/dotnetcore/CAP</PackageProjectUrl>
  13. <PackageLicenseUrl>https://github.com/dotnetcore/CAP/blob/master/LICENSE.txt</PackageLicenseUrl>
  14. <PackageTags>eventbus;rabbitmq;kafka;cap;transaction;</PackageTags>
  15. <Description>EventBus and eventually consistency in distributed architectures.</Description>
  16. </PropertyGroup>
  17. </Project>