This commit is contained in:
Fasjeit 2019-02-26 12:41:25 +03:00 коммит произвёл GitHub
Родитель 59c17a507b
Коммит 934af89396
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -1,6 +1,12 @@
.NET Core Runtime & Host Setup Repo
===================================
### CryptoPro Build
| Linux build | Windows build |
|:---:|:---:|
| None | [![Build status](https://ci.appveyor.com/api/projects/status/9n15lqwa9t9h90po?svg=true)](https://ci.appveyor.com/project/CryptoProLLC/core-setup) |
This repo contains the code to build the .NET Core runtime, libraries and shared host (`dotnet`) installers for
all supported platforms. It **does not** contain the actual sources to .NET Core runtime; this source is split across
the dotnet/coreclr repo (runtime) and dotnet/corefx repo (libraries).