Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

common.props 715 B

há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
1234567891011121314151617
  1. <Project>
  2. <Import Project="version.props" />
  3. <PropertyGroup Label="Package">
  4. <Product>CAP</Product>
  5. <Authors>savorboard;dotnetcore</Authors>
  6. <RepositoryUrl>https://github.com/dotnetcore/CAP</RepositoryUrl>
  7. <RepositoryType>git</RepositoryType>
  8. <PackageIconUrl>https://avatars2.githubusercontent.com/u/19404084</PackageIconUrl>
  9. <PackageProjectUrl>https://github.com/dotnetcore/CAP</PackageProjectUrl>
  10. <PackageLicenseUrl>https://github.com/dotnetcore/CAP/blob/master/LICENSE.txt</PackageLicenseUrl>
  11. <PackageTags>CAP;EventBus;Distributed Transaction</PackageTags>
  12. <Description>EventBus and eventually consistency in distributed architectures.</Description>
  13. </PropertyGroup>
  14. </Project>