You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 line
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>