Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- <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>
|