Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

22 wiersze
796 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>aspnetcore;cap;consistency</PackageTags>
  15. <Description>Eventually consistency in distributed architectures.</Description>
  16. </PropertyGroup>
  17. </Project>