No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 

29 líneas
1.3 KiB

  1. <Project>
  2. <Import Project="build\version.props" />
  3. <PropertyGroup Label="Package">
  4. <Product>CAP</Product>
  5. <Authors>.NET Core Community;Savorboard</Authors>
  6. <RepositoryUrl>https://github.com/dotnetcore/CAP</RepositoryUrl>
  7. <RepositoryType>git</RepositoryType>
  8. <RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
  9. <PackageIconUrl>https://avatars2.githubusercontent.com/u/19404084</PackageIconUrl>
  10. <PackageProjectUrl>https://github.com/dotnetcore/CAP</PackageProjectUrl>
  11. <PackageLicenseUrl>https://github.com/dotnetcore/CAP/blob/master/LICENSE.txt</PackageLicenseUrl>
  12. <PackageTags>CAP;EventBus;Distributed Transaction</PackageTags>
  13. <Description>EventBus outbox integration and eventually consistency in microservice architectures.</Description>
  14. </PropertyGroup>
  15. <!-- Using SourceLink -->
  16. <PropertyGroup>
  17. <PublishRepositoryUrl>true</PublishRepositoryUrl>
  18. <EmbedUntrackedSources>true</EmbedUntrackedSources>
  19. <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
  20. </PropertyGroup>
  21. <ItemGroup>
  22. <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All"/>
  23. </ItemGroup>
  24. </Project>