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.
|
- <Project>
-
- <Import Project="version.props" />
-
- <PropertyGroup Label="Build">
- <TargetFrameworks>netstandard1.6</TargetFrameworks>
- </PropertyGroup>
-
- <PropertyGroup Label="Package">
- <Product>CAP</Product>
- <Authors>savorboard;dotnetcore</Authors>
- <RepositoryUrl>https://github.com/dotnetcore/CAP</RepositoryUrl>
- <RepositoryType>git</RepositoryType>
- <PackageIconUrl>https://avatars2.githubusercontent.com/u/19404084</PackageIconUrl>
- <PackageProjectUrl>https://github.com/dotnetcore/CAP</PackageProjectUrl>
- <PackageLicenseUrl>https://github.com/dotnetcore/CAP/blob/master/LICENSE.txt</PackageLicenseUrl>
- <PackageTags>aspnetcore;cap;consistency</PackageTags>
- <Description>Eventually consistency in distributed architectures.</Description>
- </PropertyGroup>
-
- </Project>
|