Merge pull request #3429 from dotnet/30GA

Artifacts for 3.0 GA release
This commit is contained in:
Lee Coward 2019-09-23 08:47:49 -07:00 committed by GitHub
commit df90a67b25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 1158 additions and 25 deletions

View file

@ -2,11 +2,11 @@
The dotnet/core repository is a good starting point for .NET Core.
The latest major release is [.NET Core 2.2](release-notes/2.2). The latest patch updates are listed in [.NET Core release notes](release-notes/README.md).
The latest major release is [.NET Core 3.0](release-notes/3.0). The latest patch updates are listed in [.NET Core release notes](release-notes/README.md).
## Download the latest .NET Core SDK
* [.NET Core 2.2 SDK](release-notes/2.2/README.md)
* [.NET Core 3.0 SDK](release-notes/3.0/README.md)
## .NET Core Releases and Daily Builds

View file

@ -35,7 +35,7 @@ Fedora | 29, 30 | x64 |
Debian | 9 | x64, ARM32 | [Debian lifecycle](https://wiki.debian.org/DebianReleases)
Ubuntu | 18.10, 18.04, 16.04 | x64, ARM32\* | [Ubuntu lifecycle](https://wiki.ubuntu.com/Releases)
Linux Mint | 18, 17 | x64 | [Linux Mint end of life announcements](https://forums.linuxmint.com/search.php?keywords=%22end+of+life%22&terms=all&author=&sc=1&sf=titleonly&sr=posts&sk=t&sd=d&st=0&ch=300&t=0&submit=Search)
openSUSE | 42.3+ | x64 | [OpenSUSE lifecycle](https://en.opensuse.org/Lifetime)
openSUSE | 15+ | x64 | [OpenSUSE lifecycle](https://en.opensuse.org/Lifetime)
SUSE Enterprise Linux (SLES) | 12 SP2+ | x64 | [SUSE lifecycle](https://www.suse.com/lifecycle/)
Alpine Linux | 3.7+ | x64 | [Alpine lifecycle](https://wiki.alpinelinux.org/wiki/Alpine_Linux:Releases)
@ -50,9 +50,10 @@ Support for the following versions was ended by the distribution owners and are
|OS | Version | End of Life |
|-----------|----------|-------------|
| Debian | 8 | [6/17/2018](https://lists.debian.org/debian-security-announce/2018/msg00132.html)
| Fedora | 28 | [05/28/2019](https://fedoramagazine.org/fedora-28-end-of-life/) |
| Fedora | 27 | [11/30/2018](https://fedoramagazine.org/fedora-27-end-of-life/) |
| Fedora | 26 | [5/29/2018](https://fedoramagazine.org/fedora-26-end-life/) |
| Debian | 8 | [6/17/2018](https://lists.debian.org/debian-security-announce/2018/msg00132.html)
| OpenSUSE | 42.3 | [7/01/2019](https://fedoramagazine.org/fedora-26-end-life/) |
| Ubuntu | 17.10 | [7/19/2018](https://lists.ubuntu.com/archives/ubuntu-announce/2018-July/000232.html) |
| Ubuntu | 14.04 | [06/2019](https://wiki.ubuntu.com/Releases) |

View file

@ -4,7 +4,7 @@
"latest-release-date": "2019-09-10",
"latest-runtime": "2.2.7",
"latest-sdk": "2.2.402",
"support-phase": "current",
"support-phase": "maintenance",
"lifecycle-policy": "https://www.microsoft.com/net/support/policy",
"releases": [
{

View file

@ -31,13 +31,13 @@ Mac OS X | 10.13+ | x64 |
OS | Version | Architectures | Notes
------------------------------|-------------------------------|----------------|-----
Red Hat Enterprise Linux | 6 | x64 | [Microsoft support policy](https://www.microsoft.com/net/support/policy)
Red Hat Enterprise Linux | 6+ | x64 | [Microsoft support policy](https://www.microsoft.com/net/support/policy)
Red Hat Enterprise Linux <br> CentOS <br> Oracle Linux | 7 | x64 | [Red Hat support policy](https://access.redhat.com/support/policy/updates/errata/) <br> [CentOS lifecycle](https://wiki.centos.org/FAQ/General#head-fe8a0be91ee3e7dea812e8694491e1dde5b75e6d) <br> [Oracle Linux lifecycle](http://www.oracle.com/us/support/library/elsp-lifetime-069338.pdf)
Fedora | 28+ | x64 | [Fedora lifecycle](https://fedoraproject.org/wiki/End_of_life)
Debian | 9+ | x64, ARM32, ARM64 | [Debian lifecycle](https://wiki.debian.org/DebianReleases)
Ubuntu | 16.04+ | x64, ARM32, ARM64 | [Ubuntu lifecycle](https://wiki.ubuntu.com/Releases)
Linux Mint | 18+ | x64 | [Linux Mint end of life announcements](https://forums.linuxmint.com/search.php?keywords=%22end+of+life%22&terms=all&author=&sc=1&sf=titleonly&sr=posts&sk=t&sd=d&st=0&ch=300&t=0&submit=Search)
openSUSE | 42.3+ | x64 | [OpenSUSE lifecycle](https://en.opensuse.org/Lifetime)
openSUSE | 15+ | x64 | [OpenSUSE lifecycle](https://en.opensuse.org/Lifetime)
SUSE Enterprise Linux (SLES) | 12 SP2+ | x64 | [SUSE lifecycle](https://www.suse.com/lifecycle/)
Alpine Linux | 3.8+ | x64, ARM64 | [Alpine lifecycle](https://wiki.alpinelinux.org/wiki/Alpine_Linux:Releases)

View file

@ -0,0 +1,389 @@
# Contributions to .NET Core 3.0
We would like to thank all of the community members who contributed to this release. These contributions are important to the health and growth of .NET Core - Thank You!
```bash
git shortlog -sne --no-merges [commit sha range for the release]
```
* [AspNetCore](#aspnetcore)
* [CLI](#cli)
* [CoreCLR](#coreclr)
* [CoreFX](#corefx)
* [Core-SDK](#core-sdk)
* [Core-Setup](#core-setup)
* [EntityFrameworkCore](#entityframeworkcore)
* [WCF](#wcf)
* [WPF](#wpf)
## AspNetCore
[Ben Adams (70)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=thundercat@illyriad.co.uk)
[James Newton-King (29)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=james@newtonking.com)
[Alessio Franceschelli (14)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=alessio@franceschelli.me)
[Kahbazi (10)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=A.Kahbazi@gmail.com)
[Martin Costello (5)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=martin@martincostello.com)
[Stafford Williams (5)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=staff0rd@users.noreply.github.com)
[huysentruitw (5)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=wouter_huysentruit@hotmail.com)
[Nick Darvey (4)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=nickdarvey@outlook.com.au)
[Mickaël Derriey (4)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=mderriey@gmail.com)
[WuYafeng (3)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=wuyafeng909099000@qq.com)
[Gérald Barré (3)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=meziantou@users.noreply.github.com)
[Steven T. Cramer (3)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=SteveTCramer@gmail.com)
[Carlos J. Aliaga (2)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=carlos@cjaliaga.net)
[dudu (2)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=dudu@cnblogs.com)
[Adrian Wright (2)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=awright@keeresources.com)
[Nikita Potapenko (2)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=dev.potapy4@hotmail.com)
[Patrick Westerhoff (2)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=PatrickWesterhoff@gmail.com)
[saluce65 (2)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=shawn@saluce.com)
[Balint Farkas (2)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=balint.farkas@windowslive.com)
[Luke Latham (2)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=1622880+guardrex@users.noreply.github.com)
[Matthias Laroche (2)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=larochematthias@gmail.com)
[Kirill Rakhman (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=kirill.rakhman@gmail.com)
[Kirk Larkin (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=6025110+serpent5@users.noreply.github.com)
[Kristian Hellang (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=kristian@hellang.com)
[Loïc Sharma (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=sharma.loic@gmail.com)
[Marcel (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=marcelcroes24@gmail.com)
[Daniel Marbach (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=daniel.marbach@openplace.net)
[Martin Gubis (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=35179604+mgubis@users.noreply.github.com)
[Martin Stenhoff (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=martin.stenhoff@team.telstra.com)
[Massimo Prota (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=biste5@gmail.com)
[Matheus Marques (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=marquesm91@gmail.com)
[Chris S (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=chrisasmall+github@gmail.com)
[Maxim Dukhanov (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=m.dukhanov@gmail.com)
[Chirag Rupani (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=36813124+ChiragRupani@users.noreply.github.com)
[Casey Western (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=westerncj6@gmail.com)
[Carlos Jiménez Aliaga (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=carlos@cjaliaga.net)
[Nathan (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=natery2000@gmail.com)
[Neil Bostrom (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=github@silvergames.net)
[Bruno Costa (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=bcosta10@gmail.com)
[Nick Sullivan (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=nicksull12@gmail.com)
[Nikita Potapenko (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=18706421+Potapy4@users.noreply.github.com)
[Bruno (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=bruno@ironhidegames.com)
[Brian Chavez (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=bchavez@bitarmory.com)
[Bill Barry (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=after.fallout@gmail.com)
[Arthur Irgashev (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=arthur.irgashev@gmail.com)
[Steve Gordon (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=sgordon@hotmail.co.uk)
[TeBeCo (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=tebeco@gmail.com)
[Thiez (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=thiezz@gmail.com)
[Thomas Levesque (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=thomaslevesque@users.noreply.github.com)
[TimTim (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=i@timtim.hk)
[Vakhtangi Abashidze (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=VakhtangiAbashidze@gmail.com)
[Wouter Huysentruit (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=wouter_huysentruit@hotmail.com)
[Andrei Amialchenia (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=flash2048@gmail.com)
[YPTopMan (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=distinctiveangle@outlook.com)
[Zachary Becknell (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=zbecknell@users.noreply.github.com)
[bordecal (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=calinoiu@gmail.com)
[dannyBies (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=dannyvdbiezen@outlook.com)
[Alexey Malinin (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=amalininhere@gmail.com)
[Alexej Timonin (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=alexejtimonin@gmail.com)
[Alexander Tsoi (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=aliaksandr.tsoi@gmail.com)
[huysentruitw (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=wouter@huysentruit.be)
[kishanAnem (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=kishan3034@gmail.com)
[mnltejaswini (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=mnl.tejaswini@gmail.com)
[penenkel (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=penenkel@users.noreply.github.com)
[shnja (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=shnja@sh4n.com)
[sprelog (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=sprelog@stackoverflow.com)
[Howard Richards (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=dev@conficient.com)
[Hisham Bin Ateya (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=hishamco_2007@yahoo.com)
[Henk Mollema (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=henkmollema@gmail.com)
[Jeow Li Huan (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=huan086@users.noreply.github.com)
[Jeremy Lawrence (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=jklawrence@users.noreply.github.com)
[Jiping (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=WangJiping@gmail.com)
[John Mazouri (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=jmazouri@users.noreply.github.com)
[Joni (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=jonijpn@gmail.com)
[Joseph Musser (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=me@jnm2.com)
[JulijaRamoskiene (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=Julija.Ramoskiene@bentley.com)
[Justin Dearing (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=zippy1981@gmail.com)
[Günther Foidl (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=gue@korporal.at)
[Fabien Barbier (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=8518235+GoldenCrystal@users.noreply.github.com)
[Dániel Lőczi (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=danielloczi@users.noreply.github.com)
[Kahbazi (1)](https://github.com/aspnet/AspNetCore/commits/release/3.0?author=a.kahbazi@gmail.com)
## CLI
[Thomas Gassmann (16)](https://github.com/dotnet/cli/commits/release/3.0.1xx?author=thomas.gassmann@hotmail.com)
[Michael Bisbjerg (11)](https://github.com/dotnet/cli/commits/release/3.0.1xx?author=michael@mbwarez.dk)
[jalalx (6)](https://github.com/dotnet/cli/commits/release/3.0.1xx?author=sjamini@gmail.com)
[Nikita Potapenko (5)](https://github.com/dotnet/cli/commits/release/3.0.1xx?author=dev.potapy4@gmail.com)
[dsychin (4)](https://github.com/dotnet/cli/commits/release/3.0.1xx?author=chin.sy.des@gmail.com)
[Desmond Chin (3)](https://github.com/dotnet/cli/commits/release/3.0.1xx?author=chin.sy.des@gmail.com)
[Adeel (2)](https://github.com/dotnet/cli/commits/release/3.0.1xx?author=adeelbm@outlook.com)
[Vincent Nwonah (1)](https://github.com/dotnet/cli/commits/release/3.0.1xx?author=vnwonah@outlook.com)
[Jalal Khordadi (1)](https://github.com/dotnet/cli/commits/release/3.0.1xx?author=sjamini@gmail.com)
[mistachkin (1)](https://github.com/dotnet/cli/commits/release/3.0.1xx?author=joe@mistachkin.com)
[Dan Shechter (1)](https://github.com/dotnet/cli/commits/release/3.0.1xx?author=dans@houmus.org)
[Ahmad Luqman (1)](https://github.com/dotnet/cli/commits/release/3.0.1xx?author=ahmad.luqman@gmail.com)
[Nikita Potapenko (1)](https://github.com/dotnet/cli/commits/release/3.0.1xx?author=dev.potapy4@hotmail.com)
[Omair Majid (1)](https://github.com/dotnet/cli/commits/release/3.0.1xx?author=omajid@redhat.com)
[Per Jahn (1)](https://github.com/dotnet/cli/commits/release/3.0.1xx?author=per.jahn@collectorbank.se)
## Core-SDK
[ggobbe (1)](https://github.com/dotnet/core-sdk/commits/release/3.0.1xx?author=ggobbe@users.noreply.github.com)
[Henk Mollema (1)](https://github.com/dotnet/core-sdk/commits/release/3.0.1xx?author=henkmollema@gmail.com)
[Kexy Biscuit (1)](https://github.com/dotnet/core-sdk/commits/release/3.0.1xx?author=kexybiscuit@outlook.com)
[Mikkel Krautz (1)](https://github.com/dotnet/core-sdk/commits/release/3.0.1xx?author=mikkel@krautz.dk)
[akharlov (1)](https://github.com/dotnet/core-sdk/commits/release/3.0.1xx?author=harl_aa@skbkontur.ru)
## CoreCLR
[Filip Navara (52)](https://github.com/dotnet/coreclr/commits/release/3.0?author=filip.navara@gmail.com)
[Ben Adams (43)](https://github.com/dotnet/coreclr/commits/release/3.0?author=thundercat@illyriad.co.uk)
[Mike Danes (28)](https://github.com/dotnet/coreclr/commits/release/3.0?author=onemihaid@hotmail.com)
[Fei Peng (19)](https://github.com/dotnet/coreclr/commits/release/3.0?author=fei.peng@intel.com)
[Andrew Hoefling (18)](https://github.com/dotnet/coreclr/commits/release/3.0?author=andrew@hoeflingsoftware.com)
[Adeel (16)](https://github.com/dotnet/coreclr/commits/release/3.0?author=adeelbm@outlook.com)
[Nick Schonning (13)](https://github.com/dotnet/coreclr/commits/release/3.0?author=nschonni@gmail.com)
[Brian Bohe (12)](https://github.com/dotnet/coreclr/commits/release/3.0?author=brianbohe@gmail.com)
[Omair Majid (11)](https://github.com/dotnet/coreclr/commits/release/3.0?author=omajid@redhat.com)
[Grant (8)](https://github.com/dotnet/coreclr/commits/release/3.0?author=grant@jesanna.com)
[mikedn (7)](https://github.com/dotnet/coreclr/commits/release/3.0?author=onemihaid@hotmail.com)
[Adeel Mujahid (7)](https://github.com/dotnet/coreclr/commits/release/3.0?author=adeelbm@outlook.com)
[Suchiman (7)](https://github.com/dotnet/coreclr/commits/release/3.0?author=robinsue@live.de)
[kasper3 (6)](https://github.com/dotnet/coreclr/commits/release/3.0?author=33230602+kasper3@users.noreply.github.com)
[Fei Peng (6)](https://github.com/dotnet/coreclr/commits/release/3.0?author=feipeng.compiler@gmail.com)
[Hugh Bellamy (5)](https://github.com/dotnet/coreclr/commits/release/3.0?author=hughbellars@gmail.com)
[Gleb Balykov (5)](https://github.com/dotnet/coreclr/commits/release/3.0?author=g.balykov@samsung.com)
[Marco Rossignoli (4)](https://github.com/dotnet/coreclr/commits/release/3.0?author=marco.rossignoli@gmail.com)
[Ilia (3)](https://github.com/dotnet/coreclr/commits/release/3.0?author=ki.stfu@gmail.com)
[Andrey Kvochko (3)](https://github.com/dotnet/coreclr/commits/release/3.0?author=a.kvochko@samsung.com)
[Gergely Kalapos (3)](https://github.com/dotnet/coreclr/commits/release/3.0?author=gergo@kalapos.net)
[jashook (3)](https://github.com/dotnet/coreclr/commits/release/3.0?author=jarret_shook@outlook.com)
[Andrey Kvochko (3)](https://github.com/dotnet/coreclr/commits/release/3.0?author=kvochko@users.noreply.github.com)
[Konstantin Baladurin (3)](https://github.com/dotnet/coreclr/commits/release/3.0?author=k.baladurin@samsung.com)
[Rafael Lillo (2)](https://github.com/dotnet/coreclr/commits/release/3.0?author=rafa_lillo@outlook.com)
[Fawad Halim (2)](https://github.com/dotnet/coreclr/commits/release/3.0?author=fawad@fawad.net)
[Markus Kitsinger (2)](https://github.com/dotnet/coreclr/commits/release/3.0?author=root@swooshalicio.us)
[Ganbarukamo41 (2)](https://github.com/dotnet/coreclr/commits/release/3.0?author=ganbarukamo@gmail.com)
[Tamar Christina (2)](https://github.com/dotnet/coreclr/commits/release/3.0?author=48126768+TamarChristinaArm@users.noreply.github.com)
[Yoh Deadfall (2)](https://github.com/dotnet/coreclr/commits/release/3.0?author=yoh.deadfall@hotmail.com)
[Benjamin Bartels (2)](https://github.com/dotnet/coreclr/commits/release/3.0?author=bartels.benjamin@tutanota.de)
[bdebaere (2)](https://github.com/dotnet/coreclr/commits/release/3.0?author=brechtdebaere@yahoo.com)
[Youssef1313 (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=31348972+Youssef1313@users.noreply.github.com)
[alexk000 (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=alexkucherenko7@gmail.com)
[Adam Williams (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=lol768@users.noreply.github.com)
[dschinde (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=dschindelman@gmail.com)
[hamish-rose (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=hamishr@protonmail.com)
[ichensky (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=IChensky@live.com)
[mvandeberg (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=mvandeberg@me.com)
[Filip Navara (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=navara@emcoreclrent.com)
[Foxtrek_64 (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=Foxtrek64@users.noreply.github.com)
[Gregory LEOCADIE (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=gregory.leocadie@gmail.com)
[Günther Foidl (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=gue@korporal.at)
[Han Lee (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=han.lee@intel.com)
[Herman Eldering (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=HermanEldering@users.noreply.github.com)
[Honza Rameš (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=ramejan@gmail.com)
[Ilia K (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=ki.stfu@gmail.com)
[Ilya (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=darpa@yandex.ru)
[Elliot Prior (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=1709938+Quogu@users.noreply.github.com)
[Dávid Kaya (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=mail@davidkaya.sk)
[Jim (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=10913919+jimdemis@users.noreply.github.com)
[John (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=johnkellyoxford@gmail.com)
[coreclrnton Ingram (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=coreclrnton.ingram@outlook.com)
[Julius R Friedman (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=juliusfriedman@users.noreply.github.com)
[Justin Van Patten (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=jvp@justinvp.com)
[Kai Ruhnau (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=Kai.Ruhnau@live.com)
[Kirill Frolov (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=k.frolov@samsung.com)
[Charles Milette (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=me@charlesmilette.net)
[Leslie Zhai (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=xiangzhai83@gmail.com)
[Calum Grant (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=42069085+calumgrant@users.noreply.github.com)
[Blake Hensley (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=jbhensley@users.noreply.github.com)
[Marlon Regenhardt (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=marlon.r@hotmail.de)
[Mathias Lykkegaard Lorenzen (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=mathias.lorenzen@live.com)
[Meir Blachman (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=meirblachman@gmail.com)
[Bastian Schmidt (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=batzen@gmx.org)
[Mike Marynowski (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=mikernet@users.noreply.github.com)
[Ayende Rahien (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=ayende@ayende.com)
[Mikhail Aksenov (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=m.aksenov@samsung.com)
[simplejackcoder (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=40817635+simplejackcoder@users.noreply.github.com)
[Nick Craver (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=nrcraver@gmail.com)
[Avi Avni (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=avi.avni@gmail.com)
[Nikita Potapenko (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=dev.potapy4@hotmail.com)
[Raz Friman (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=raz.friman@razfriman.com)
[Roman Marusyk (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=Marusyk@users.noreply.github.com)
[Rui (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=ritchxu@gmail.com)
[Ao Qi (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=6079963+theaoqi@users.noreply.github.com)
[Andrii Siriak (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=siryaka@gmail.com)
[Stanislav Ushakov (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=StanislavUshakov@users.noreply.github.com)
[Alexej Liebenthal (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=13908853+AlexejLiebenthal@users.noreply.github.com)
[Tamás Csala (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=icyplusplus@gmail.com)
[Akihisa Yagi (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=capra314cabra@gmail.com)
[Thays Grazia (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=thaystg@gmail.com)
[Tom Deseyn (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=tom.deseyn@gmail.com)
[Varun Venkatesan (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=varun.k.venkatesan@intel.com)
[Will Cohen (1)](https://github.com/dotnet/coreclr/commits/release/3.0?author=william.cohen@infotrack.com.au)
## CoreFX
[Nick Schonning (51)](https://github.com/dotnet/corefx/commits/release/3.0?author=nschonni@gmail.com)
[Hugh Bellamy (41)](https://github.com/dotnet/corefx/commits/release/3.0?author=hughbellars@gmail.com)
[Marco Rossignoli (30)](https://github.com/dotnet/corefx/commits/release/3.0?author=marco.rossignoli@gmail.com)
[Geoff Kizer (27)](https://github.com/dotnet/corefx/commits/release/3.0?author=geoffrek)
[Filip Navara (27)](https://github.com/dotnet/corefx/commits/release/3.0?author=filip.navara@gmail.com)
[Ben Adams (20)](https://github.com/dotnet/corefx/commits/release/3.0?author=thundercat@illyriad.co.uk)
[Andrew Hoefling (19)](https://github.com/dotnet/corefx/commits/release/3.0?author=andrew@hoeflingsoftware.com)
[Tom Deseyn (19)](https://github.com/dotnet/corefx/commits/release/3.0?author=tom.deseyn@gmail.com)
[Grant (11)](https://github.com/dotnet/corefx/commits/release/3.0?author=grant@jesanna.com)
[Adeel Mujahid (6)](https://github.com/dotnet/corefx/commits/release/3.0?author=adeelbm@outlook.com)
[Ganbarukamo41 (6)](https://github.com/dotnet/corefx/commits/release/3.0?author=ganbarukamo@gmail.com)
[Christopher Watford (6)](https://github.com/dotnet/corefx/commits/release/3.0?author=christopher.watford@ge.com)
[Erhan Atesoglu (5)](https://github.com/dotnet/corefx/commits/release/3.0?author=47518605+eanova@users.noreply.github.com)
[Omair Majid (5)](https://github.com/dotnet/corefx/commits/release/3.0?author=omajid@redhat.com)
[Daniel Turan (4)](https://github.com/dotnet/corefx/commits/release/3.0?author=daniel.turan@hotmail.com)
[Mandar Sahasrabuddhe (4)](https://github.com/dotnet/corefx/commits/release/3.0?author=WinCPP@users.noreply.github.com)
[Yoh Deadfall (4)](https://github.com/dotnet/corefx/commits/release/3.0?author=yoh.deadfall@hotmail.com)
[Bradley Grainger (3)](https://github.com/dotnet/corefx/commits/release/3.0?author=bgrainger@gmail.com)
[Frederik Carlier (3)](https://github.com/dotnet/corefx/commits/release/3.0?author=frederik.carlier@quamotion.mobi)
[Tim (3)](https://github.com/dotnet/corefx/commits/release/3.0?author=xuchonglei@126.com)
[Alexander Köplinger (3)](https://github.com/dotnet/corefx/commits/release/3.0?author=alex.koeplinger@outlook.com)
[Alaa Masoud (3)](https://github.com/dotnet/corefx/commits/release/3.0?author=alaa.masoud@live.com)
[Roman Marusyk (3)](https://github.com/dotnet/corefx/commits/release/3.0?author=Marusyk@users.noreply.github.com)
[Jim Demis (3)](https://github.com/dotnet/corefx/commits/release/3.0?author=10913919+jimdemis@users.noreply.github.com)
[Essam Almohammadi (2)](https://github.com/dotnet/corefx/commits/release/3.0?author=eamhm21@hotmail.com)
[David Cantu (2)](https://github.com/dotnet/corefx/commits/release/3.0?author=jozkyy@gmail.com)
[Dávid Kaya (2)](https://github.com/dotnet/corefx/commits/release/3.0?author=mail@davidkaya.sk)
[Foxtrek_64 (2)](https://github.com/dotnet/corefx/commits/release/3.0?author=Foxtrek64@users.noreply.github.com)
[Gergely Kalapos (2)](https://github.com/dotnet/corefx/commits/release/3.0?author=gergo@kalapos.net)
[Calvin Buckley (2)](https://github.com/dotnet/corefx/commits/release/3.0?author=calvin@cmpct.info)
[Jiayi (2)](https://github.com/dotnet/corefx/commits/release/3.0?author=14067510+yujayee@users.noreply.github.com)
[Jim (2)](https://github.com/dotnet/corefx/commits/release/3.0?author=10913919+jimdemis@users.noreply.github.com)
[Caesar Chen (2)](https://github.com/dotnet/corefx/commits/release/3.0?author=caesar1995@users.noreply.github.com)
[Konstantin Baladurin (2)](https://github.com/dotnet/corefx/commits/release/3.0?author=k.baladurin@samsung.com)
[Blake Hensley (2)](https://github.com/dotnet/corefx/commits/release/3.0?author=jbhensley@users.noreply.github.com)
[Markus Kitsinger (2)](https://github.com/dotnet/corefx/commits/release/3.0?author=root@swooshalicio.us)
[Nikita Potapenko (2)](https://github.com/dotnet/corefx/commits/release/3.0?author=dev.potapy4@hotmail.com)
[Osman Turan (2)](https://github.com/dotnet/corefx/commits/release/3.0?author=osman@osmanturan.com)
[Paul Buonopane (2)](https://github.com/dotnet/corefx/commits/release/3.0?author=Zenexer@users.noreply.github.com)
[Youssef1313 (2)](https://github.com/dotnet/corefx/commits/release/3.0?author=31348972+Youssef1313@users.noreply.github.com)
[campersau (2)](https://github.com/dotnet/corefx/commits/release/3.0?author=buchholz.bastian@googlemail.com)
[hamish-rose (2)](https://github.com/dotnet/corefx/commits/release/3.0?author=hamishr@protonmail.com)
[imcarolwang (2)](https://github.com/dotnet/corefx/commits/release/3.0?author=v-carwan@V-CARWAN05)
[Ben Gribaudo (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=ben@benntiff.com)
[Matt Kotsenas (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=Matt.Kotsenas@gmail.com)
[Matthijs Breemans (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=matthijsbreemans@users.noreply.github.com)
[Ian Griffiths (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=ian@interact-sw.co.uk)
[Maxim Dobryakov (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=closer.main@gmail.com)
[Meir Blachman (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=meirblachman@gmail.com)
[dschinde (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=dschindelman@gmail.com)
[dudu (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=dudu@cnblogs.com)
[Miha Zupan (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=mihazupan.zupan1@gmail.com)
[Mike Marynowski (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=mikernet@users.noreply.github.com)
[Milosz Kukla (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=milosz.kukla@gmail.com)
[Austin Wise (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=AustinWise@gmail.com)
[gnovack (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=50467879+gnovack@users.noreply.github.com)
[Castaneda1914 (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=affbarracudaspec@gmail.com)
[OmariO (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=omariom@users.noreply.github.com)
[Oskar Dudycz (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=oskar.dudycz@gmail.com)
[wcontayon (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=williamcontayon@outlook.com)
[Paito Anderson (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=pj.paito@gmail.com)
[Peter Stevenson (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=2e0pgs@gmail.com)
[Ponant (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=19961806+Ponant@users.noreply.github.com)
[joshudson (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=joshudson@gmail.com)
[RJ (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=reid@wilden.haus)
[Randolph West (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=rabryst@users.noreply.github.com)
[Raz Friman (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=raz.friman@razfriman.com)
[Roma Marusyk (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=romamarusyk@gmail.com)
[Honza Rameš (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=ramejan@gmail.com)
[Herman Eldering (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=HermanEldering@users.noreply.github.com)
[Günther Foidl (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=gue@korporal.at)
[Stefan (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=Tornhoof@users.noreply.github.com)
[Stephan Tolksdorf (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=st@quanttec.com)
[Gérald Barré (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=meziantou@users.noreply.github.com)
[madmir (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=1119735+madmir@users.noreply.github.com)
[George Stocker (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=gjstocker@gmail.com)
[Andrii Siriak (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=siryaka@gmail.com)
[Steven Weerdenburg (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=stevenaw@users.noreply.github.com)
[Francis Nguyen (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=fn@ngyn.me)
[Andrei K (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=kost@kost.ru)
[Fei Peng (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=feipeng.compiler@gmail.com)
[Tim Seaward (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=seawardtim@gmail.com)
[Anatoly Zhmur (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=Anatoly.Zhmur@broadridge.com)
[Alexis Christoforides (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=alexis@thenull.net)
[Tomasz Romaszkiewicz (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=Romasz@users.noreply.github.com)
[matejskubic (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=839965+matejskubic@users.noreply.github.com)
[Tyler Brinkley (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=Tydude4Christ@hotmail.com)
[Elliot Prior (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=1709938+Quogu@users.noreply.github.com)
[Vishnu Kumar (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=sasivishnu@gmail.com)
[Edison Henrique Andreassy (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=ehasis@hotmail.com)
[Vladislav Richter (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=shutdown256@gmail.com)
[Alan Parr (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=alanjparr83@gmail.com)
[Dávid Kaya (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=david.kaya@ysoft.com)
[simplejackcoder (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=40817635+simplejackcoder@users.noreply.github.com)
[slozier (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=slozier@users.noreply.github.com)
[bitbonk (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=bitbonk@msn.com)
[Kevin Gosse (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=krix33@gmail.com)
[Kahbazi (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=A.Kahbazi@gmail.com)
[Kristian Hellang (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=kristian@hellang.com)
[0xflotus (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=0xflotus@gmail.com)
[Justin Van Patten (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=jvp@justinvp.com)
[JosVerburg (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=jos.verburg@liones.nl)
[corefxnton Ingram (1)](3.0.com/dotnet/corefx/commits/release/3.0?author=corefxnton.ingram@outlo3.0
[Acid Chicken (硫酸鶏) (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=root@acid-chicken.com)
[Martin Björkström (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=martin.bjorkstrom@gmail.com)
[Benjamin Bartels (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=bartels.benjamin@tutanota.de)
[Abhi Agarwal (1)](https://github.com/dotnet/corefx/commits/release/3.0?author=abhiagarwal192@gmail.com)
## Core-Setup
[Omair Majid (5)](https://github.com/dotnet/core-setup/commits/release/3.0?author=omajid@redhat.com)
[Nickolena Fisher (1)](https://github.com/dotnet/core-setup/commits/release/3.0?author=ndfishe@gmail.com)
[Nikita Potapenko (1)](https://github.com/dotnet/core-setup/commits/release/3.0?author=dev.potapy4@hotmail.com)
[Austin Wise (1)](https://github.com/dotnet/core-setup/commits/release/3.0?author=AustinWise@gmail.com)
[Jostein Kjønigsen (1)](https://github.com/dotnet/core-setup/commits/release/3.0?author=jostein@kjonigsen.net)
[Konstantin Baladurin (1)](https://github.com/dotnet/core-setup/commits/release/3.0?author=k.baladurin@samsung.com)
## EntityFrameworkCore
[Nick Schonning (83)](https://github.com/aspnet/EntityFrameworkCore/commits/release/3.0?author=nschonni@gmail.com)
[ErikEJ (10)](https://github.com/aspnet/EntityFrameworkCore/commits/release/3.0?author=ejlskov@hotmail.com)
[Neil Bostrom (10)](https://github.com/aspnet/EntityFrameworkCore/commits/release/3.0?author=github@silvergames.net)
[Jiri Cincura ↹ (4)](https://github.com/aspnet/EntityFrameworkCore/commits/release/3.0?author=jiri@cincura.net)
[Erik Ejlskov Jensen (3)](https://github.com/aspnet/EntityFrameworkCore/commits/release/3.0?author=ErikEJ@users.noreply.github.com)
[Simon Cropp (2)](https://github.com/aspnet/EntityFrameworkCore/commits/release/3.0?author=simon.cropp@gmail.com)
[lajones (1)](https://github.com/aspnet/EntityFrameworkCore/commits/release/3.0?author=lajones@users.noreply.github.com)
[y-code (1)](https://github.com/aspnet/EntityFrameworkCore/commits/release/3.0?author=yasu.gemini@gmail.com)
[Adrian Wright (1)](https://github.com/aspnet/EntityFrameworkCore/commits/release/3.0?author=47532258+adrianwright109@users.noreply.github.com)
[Alexander Täschner (1)](https://github.com/aspnet/EntityFrameworkCore/commits/release/3.0?author=AlexanderTaeschner@googlemail.com)
[Austin Drenski (1)](https://github.com/aspnet/EntityFrameworkCore/commits/release/3.0?author=austin.drenski@gmail.com)
[Damir (1)](https://github.com/aspnet/EntityFrameworkCore/commits/release/3.0?author=dimangulov@gmail.com)
[Derek Gray (1)](https://github.com/aspnet/EntityFrameworkCore/commits/release/3.0?author=tuespetre@users.noreply.github.com)
[Erik Ejlskov Jensen (1)](https://github.com/aspnet/EntityFrameworkCore/commits/release/3.0?author=eej@cloudeon.com)
[Jiri Cincura (1)](https://github.com/aspnet/EntityFrameworkCore/commits/release/3.0?author=jiri@cincura.net)
[Matthias Beerens (1)](https://github.com/aspnet/EntityFrameworkCore/commits/release/3.0?author=3512339+Matthiee@users.noreply.github.com)
[Paul Middleton (1)](https://github.com/aspnet/EntityFrameworkCore/commits/release/3.0?author=paul.w.middleton@gmail.com)
[Rafael Almeida (1)](https://github.com/aspnet/EntityFrameworkCore/commits/release/3.0?author=ralms@ralms.net)
[Ruben (1)](https://github.com/aspnet/EntityFrameworkCore/commits/release/3.0?author=iruben91@hotmail.it)
[Ruben Cadalino (1)](https://github.com/aspnet/EntityFrameworkCore/commits/release/3.0?author=Ruben.Cadalino@dominos.co.uk)
[Stephen Kalpin (1)](https://github.com/aspnet/EntityFrameworkCore/commits/release/3.0?author=skalpin@gmail.com)
[Xavier Klausener (1)](https://github.com/aspnet/EntityFrameworkCore/commits/release/3.0?author=xklausener@reyl.com)
[jakub.pawlowski (1)](https://github.com/aspnet/EntityFrameworkCore/commits/release/3.0?author=pawlowskijakub@gmail.com)
## WCF
[Mahesh Bhelke (1)](https://github.com/dotnet/wcf/commits/release/3.0.0?author=mahesh.bhelke@nlrb.gov)
[Ivan Cronyn (1)](https://github.com/dotnet/wcf/commits/release/3.0.0?author=ivan.cronyn@gmail.com)
## WPF
[Andrey Akinshin (11)](https://github.com/dotnet/wpf/commits/release/3.0?author=andrey.akinshin@gmail.com)
[Hugh Bellamy (4)](https://github.com/dotnet/wpf/commits/release/3.0?author=hughbellars@gmail.com)
[Youssef1313 (3)](https://github.com/dotnet/wpf/commits/release/3.0?author=31348972+Youssef1313@users.noreply.github.com)
[Garfield Lee (2)](https://github.com/dotnet/wpf/commits/release/3.0?author=Garfield550@users.noreply.github.com)
[Thomas Claudius Huber (2)](https://github.com/dotnet/wpf/commits/release/3.0?author=thomas@thomasclaudiushuber.com)
[lindexi (2)](https://github.com/dotnet/wpf/commits/release/3.0?author=lindexi_gd@163.com)
[Gérald Barré (1)](https://github.com/dotnet/wpf/commits/release/3.0?author=meziantou@users.noreply.github.com)
[Shawn Kendrot (1)](https://github.com/dotnet/wpf/commits/release/3.0?author=skendrot@hotmail.com)
[SparroHawc (1)](https://github.com/dotnet/wpf/commits/release/3.0?author=sparrohawc@gmail.com)
[walterlv (1)](https://github.com/dotnet/wpf/commits/release/3.0?author=9959623+walterlv@users.noreply.github.com)
[William Kent (1)](https://github.com/dotnet/wpf/commits/release/3.0?author=wjk011@gmail.com)
[Connor Lee (1)](https://github.com/dotnet/wpf/commits/release/3.0?author=connorlee@u.boisestate.edu)
[Christopher Cook (1)](https://github.com/dotnet/wpf/commits/release/3.0?author=christopher.cook@webprofusion.com)
[alxnull (1)](https://github.com/dotnet/wpf/commits/release/3.0?author=bluegrams@users.sourceforge.net)
[Berrysoft (1)](https://github.com/dotnet/wpf/commits/release/3.0?author=37586447+Berrysoft@users.noreply.github.com)
[Bastian Schmidt (1)](https://github.com/dotnet/wpf/commits/release/3.0?author=batzen@gmx.org)
[gieniowski (1)](https://github.com/dotnet/wpf/commits/release/3.0?author=grzegorz.wroblewski.83@gmail.com)
[jonesmz (1)](https://github.com/dotnet/wpf/commits/release/3.0?author=jonesmz@users.noreply.github.com)
[lindexi (1)](https://github.com/dotnet/wpf/commits/release/3.0?author=lindexi@users.noreply.github.com)
[Kexy Biscuit (1)](https://github.com/dotnet/wpf/commits/release/3.0?author=kexybiscuit@outlook.com)
[Jack Hughes (1)](https://github.com/dotnet/wpf/commits/release/3.0?author=jhughes@openxtra.co.uk)

View file

@ -0,0 +1,157 @@
# .NET Core 3.0.0
.NET Core 3.0.0 comprises:
* .NET Core Runtime 3.0.0
* ASP.NET Core 3.0.0
* .NET Core SDK 3.0.100
See the [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0.0/3.0.0.md) for details about what is included in this update.
| | SDK Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [ARM][dotnet-sdk-win-arm.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [ARM][aspnetcore-runtime-win-arm.zip] \| <br> [Hosting Bundle][dotnet-hosting-win.exe]<sup>2</sup> |
| macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz]<sup>1</sup>
| Linux | [See installations steps below][linux-install] | [x64][dotnet-sdk-linux-x64.tar.gz] \| [ARM][dotnet-sdk-linux-arm.tar.gz] \| [ARM64][dotnet-sdk-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] | - | [x64][dotnet-runtime-linux-x64.tar.gz] \| [ARM][dotnet-runtime-linux-arm.tar.gz] \| [ARM64][dotnet-runtime-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz] | [x64][aspnetcore-runtime-linux-x64.tar.gz]<sup>1</sup> \| [ARM][aspnetcore-runtime-linux-arm.tar.gz]<sup>1</sup> \| [ARM64][aspnetcore-runtime-linux-arm64.tar.gz] \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz]<sup>1</sup> |
| RHEL6 | - | [x64][dotnet-sdk-rhel.6-x64.tar.gz] | - | [x64][dotnet-runtime-rhel.6-x64.tar.gz] | - |
| Checksums | [SDK][checksums] | - | [Runtime][checksums] | - | - |
1. Includes the .NET Core and ASP.NET Core Runtimes
2. For hosting stand-alone apps on Windows Servers. Includes the ASP.NET Core Module for IIS and can be installed separately on servers without installing .NET Core runtime.
## Docker
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Details on our Docker versioning and how to work with the images can be seen in ["Staying up-to-date with .NET Container Images"](https://devblogs.microsoft.com/dotnet/staying-up-to-date-with-net-container-images/).
## Installing .NET Core on Linux
### Install using Snap
Snap is a system which installs applications in an isolated environment and provides for automatic updates. Many distributions which are not directly supported by .NET Core can use Snaps to install. See the [list of distributions supported Snap](https://docs.snapcraft.io/installing-snapd/6735) for details.
After configuring Snap on your system, run the following command to install the latest .NET Core SDK.
`sudo snap install dotnet-sdk --classic`
When .NET Core in installed using the Snap package, the default .NET Core command is `dotnet-sdk.dotnet`, as opposed to just `dotnet`. The benefit of the namespaced command is that it will not conflict with a globally installed .NET Core version you may have. This command can be aliased to `dotnet` with:
`sudo snap alias dotnet-sdk.dotnet dotnet`
**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for a possible resolution.
### Install using a Package Manager
Before installing .NET, you will need to register the Microsoft key, register the product repository, and install required dependencies. This only needs to be done once per machine. Refer to [Setting up Linux for .NET Core][linux-setup] for the requirements.
The commands listed below do not specifically incude package managers to help with readability. Here are the package managers typically used by the Distros on which .NET Core is supported.
| Distro | Package Manager |
| --- | :----: |
| CentOS, Oracle | yum |
| Debian, Ubuntu | apt-get |
| Fedora | dnf |
| OpenSUSE, SLES | zypper |
### Develop applications
To develop applications using the .NET Core SDK, run the following command. The .NET Core runtime and ASP.NET Core runtime are included.
```bash
sudo [package manager] update or refresh
sudo [package manager] install dotnet-sdk-3.0
```
### Run applications
If you only need to run existing applications, run the following command. The .NET Core runtime and ASP.NET Core runtime are included.
```bash
sudo [package manager] update or refresh
sudo [package manager] install aspnetcore-runtime-3.0
```
### Installation from a binary archive
Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document.
```bash
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
export PATH=$PATH:$HOME/dotnet
```
## .NET Core Runtime-only installation
If only the .NET Core Runtime is needed, install `dotnet-runtime-3.0` using your package manager. If you also need ASP.NET Core functionality, installing `aspnetcore-runtime-3.0` will install both the ASP Runtime and .NET Core Runtime.
## Windows Server Hosting
If you are looking to host stand-alone apps on Servers, the following installer can be used on Windows systems.
### Windows
You can download the Windows Server Hosting installer and run the following command from an Administrator command prompt:
* [dotnet-hosting-3.0.0-win.exe][dotnet-hosting-win.exe]
This will install the ASP.NET Core Module for IIS.
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0.0/3.0.0.md
[//]: # ( Runtime 3.0.0)
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/bf608208-38aa-4a40-9b71-ae3b251e110a/bc1cecb14f75cc83dcd4bbc3309f7086/dotnet-hosting-3.0.0-win.exe
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0c5e013b-fa57-44dc-85bf-746885181278/58647e532fcc3a45209c13cdfbf30c74/dotnet-runtime-3.0.0-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/707fd000-c376-40de-9862-cabc46a344ec/82e0a3c816247bad4563c3e74655f7cf/dotnet-runtime-3.0.0-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/af1de242-ec6f-4ecd-8ed3-0a0e9a526e28/c2efbe5b8f24603e1f1160b1a48912a2/dotnet-runtime-3.0.0-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a5ff9cbb-d558-49d1-9fd2-410cb1c8b095/a940644f4133b81446cb3733a620983a/dotnet-runtime-3.0.0-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/1b09851c-1c1a-4aeb-a94a-7065db8741c0/b22a0b5501191fe1a263913d8ed11b2e/dotnet-runtime-3.0.0-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/68123d89-73c0-40b0-ba9b-93667c25663b/001f66f8ec4666421acc16f74209aa99/dotnet-runtime-3.0.0-osx-x64.tar.gz
[dotnet-runtime-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/d78bd3a0-3f8b-4bae-abc4-cd1537d7ed75/3fe2e28ee47a80e44838a4e22d07284b/dotnet-runtime-3.0.0-rhel.6-x64.tar.gz
[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/a29804d8-da5a-4351-b93f-216b19ae462c/77563df12d57f63bd812f9894b0a2091/dotnet-runtime-3.0.0-win-arm.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/b3b81103-619a-48d8-ac1b-e03bbe153b7c/566b0f50872164abd1478a5b3ec38ffa/dotnet-runtime-3.0.0-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/f15b7c04-2900-4a14-9c01-ccd66a4323cc/17a6bbd44f0d0a85d219dd9e166a89ca/dotnet-runtime-3.0.0-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/ffc76eb1-6293-46e9-8d31-ad804995f870/ccf2eeafb0bdf336a092bfdd52a0dfca/dotnet-runtime-3.0.0-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/14f591bd-dcf0-4d7a-a8b4-2dbe74e97b4b/e410693fc33adb8c61ff836c6d4a8119/dotnet-runtime-3.0.0-win-x86.zip
[dotnet-targeting-pack-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/239d7cd9-643b-43c9-9a60-8274340d8580/0631fc7e063b168ee89a2b53af64f7d8/dotnet-targeting-pack-3.0.0-osx-x64.pkg
[netstandard-targeting-pack-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/5d558117-f5e7-449b-b7ff-c7f1075397ea/1414784b285bd658ded76910f3e50b52/netstandard-targeting-pack-2.1.0-osx-x64.pkg
[windowsdesktop-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/fe9d105b-5d40-4f12-b238-6b6e1af9f812/341fc13950347d95fef8522cb3d77009/windowsdesktop-runtime-3.0.0-win-x64.exe
[windowsdesktop-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/03f6f2e1-bc0f-4185-b5c2-8399d5b3aac4/96f0664754609069159b7acd19772c77/windowsdesktop-runtime-3.0.0-win-x86.exe
[//]: # ( ASP 3.0.0)
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/e9d4b012-a877-443c-8344-72ef910c86dd/b5e729b532d7b3b5488c97764bd0fb8e/aspnetcore-runtime-3.0.0-linux-arm.tar.gz
[aspnetcore-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5cbf9f66-7945-43e2-9b7c-351f900e9893/2fcd48f3d4db99283ebdb46daf9bacec/aspnetcore-runtime-3.0.0-linux-arm64.tar.gz
[aspnetcore-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/405f67c3-612c-4976-862a-9ce47e84c501/2658cc4eeb24a49f6670fe658b62268b/aspnetcore-runtime-3.0.0-linux-musl-arm64.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/2dd89dc5-add5-4582-9a72-7c55f447a069/ef2d3aa1e91e837a8400d5e69fc6952f/aspnetcore-runtime-3.0.0-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b0c44e05-b7a1-4221-94ec-a0c0d3a11eed/afc61567dd6db8f097e244871889458c/aspnetcore-runtime-3.0.0-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/3ab4125a-c616-4aec-8fdb-763039e99f1c/08a6d2546fbbd4b1b959e6a3da3b9eb4/aspnetcore-runtime-3.0.0-osx-x64.tar.gz
[aspnetcore-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/a7d46559-0da7-4850-9c7f-59070923600e/4cf0abb8decc6ccf0f4a5e7195136da9/aspnetcore-runtime-3.0.0-win-arm.zip
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/173b8a01-e65b-4880-af6e-12e45a865c69/f2529ad22ce8eeb0f28fd48dead5459a/aspnetcore-runtime-3.0.0-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/02a17191-e966-4b89-9312-2cbad04fa8bd/0bd4537f7683f2c4d3986d30bfbb4344/aspnetcore-runtime-3.0.0-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/cf69fd0f-6790-47bb-9243-e066387ee690/7352473dfba8771278e95f60b9193401/aspnetcore-runtime-3.0.0-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/2723329d-d208-4ffa-990e-bbdd00ec56d7/0be01dcf5d4be996218da524a046ca31/aspnetcore-runtime-3.0.0-win-x86.zip
[aspnetcore-targeting-pack.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b59cd26f-fc90-4984-8363-b0b218486795/f6d9be56b63efcdaf2cf231a47ca0599/aspnetcore-targeting-pack-3.0.0.tar.gz
[aspnetcore-targeting-pack.zip]: https://download.visualstudio.microsoft.com/download/pr/c603586c-855f-49b4-b95f-54ac9f31bac0/d6c8a96d143fe7738b9ba6d927e70d6b/aspnetcore-targeting-pack-3.0.0.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/bf608208-38aa-4a40-9b71-ae3b251e110a/bc1cecb14f75cc83dcd4bbc3309f7086/dotnet-hosting-3.0.0-win.exe
[//]: # ( SDK 3.0.100 )
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8ddb8193-f88c-4c4b-82a3-39fcced27e91/b8e0b9bf4cf77dff09ff86cc1a73960b/dotnet-sdk-3.0.100-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/cbc83a0e-895c-4959-99d9-21cd11596e64/b0e59c2ba2bd3ef0f592acbeae7ab27d/dotnet-sdk-3.0.100-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f9dc42c0-9b15-44e6-9d9b-ef341fdbf1a7/78b16d311f1c4366fed65e69eaece49d/dotnet-sdk-3.0.100-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/886b4a4c-30af-454b-8bec-81c72b7b4e1f/d1a0c8de9abb36d8535363ede4a15de6/dotnet-sdk-3.0.100-linux-x64.tar.gz
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/5c281f95-91c4-499d-baa2-31fec919047a/38c6964d72438ac30032bce516b655d9/dotnet-sdk-3.0.100-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b9251194-4118-41cb-ae05-6763fb002e5d/1d398b4e97069fa4968628080b617587/dotnet-sdk-3.0.100-osx-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5d6a0da0-2da2-4c2c-ba9c-f086566d527f/7e2b7492d4142ae6e7d7c6a561f71cc0/dotnet-sdk-3.0.100-rhel.6-x64.tar.gz
[dotnet-sdk-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/96e49889-2fc3-4d67-b89b-12dc6f67da74/bad15c477c4514d2faef8ab8e1bf42fc/dotnet-sdk-3.0.100-win-arm.zip
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/53f250a1-318f-4350-8bda-3c6e49f40e76/e8cbbd98b08edd6222125268166cfc43/dotnet-sdk-3.0.100-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/a24f4f34-ada1-433a-a437-5bc85fc2576a/7e886d06729949c15c96fe7e70faa8ae/dotnet-sdk-3.0.100-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/16378a9f-1291-4c34-8625-ab4dfebfb74a/096945940a346e326368c070b8ecc050/dotnet-sdk-3.0.100-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/8bcb1316-76a0-4ec9-a8b4-4a5da79dff36/32458bba334f532ceab30f2f7cbacce1/dotnet-sdk-3.0.100-win-x86.zip
[checksums]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-sha.txt
[linux-install]: https://www.microsoft.com/net/download/linux
[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/

View file

@ -0,0 +1,167 @@
# .NET Core 3.0.0 - September 23, 2019
.NET Core 3.0.0 is available for download and usage in your environment. This release includes .NET Core 3.0.0 and .NET Core SDK 3.0.100.
**Visual Studio compatibility:** .NET Core 3.0.0 requires Visual Studio 2019 16.3 GA to take full advantage of all its features. .NET Core 3.0.0 will not work properly in earlier versions of Visual Studio.
* [Changes in this release](#notable-changes-in-300)
* [Known issues](https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview-known-issues.md)
* [Downloads](https://dotnet.microsoft.com/download/dotnet-core/3.0)
The .NET Core SDK 3.0.100 includes .NET Core 3.0 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 3.0.100, the following command will show that you're running version `3.0.100` of the tools.
`dotnet --version`
Your feedback is important and appreciated. We've created an issue at [dotnet/core #3429](https://github.com/dotnet/core/issues/3429) for your questions and comments.
## Blog Roundup
* [.NET Core 3.0 GA][dotnet-blog]
* [ASP.NET Core][aspnet-blog]
We added multiple improvements and additions to .NET Core 3.0 with the help from an incredible array of folks. A big thank you goes out to [everybody who contributed](3.0.0-contrib.md) in this effort.
## Release metadata (release.json)
The releases.json files (e.g. [3.0 releases.json](https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/3.0/releases.json)) are comprehensive metadata files which capture the details of each .NET Core release. These files, along with the top level [releases-index.json](https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json), are becoming increasingly important .NET Core release assets which you can use to discover details about all .NET Core releases.
These files, one for each major.minor channel (e.g. 2.1, 3.0), are already relied upon by many in the community to detect when updates for .NET Core are available and discover security update information.
### [releases-index.json](https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json)
The index provides summary information concerning the latest release in each version channel and related `releases.json` endpoints for detailed data.
```JSON
{
"releases-index": [
{
"channel-version": "3.0",
"latest-release": "3.0.0",
"latest-release-date": "2019-09-23",
"security": false,
"latest-runtime": "3.0.0",
"latest-sdk": "3.0.100",
"product": ".NET Core",
"support-phase": "current",
"eol-date": null,
"releases.json": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/3.0/releases.json"
},
...
```
### [releases.json](https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/2.1/releases.json)
In addition to the summary information described in `release-index.json`, the `release.json` files provide further details for each release including file download endpoints and file hashes for validation.
```JSON
{
"release-date": "2019-07-09",
"release-version": "2.1.12",
"security": true,
"cve-list": [
{
"cve-id": " CVE-2019-1075",
"cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1075"
}
],
"release-notes": "https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.12/2.1.12.md",
"runtime": {
"version": "2.1.12",
"version-display": "2.1.12",
"vs-version": "15.9.13, 16.1.3, 16.2.0",
"files": [
{
"name": "dotnet-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/f759670e-1f8d-4f1a-8eb7-58b95f94c68c/69eca04ca138dc6c3caa160bd1b891d1/dotnet-runtime-2.1.12-linux-arm.tar.gz",
"hash": "DA041CB2AFA557E70D00039FDDACAFE48DF28B8DA9C06F790CC841ECABA496F00880EF3349731860835007FA12F0AEF7D50D5EB200297AF5E37F4503C62ACECA"
},
...
```
## Docker Images
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Details on our Docker versioning and how to work with the images can be seen in ["Staying up-to-date with .NET Container Images"](https://blogs.msdn.microsoft.com/dotnet/2018/06/18/staying-up-to-date-with-net-container-images/).
The following repos have been updated
* [microsoft/dotnet](https://hub.docker.com/r/microsoft/dotnet)
* [microsoft/dotnet-samples](https://hub.docker.com/r/microsoft/dotnet-samples)
## Notable Changes in 3.0.0
Here are some of the additions and updates we're excited to bring in 3.0 GA. See the [.NET][dotnet-blog] and [ASP.NET Core][aspnet-blog] blogs for additional details.
* CoreCLR: [bugs][coreclr_bugs] | [features][coreclr_features]
* CoreFX: [bugs][corefx_bugs] | [features][corefx_features]
* ASP.NET Core: [bugs][aspnet_bugs] | [features][aspnet_features]
* [API Changes in GA](https://github.com/dotnet/core/tree/master/release-notes/3.0/preview/api-diff/ga)
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0.0/3.0.0.md
[//]: # ( Runtime 3.0.0)
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/bf608208-38aa-4a40-9b71-ae3b251e110a/bc1cecb14f75cc83dcd4bbc3309f7086/dotnet-hosting-3.0.0-win.exe
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0c5e013b-fa57-44dc-85bf-746885181278/58647e532fcc3a45209c13cdfbf30c74/dotnet-runtime-3.0.0-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/707fd000-c376-40de-9862-cabc46a344ec/82e0a3c816247bad4563c3e74655f7cf/dotnet-runtime-3.0.0-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/af1de242-ec6f-4ecd-8ed3-0a0e9a526e28/c2efbe5b8f24603e1f1160b1a48912a2/dotnet-runtime-3.0.0-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a5ff9cbb-d558-49d1-9fd2-410cb1c8b095/a940644f4133b81446cb3733a620983a/dotnet-runtime-3.0.0-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/1b09851c-1c1a-4aeb-a94a-7065db8741c0/b22a0b5501191fe1a263913d8ed11b2e/dotnet-runtime-3.0.0-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/68123d89-73c0-40b0-ba9b-93667c25663b/001f66f8ec4666421acc16f74209aa99/dotnet-runtime-3.0.0-osx-x64.tar.gz
[dotnet-runtime-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/d78bd3a0-3f8b-4bae-abc4-cd1537d7ed75/3fe2e28ee47a80e44838a4e22d07284b/dotnet-runtime-3.0.0-rhel.6-x64.tar.gz
[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/a29804d8-da5a-4351-b93f-216b19ae462c/77563df12d57f63bd812f9894b0a2091/dotnet-runtime-3.0.0-win-arm.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/b3b81103-619a-48d8-ac1b-e03bbe153b7c/566b0f50872164abd1478a5b3ec38ffa/dotnet-runtime-3.0.0-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/f15b7c04-2900-4a14-9c01-ccd66a4323cc/17a6bbd44f0d0a85d219dd9e166a89ca/dotnet-runtime-3.0.0-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/ffc76eb1-6293-46e9-8d31-ad804995f870/ccf2eeafb0bdf336a092bfdd52a0dfca/dotnet-runtime-3.0.0-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/14f591bd-dcf0-4d7a-a8b4-2dbe74e97b4b/e410693fc33adb8c61ff836c6d4a8119/dotnet-runtime-3.0.0-win-x86.zip
[dotnet-targeting-pack-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/239d7cd9-643b-43c9-9a60-8274340d8580/0631fc7e063b168ee89a2b53af64f7d8/dotnet-targeting-pack-3.0.0-osx-x64.pkg
[netstandard-targeting-pack-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/5d558117-f5e7-449b-b7ff-c7f1075397ea/1414784b285bd658ded76910f3e50b52/netstandard-targeting-pack-2.1.0-osx-x64.pkg
[windowsdesktop-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/fe9d105b-5d40-4f12-b238-6b6e1af9f812/341fc13950347d95fef8522cb3d77009/windowsdesktop-runtime-3.0.0-win-x64.exe
[windowsdesktop-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/03f6f2e1-bc0f-4185-b5c2-8399d5b3aac4/96f0664754609069159b7acd19772c77/windowsdesktop-runtime-3.0.0-win-x86.exe
[//]: # ( ASP 3.0.0)
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/e9d4b012-a877-443c-8344-72ef910c86dd/b5e729b532d7b3b5488c97764bd0fb8e/aspnetcore-runtime-3.0.0-linux-arm.tar.gz
[aspnetcore-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5cbf9f66-7945-43e2-9b7c-351f900e9893/2fcd48f3d4db99283ebdb46daf9bacec/aspnetcore-runtime-3.0.0-linux-arm64.tar.gz
[aspnetcore-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/405f67c3-612c-4976-862a-9ce47e84c501/2658cc4eeb24a49f6670fe658b62268b/aspnetcore-runtime-3.0.0-linux-musl-arm64.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/2dd89dc5-add5-4582-9a72-7c55f447a069/ef2d3aa1e91e837a8400d5e69fc6952f/aspnetcore-runtime-3.0.0-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b0c44e05-b7a1-4221-94ec-a0c0d3a11eed/afc61567dd6db8f097e244871889458c/aspnetcore-runtime-3.0.0-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/3ab4125a-c616-4aec-8fdb-763039e99f1c/08a6d2546fbbd4b1b959e6a3da3b9eb4/aspnetcore-runtime-3.0.0-osx-x64.tar.gz
[aspnetcore-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/a7d46559-0da7-4850-9c7f-59070923600e/4cf0abb8decc6ccf0f4a5e7195136da9/aspnetcore-runtime-3.0.0-win-arm.zip
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/173b8a01-e65b-4880-af6e-12e45a865c69/f2529ad22ce8eeb0f28fd48dead5459a/aspnetcore-runtime-3.0.0-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/02a17191-e966-4b89-9312-2cbad04fa8bd/0bd4537f7683f2c4d3986d30bfbb4344/aspnetcore-runtime-3.0.0-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/cf69fd0f-6790-47bb-9243-e066387ee690/7352473dfba8771278e95f60b9193401/aspnetcore-runtime-3.0.0-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/2723329d-d208-4ffa-990e-bbdd00ec56d7/0be01dcf5d4be996218da524a046ca31/aspnetcore-runtime-3.0.0-win-x86.zip
[aspnetcore-targeting-pack.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b59cd26f-fc90-4984-8363-b0b218486795/f6d9be56b63efcdaf2cf231a47ca0599/aspnetcore-targeting-pack-3.0.0.tar.gz
[aspnetcore-targeting-pack.zip]: https://download.visualstudio.microsoft.com/download/pr/c603586c-855f-49b4-b95f-54ac9f31bac0/d6c8a96d143fe7738b9ba6d927e70d6b/aspnetcore-targeting-pack-3.0.0.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/bf608208-38aa-4a40-9b71-ae3b251e110a/bc1cecb14f75cc83dcd4bbc3309f7086/dotnet-hosting-3.0.0-win.exe
[//]: # ( SDK 3.0.100 )
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8ddb8193-f88c-4c4b-82a3-39fcced27e91/b8e0b9bf4cf77dff09ff86cc1a73960b/dotnet-sdk-3.0.100-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/cbc83a0e-895c-4959-99d9-21cd11596e64/b0e59c2ba2bd3ef0f592acbeae7ab27d/dotnet-sdk-3.0.100-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f9dc42c0-9b15-44e6-9d9b-ef341fdbf1a7/78b16d311f1c4366fed65e69eaece49d/dotnet-sdk-3.0.100-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/886b4a4c-30af-454b-8bec-81c72b7b4e1f/d1a0c8de9abb36d8535363ede4a15de6/dotnet-sdk-3.0.100-linux-x64.tar.gz
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/5c281f95-91c4-499d-baa2-31fec919047a/38c6964d72438ac30032bce516b655d9/dotnet-sdk-3.0.100-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b9251194-4118-41cb-ae05-6763fb002e5d/1d398b4e97069fa4968628080b617587/dotnet-sdk-3.0.100-osx-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5d6a0da0-2da2-4c2c-ba9c-f086566d527f/7e2b7492d4142ae6e7d7c6a561f71cc0/dotnet-sdk-3.0.100-rhel.6-x64.tar.gz
[dotnet-sdk-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/96e49889-2fc3-4d67-b89b-12dc6f67da74/bad15c477c4514d2faef8ab8e1bf42fc/dotnet-sdk-3.0.100-win-arm.zip
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/53f250a1-318f-4350-8bda-3c6e49f40e76/e8cbbd98b08edd6222125268166cfc43/dotnet-sdk-3.0.100-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/a24f4f34-ada1-433a-a437-5bc85fc2576a/7e886d06729949c15c96fe7e70faa8ae/dotnet-sdk-3.0.100-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/16378a9f-1291-4c34-8625-ab4dfebfb74a/096945940a346e326368c070b8ecc050/dotnet-sdk-3.0.100-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/8bcb1316-76a0-4ec9-a8b4-4a5da79dff36/32458bba334f532ceab30f2f7cbacce1/dotnet-sdk-3.0.100-win-x86.zip
[checksums]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-sha.txt
[linux-install]: https://www.microsoft.com/net/download/linux
[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0/
[aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0/
[ef-blog]: https://devblogs.microsoft.com/dotnet/announcing-ef-core-3-0-and-ef-6-3-general-availability
[aspnet_bugs]: https://github.com/aspnet/AspNetCore/issues?q=is%3Aissue+milestone%3A3.0.0+label%3ADone+label%3Abug
[aspnet_features]: https://github.com/aspnet/AspNetCore/issues?q=is%3Aissue+milestone%3A3.0.0+label%3ADone+label%3Aenhancement
[coreclr_bugs]: https://github.com/dotnet/coreclr/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A3.0+label%3Abug+
[coreclr_features]: https://github.com/dotnet/coreclr/issues?q=is%3Aissue+milestone%3A3.0+label%3Aenhancement
[corefx_bugs]: https://github.com/dotnet/corefx/issues?q=is%3Aissue+milestone%3A3.0+label%3Abug
[corefx_features]: https://github.com/dotnet/corefx/issues?q=is%3Aissue+milestone%3A3.0+label%3Aenhancement

View file

@ -4,6 +4,7 @@ The following .NET Core 3.0 releases have been shipped. You must be on the lates
| Release Date | Description | | |
| :-- | :-- | :--: | :-- |
| 2019/09/23 | 3.0.0 | [release notes](./3.0.0/3.0.0.md)/[download](./3.0.0/3.0.0-download.md) | - |
| 2019/09/16 | 3.0.0 RC 1 | [release notes](./preview/3.0.0-rc1.md)/[download](./preview/3.0.0-rc1-download.md) | - |
| 2019/09/04 | 3.0.0 Preview 9 | [release notes](./preview/3.0.0-preview9.md)/[download](./preview/3.0.0-preview9-download.md) | - |
| 2019/08/13 | 3.0.0 Preview 8 | [release notes](./preview/3.0.0-preview8.md)/[download](./preview/3.0.0-preview8-download.md) | - |

View file

@ -1,6 +1,6 @@
# .NET Core 3.0 Preview Known Issues
# .NET Core 3.0 Known Issues
This document lists known issues for **.NET Core 3.0 Preview releases** which may be encountered during usage.
This document lists known issues for **.NET Core 3.0 GA and Preview releases** which may be encountered during usage.
## .NET Core

View file

@ -1,18 +1,436 @@
{
"channel-version": "3.0",
"latest-release": "3.0.0-rc1",
"latest-release-date": "2019-09-16",
"latest-runtime": "3.0.0-rc1-19456-20",
"latest-sdk": "3.0.100-rc1-014190",
"support-phase": "preview",
"latest-release": "3.0.0",
"latest-release-date": "2019-09-23",
"latest-runtime": "3.0.0",
"latest-sdk": "3.0.100",
"support-phase": "current",
"lifecycle-policy": "https://www.microsoft.com/net/support/policy",
"releases": [
{
"release-date": "2019-09-23",
"release-version": "3.0.0",
"security": false,
"cve-list": [],
"release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0.0/3.0.0.md",
"runtime": {
"version": "3.0.0",
"version-display": "3.0.0",
"vs-version": "16.3",
"files": [
{
"name": "dotnet-hosting-win.exe",
"rid": "win-x86_x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/bf608208-38aa-4a40-9b71-ae3b251e110a/bc1cecb14f75cc83dcd4bbc3309f7086/dotnet-hosting-3.0.0-win.exe",
"hash": "37578fef13f245e62931f2cc6ec4deee02baca707522c12dedbf3f11fc6418163736ab384de3c917a6c9a885dfa8c0a51cd3bbfcf7f71f441de5b87006d195ee"
},
{
"name": "dotnet-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/0c5e013b-fa57-44dc-85bf-746885181278/58647e532fcc3a45209c13cdfbf30c74/dotnet-runtime-3.0.0-linux-arm.tar.gz",
"hash": "b48854509ade35c3b74e462e45ad08ca5d08e536eaf52ae948b28769b5c7c29b29e287ce746ab040b43195dfde59cd734aacc88871644faf6a40490818bf350c"
},
{
"name": "dotnet-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
"url": "https://download.visualstudio.microsoft.com/download/pr/707fd000-c376-40de-9862-cabc46a344ec/82e0a3c816247bad4563c3e74655f7cf/dotnet-runtime-3.0.0-linux-arm64.tar.gz",
"hash": "dc342ec40a39d0a179330d2bbffcedd3f2dc457c27b5b59065b7c0e5e18db3b7662599c2e0421a1457ff2a0824b17b6331885224fe62fdb1b59101655bc88968"
},
{
"name": "dotnet-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/af1de242-ec6f-4ecd-8ed3-0a0e9a526e28/c2efbe5b8f24603e1f1160b1a48912a2/dotnet-runtime-3.0.0-linux-musl-x64.tar.gz",
"hash": "a7382fbfabbfe859a66151760f199799d093a88c50a6f2fd97f31a7d6d688d9978526b9637c5e10b95a3155f76d5032cc7f054bb168915eeacf0dd759ada8b54"
},
{
"name": "dotnet-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/a5ff9cbb-d558-49d1-9fd2-410cb1c8b095/a940644f4133b81446cb3733a620983a/dotnet-runtime-3.0.0-linux-x64.tar.gz",
"hash": "0cabf85877eb3ee0415e6f8de9390c95ec90fa8f5a0fdb104f1163924fd52d89932a51c2e07b5c13a6b9802d5b6962676042a586ec8aff4f2a641d33c6c84dec"
},
{
"name": "dotnet-runtime-osx-x64.pkg",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/1b09851c-1c1a-4aeb-a94a-7065db8741c0/b22a0b5501191fe1a263913d8ed11b2e/dotnet-runtime-3.0.0-osx-x64.pkg",
"hash": "4f57fbb6b4a2632e0a335cf17d0b8b7337951580dc207488b8ed32c234c1a5ff64963190d45303bc98f4ef3bf19799cadeb35036225a98ecf12b0727edd10b22"
},
{
"name": "dotnet-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/68123d89-73c0-40b0-ba9b-93667c25663b/001f66f8ec4666421acc16f74209aa99/dotnet-runtime-3.0.0-osx-x64.tar.gz",
"hash": "e5fa486e51230164b11bd377fd115a181cd6ec1c1d9c25d8af7c930cff16607e59fc2551f2db1bd57861c7fa44127fee8006886ebcceca18da98d992fd4163a5"
},
{
"name": "dotnet-runtime-rhel.6-x64.tar.gz",
"rid": "rhel.6-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/d78bd3a0-3f8b-4bae-abc4-cd1537d7ed75/3fe2e28ee47a80e44838a4e22d07284b/dotnet-runtime-3.0.0-rhel.6-x64.tar.gz",
"hash": "587a66e77bac6a0823e12fa8122443402483a49c2f4e7352299c9dd5a1a4be0dd406c43e712ef3f03fe787ac0640b6f2084e2e6c6f3709fffb0319b7721fdb02"
},
{
"name": "dotnet-runtime-win-arm.zip",
"rid": "win-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/a29804d8-da5a-4351-b93f-216b19ae462c/77563df12d57f63bd812f9894b0a2091/dotnet-runtime-3.0.0-win-arm.zip",
"hash": "317f61fb3367b59e1ebbfaa35b7eb5c63c8794ef81b455c9df4d151df499e47e7fc5d9d14ba36797b48cbdae749300573355855b2b67312f62ce97dc89089da5"
},
{
"name": "dotnet-runtime-win-x64.exe",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/b3b81103-619a-48d8-ac1b-e03bbe153b7c/566b0f50872164abd1478a5b3ec38ffa/dotnet-runtime-3.0.0-win-x64.exe",
"hash": "713b7480ccb761819085199d81c29830b15f753e6fde0ff618e8e401f7119c5213f3127db3bb09b1a063bb435e4ed9949f3461ccfd4408c241d206bff13e6ce6"
},
{
"name": "dotnet-runtime-win-x64.zip",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/f15b7c04-2900-4a14-9c01-ccd66a4323cc/17a6bbd44f0d0a85d219dd9e166a89ca/dotnet-runtime-3.0.0-win-x64.zip",
"hash": "9cab40057badcad236cd4855fcccb2acab150fa85c26b9c794f1eeab28c6ed5f0e338da5dec0ab4a8ba3a1af5f0feada987bae0d456dacef6858736a6033f4c5"
},
{
"name": "dotnet-runtime-win-x86.exe",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/ffc76eb1-6293-46e9-8d31-ad804995f870/ccf2eeafb0bdf336a092bfdd52a0dfca/dotnet-runtime-3.0.0-win-x86.exe",
"hash": "9354f1b8627c61b1dd5d0266e4c9110bce7acac8055912617de7e407b03b7901f3a748a311e86845deead870e3359293d7f0ec1ad9f75c120d3ada284c03ee27"
},
{
"name": "dotnet-runtime-win-x86.zip",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/14f591bd-dcf0-4d7a-a8b4-2dbe74e97b4b/e410693fc33adb8c61ff836c6d4a8119/dotnet-runtime-3.0.0-win-x86.zip",
"hash": "3f83b575fbe285473acdd1c63323d2a1a2e1b7199c6ed2628578050e257e998503e746538a8413b6d1740c3b5852debeae46579fef0ae24fe538268b93a3b9d3"
},
{
"name": "dotnet-targeting-pack-osx-x64.pkg",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/239d7cd9-643b-43c9-9a60-8274340d8580/0631fc7e063b168ee89a2b53af64f7d8/dotnet-targeting-pack-3.0.0-osx-x64.pkg",
"hash": "67ac77f1b299ce386f04d14c5dc63a30a28d58082080a5677031ac4eb7035de113b77666c493f54487d05217cf9ffc04c81614d30dd5dbcd96f0db7bdac4ad10"
},
{
"name": "netstandard-targeting-pack-osx-x64.pkg",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/5d558117-f5e7-449b-b7ff-c7f1075397ea/1414784b285bd658ded76910f3e50b52/netstandard-targeting-pack-2.1.0-osx-x64.pkg",
"hash": "66463237d195e31ba520503ee2896836e32c0d64d66f8617ceb38185fb486cb1f80d1ec7278a6444ae5d35f1d1da5238c3cebbdd9244fa062547f770d7eb20c9"
},
{
"name": "windowsdesktop-runtime-win-x64.exe",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/fe9d105b-5d40-4f12-b238-6b6e1af9f812/341fc13950347d95fef8522cb3d77009/windowsdesktop-runtime-3.0.0-win-x64.exe",
"hash": "381bd27252a89485fd6436bfd8be7abdb89a269220ea59b25d5a8b1899478c3aa7bd3ef7c2eb1347af7aa9ebaf76a7d13aeace6705c69dd3e0b2d6fd431909df"
},
{
"name": "windowsdesktop-runtime-win-x86.exe",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/03f6f2e1-bc0f-4185-b5c2-8399d5b3aac4/96f0664754609069159b7acd19772c77/windowsdesktop-runtime-3.0.0-win-x86.exe",
"hash": "736bb1c75085c3164b2aa3144eaf1747f461ab0436ede95b324717080d95268b97e3148ba303d64cb0278023b944b95c42c8b6f2e188631dc4c6425c9d364baf"
}
]
},
"sdk": {
"version": "3.0.100",
"version-display": "3.0.100",
"runtime-version": "3.0.0",
"vs-version": "16.3",
"vs-support": "Visual Studio 2019 (v16.3)",
"csharp-version": "8.0",
"fsharp-version": "4.6",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/8ddb8193-f88c-4c4b-82a3-39fcced27e91/b8e0b9bf4cf77dff09ff86cc1a73960b/dotnet-sdk-3.0.100-linux-arm.tar.gz",
"hash": "c81dddb0b2db8e29762f222f8dc15b8f3fdf939226c4015d2d919b8faaece503c7bbe0ceeec3e8dc27ad9ca29d027bb1164ac9901f7bbf9c5e4a793e4111d45d"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
"url": "https://download.visualstudio.microsoft.com/download/pr/cbc83a0e-895c-4959-99d9-21cd11596e64/b0e59c2ba2bd3ef0f592acbeae7ab27d/dotnet-sdk-3.0.100-linux-arm64.tar.gz",
"hash": "18c3bc07c4486381f54d4b40eb8401bf56c14fef5febc4639e3134d74ce66172d1e66c2dea9684ad727f08e9dd7e89d74535a8642fb2a2203445483293f3b3c3"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/f9dc42c0-9b15-44e6-9d9b-ef341fdbf1a7/78b16d311f1c4366fed65e69eaece49d/dotnet-sdk-3.0.100-linux-musl-x64.tar.gz",
"hash": "b2b42c7e33bdb492c7f25c615cfc57c9ca3222d4492d59829f2d683cb40a3d18d648195d21f4e519fd187f40d69e2977ccc3d993c5aefc5cb0a23cd496f344dc"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/886b4a4c-30af-454b-8bec-81c72b7b4e1f/d1a0c8de9abb36d8535363ede4a15de6/dotnet-sdk-3.0.100-linux-x64.tar.gz",
"hash": "766da31f9a0bcfbf0f12c91ea68354eb509ac2111879d55b656f19299c6ea1c005d31460dac7c2a4ef82b3edfea30232c82ba301fb52c0ff268d3e3a1b73d8f7"
},
{
"name": "dotnet-sdk-osx-gs-x64.pkg",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/1d39b7b6-e01f-4299-9521-7ed37602dac0/ef3031ee9605d3e7f3aa74efd444887d/dotnet-sdk-3.0.100-osx-gs-x64.pkg",
"hash": "c44d0936766e0b04209a1cbe9ab93d7c12e8c57b9f52eaba251eb7df2d9f31a5efd97967215cb71fae08ab48ff9e6f0b51e8f2f0c57a7971fdb04cf5c63a77e5"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/5c281f95-91c4-499d-baa2-31fec919047a/38c6964d72438ac30032bce516b655d9/dotnet-sdk-3.0.100-osx-x64.pkg",
"hash": "92654688a279c4659e87e35320187099ca67315e396003699caaf9caace932a5ffde0570c2c68b194ca80713cff28dc95f3aa8f3d3007e2d3125203a9e3faa1c"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/b9251194-4118-41cb-ae05-6763fb002e5d/1d398b4e97069fa4968628080b617587/dotnet-sdk-3.0.100-osx-x64.tar.gz",
"hash": "a4cb957150aad313da813d6830c2471787e7422aca8b7d47be6c10c1c54124425833a407eef5cc2459df1d79c009a32c1f855967b8ab1764b267e16b7dd79a08"
},
{
"name": "dotnet-sdk-rhel.6-x64.tar.gz",
"rid": "rhel.6-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/5d6a0da0-2da2-4c2c-ba9c-f086566d527f/7e2b7492d4142ae6e7d7c6a561f71cc0/dotnet-sdk-3.0.100-rhel.6-x64.tar.gz",
"hash": "cdc4ff53ed659f00e2888b93a8464967f0c9a4ae157234ced5e67ac23e36599528521ee3d187cde5be7f4aee932eed6ddffed92975b5b337ae82453862fd8635"
},
{
"name": "dotnet-sdk-win-arm.zip",
"rid": "win-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/96e49889-2fc3-4d67-b89b-12dc6f67da74/bad15c477c4514d2faef8ab8e1bf42fc/dotnet-sdk-3.0.100-win-arm.zip",
"hash": "e858f4db61937eb71eaa93b3382ea556ea8a22dee49767c642a38eb2ffca29c25f0676adf084fda233820e5bc5bb3f9f825e30afc41cc177ec50497a97077842"
},
{
"name": "dotnet-sdk-win-gs-x64.exe",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/8a382be6-d34e-4a15-92a1-e49fe2fa54d6/0038e8d5447470750098f8db5d836561/dotnet-sdk-3.0.100-win-gs-x64.exe",
"hash": "2b353ca10cd5865a996ac707a8d548dc300e3676383e35930dfab97a16863a8d8e2056d4ecc3b863d10ff22b9e7cd0a874e016f45d77f9c5a02e5e7e821e6a7d"
},
{
"name": "dotnet-sdk-win-gs-x86.exe",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/8af457b6-8a58-4b61-a2b7-ee4fbeb0519b/190a2414988b3403cd66d4ef28dc9c55/dotnet-sdk-3.0.100-win-gs-x86.exe",
"hash": "d5223e9526eadff3d80047ccc8d32c569b0eeed8372460f93d489544696bd6b4f053e5ab93730da4b4031f3d4d4b1c19f1ce30da6e7c1305b4dfea0ff91312d4"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/53f250a1-318f-4350-8bda-3c6e49f40e76/e8cbbd98b08edd6222125268166cfc43/dotnet-sdk-3.0.100-win-x64.exe",
"hash": "2b353ca10cd5865a996ac707a8d548dc300e3676383e35930dfab97a16863a8d8e2056d4ecc3b863d10ff22b9e7cd0a874e016f45d77f9c5a02e5e7e821e6a7d"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/a24f4f34-ada1-433a-a437-5bc85fc2576a/7e886d06729949c15c96fe7e70faa8ae/dotnet-sdk-3.0.100-win-x64.zip",
"hash": "c5f9a483bece13e3edd6fb2414191cf8b782767b21623d08a1c27578fac3798bd145e8a2b3867e74667accebf4353aa00920ed39298d7bc9790c0c82bbc3aa87"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/16378a9f-1291-4c34-8625-ab4dfebfb74a/096945940a346e326368c070b8ecc050/dotnet-sdk-3.0.100-win-x86.exe",
"hash": "d5223e9526eadff3d80047ccc8d32c569b0eeed8372460f93d489544696bd6b4f053e5ab93730da4b4031f3d4d4b1c19f1ce30da6e7c1305b4dfea0ff91312d4"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/8bcb1316-76a0-4ec9-a8b4-4a5da79dff36/32458bba334f532ceab30f2f7cbacce1/dotnet-sdk-3.0.100-win-x86.zip",
"hash": "dc2bee9336aed555f42ed08205fbafbb8b30f2401bac8d506aa0c2fe4adb0167de67fbb06c47c4ec1ab43e9eee5ee4574ff21b72c7efbdf58a9edc46cbb27249"
}
]
},
"sdks": [
{
"version": "3.0.100",
"version-display": "3.0.100",
"runtime-version": "3.0.0",
"vs-version": "16.3",
"vs-support": "Visual Studio 2019 (v16.3)",
"csharp-version": "8.0",
"fsharp-version": "4.6",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/8ddb8193-f88c-4c4b-82a3-39fcced27e91/b8e0b9bf4cf77dff09ff86cc1a73960b/dotnet-sdk-3.0.100-linux-arm.tar.gz",
"hash": "c81dddb0b2db8e29762f222f8dc15b8f3fdf939226c4015d2d919b8faaece503c7bbe0ceeec3e8dc27ad9ca29d027bb1164ac9901f7bbf9c5e4a793e4111d45d"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
"url": "https://download.visualstudio.microsoft.com/download/pr/cbc83a0e-895c-4959-99d9-21cd11596e64/b0e59c2ba2bd3ef0f592acbeae7ab27d/dotnet-sdk-3.0.100-linux-arm64.tar.gz",
"hash": "18c3bc07c4486381f54d4b40eb8401bf56c14fef5febc4639e3134d74ce66172d1e66c2dea9684ad727f08e9dd7e89d74535a8642fb2a2203445483293f3b3c3"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/f9dc42c0-9b15-44e6-9d9b-ef341fdbf1a7/78b16d311f1c4366fed65e69eaece49d/dotnet-sdk-3.0.100-linux-musl-x64.tar.gz",
"hash": "b2b42c7e33bdb492c7f25c615cfc57c9ca3222d4492d59829f2d683cb40a3d18d648195d21f4e519fd187f40d69e2977ccc3d993c5aefc5cb0a23cd496f344dc"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/886b4a4c-30af-454b-8bec-81c72b7b4e1f/d1a0c8de9abb36d8535363ede4a15de6/dotnet-sdk-3.0.100-linux-x64.tar.gz",
"hash": "766da31f9a0bcfbf0f12c91ea68354eb509ac2111879d55b656f19299c6ea1c005d31460dac7c2a4ef82b3edfea30232c82ba301fb52c0ff268d3e3a1b73d8f7"
},
{
"name": "dotnet-sdk-osx-gs-x64.pkg",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/1d39b7b6-e01f-4299-9521-7ed37602dac0/ef3031ee9605d3e7f3aa74efd444887d/dotnet-sdk-3.0.100-osx-gs-x64.pkg",
"hash": "c44d0936766e0b04209a1cbe9ab93d7c12e8c57b9f52eaba251eb7df2d9f31a5efd97967215cb71fae08ab48ff9e6f0b51e8f2f0c57a7971fdb04cf5c63a77e5"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/5c281f95-91c4-499d-baa2-31fec919047a/38c6964d72438ac30032bce516b655d9/dotnet-sdk-3.0.100-osx-x64.pkg",
"hash": "92654688a279c4659e87e35320187099ca67315e396003699caaf9caace932a5ffde0570c2c68b194ca80713cff28dc95f3aa8f3d3007e2d3125203a9e3faa1c"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/b9251194-4118-41cb-ae05-6763fb002e5d/1d398b4e97069fa4968628080b617587/dotnet-sdk-3.0.100-osx-x64.tar.gz",
"hash": "a4cb957150aad313da813d6830c2471787e7422aca8b7d47be6c10c1c54124425833a407eef5cc2459df1d79c009a32c1f855967b8ab1764b267e16b7dd79a08"
},
{
"name": "dotnet-sdk-rhel.6-x64.tar.gz",
"rid": "rhel.6-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/5d6a0da0-2da2-4c2c-ba9c-f086566d527f/7e2b7492d4142ae6e7d7c6a561f71cc0/dotnet-sdk-3.0.100-rhel.6-x64.tar.gz",
"hash": "cdc4ff53ed659f00e2888b93a8464967f0c9a4ae157234ced5e67ac23e36599528521ee3d187cde5be7f4aee932eed6ddffed92975b5b337ae82453862fd8635"
},
{
"name": "dotnet-sdk-win-arm.zip",
"rid": "win-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/96e49889-2fc3-4d67-b89b-12dc6f67da74/bad15c477c4514d2faef8ab8e1bf42fc/dotnet-sdk-3.0.100-win-arm.zip",
"hash": "e858f4db61937eb71eaa93b3382ea556ea8a22dee49767c642a38eb2ffca29c25f0676adf084fda233820e5bc5bb3f9f825e30afc41cc177ec50497a97077842"
},
{
"name": "dotnet-sdk-win-gs-x64.exe",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/8a382be6-d34e-4a15-92a1-e49fe2fa54d6/0038e8d5447470750098f8db5d836561/dotnet-sdk-3.0.100-win-gs-x64.exe",
"hash": "2b353ca10cd5865a996ac707a8d548dc300e3676383e35930dfab97a16863a8d8e2056d4ecc3b863d10ff22b9e7cd0a874e016f45d77f9c5a02e5e7e821e6a7d"
},
{
"name": "dotnet-sdk-win-gs-x86.exe",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/8af457b6-8a58-4b61-a2b7-ee4fbeb0519b/190a2414988b3403cd66d4ef28dc9c55/dotnet-sdk-3.0.100-win-gs-x86.exe",
"hash": "d5223e9526eadff3d80047ccc8d32c569b0eeed8372460f93d489544696bd6b4f053e5ab93730da4b4031f3d4d4b1c19f1ce30da6e7c1305b4dfea0ff91312d4"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/53f250a1-318f-4350-8bda-3c6e49f40e76/e8cbbd98b08edd6222125268166cfc43/dotnet-sdk-3.0.100-win-x64.exe",
"hash": "2b353ca10cd5865a996ac707a8d548dc300e3676383e35930dfab97a16863a8d8e2056d4ecc3b863d10ff22b9e7cd0a874e016f45d77f9c5a02e5e7e821e6a7d"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/a24f4f34-ada1-433a-a437-5bc85fc2576a/7e886d06729949c15c96fe7e70faa8ae/dotnet-sdk-3.0.100-win-x64.zip",
"hash": "c5f9a483bece13e3edd6fb2414191cf8b782767b21623d08a1c27578fac3798bd145e8a2b3867e74667accebf4353aa00920ed39298d7bc9790c0c82bbc3aa87"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/16378a9f-1291-4c34-8625-ab4dfebfb74a/096945940a346e326368c070b8ecc050/dotnet-sdk-3.0.100-win-x86.exe",
"hash": "d5223e9526eadff3d80047ccc8d32c569b0eeed8372460f93d489544696bd6b4f053e5ab93730da4b4031f3d4d4b1c19f1ce30da6e7c1305b4dfea0ff91312d4"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/8bcb1316-76a0-4ec9-a8b4-4a5da79dff36/32458bba334f532ceab30f2f7cbacce1/dotnet-sdk-3.0.100-win-x86.zip",
"hash": "dc2bee9336aed555f42ed08205fbafbb8b30f2401bac8d506aa0c2fe4adb0167de67fbb06c47c4ec1ab43e9eee5ee4574ff21b72c7efbdf58a9edc46cbb27249"
}
]
}
],
"aspnetcore-runtime": {
"version": "3.0.0",
"version-display": "3.0.0",
"version-aspnetcoremodule": [
"13.0.19258.0"
],
"vs-version": "16.3",
"files": [
{
"name": "aspnetcore-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/e9d4b012-a877-443c-8344-72ef910c86dd/b5e729b532d7b3b5488c97764bd0fb8e/aspnetcore-runtime-3.0.0-linux-arm.tar.gz",
"hash": "79a67a6430c15e715a14653cd54d40f9661e2b243d46b3895b0bc7835b4b642c960b3398430c6e56d850df0d8a2741878704506f3136c7289ad0b1e3354dc8d6"
},
{
"name": "aspnetcore-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
"url": "https://download.visualstudio.microsoft.com/download/pr/5cbf9f66-7945-43e2-9b7c-351f900e9893/2fcd48f3d4db99283ebdb46daf9bacec/aspnetcore-runtime-3.0.0-linux-arm64.tar.gz",
"hash": "1c1f6c51adf27cf2e07c698294fe7d2ddc3ad46249c1cf0bd8d62f0bf78e1157bc26e51177a508c7dae902bba305eca40020d82d0ea609150c2bfd1b41e06363"
},
{
"name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/405f67c3-612c-4976-862a-9ce47e84c501/2658cc4eeb24a49f6670fe658b62268b/aspnetcore-runtime-3.0.0-linux-musl-arm64.tar.gz",
"hash": "0e7c83049e73b01f68d7222f3bbef98842a8d317e5b352cdaa0e172b88fdb9e31f6b74c0ff1c76021bacd707185faa861951cc5ae836abaee75cb953ae81fa43"
},
{
"name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/2dd89dc5-add5-4582-9a72-7c55f447a069/ef2d3aa1e91e837a8400d5e69fc6952f/aspnetcore-runtime-3.0.0-linux-musl-x64.tar.gz",
"hash": "aa00899762a1593a12df9ae810aee54318dca603ca0aead51dd60fb23c459fda6f1ff6a331cc31a0c5d824d2d16afff5d1e6d5eb09776c3e542c431d03f50dfd"
},
{
"name": "aspnetcore-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/b0c44e05-b7a1-4221-94ec-a0c0d3a11eed/afc61567dd6db8f097e244871889458c/aspnetcore-runtime-3.0.0-linux-x64.tar.gz",
"hash": "344a6cbfb2ae75e518dcc82a7aa4860da606673ec6be571552da79467ef0bc340aa49275c28290e6a47390bb330c196b7db88be1140c22da789cc6920d5a94a6"
},
{
"name": "aspnetcore-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/3ab4125a-c616-4aec-8fdb-763039e99f1c/08a6d2546fbbd4b1b959e6a3da3b9eb4/aspnetcore-runtime-3.0.0-osx-x64.tar.gz",
"hash": "176e5578fc4a367889753b967d5abb3a1acfaa6c740261c011dc8deccd0094f0cfc9f19c3530f60f2179fa445748a92fc7d52b73c772ff2bc8d2be49eb4f0d1e"
},
{
"name": "aspnetcore-runtime-win-arm.zip",
"rid": "win-arm",
"url": "https://download.visualstudio.microsoft.com/download/pr/a7d46559-0da7-4850-9c7f-59070923600e/4cf0abb8decc6ccf0f4a5e7195136da9/aspnetcore-runtime-3.0.0-win-arm.zip",
"hash": "c44cbc42edb672e26b1e3da7c7447c312e611863d365a66f61b58908a334a4ff01362f7570f53eb42280a9dc742c0376000ce36e9527a8ed032bdcf1c050404f"
},
{
"name": "aspnetcore-runtime-win-x64.exe",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/173b8a01-e65b-4880-af6e-12e45a865c69/f2529ad22ce8eeb0f28fd48dead5459a/aspnetcore-runtime-3.0.0-win-x64.exe",
"hash": "0494b293cca049acd1618245f6cf79d9f74f1e2b1c99346990ffcfcae6db6e78acd96f705a644de5e71d818c16602366ed08098cf30f1b9279723f6d6d790f6b"
},
{
"name": "aspnetcore-runtime-win-x64.zip",
"rid": "win-x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/02a17191-e966-4b89-9312-2cbad04fa8bd/0bd4537f7683f2c4d3986d30bfbb4344/aspnetcore-runtime-3.0.0-win-x64.zip",
"hash": "7f2a4ea55f204d8a7d940e5fe58fc31a3bc294269c534d0b6cd9a9db3081277c1a692c9eff47ace4294a0c58eb68675e29cac1d6b4eafb6b85738fc944032adf"
},
{
"name": "aspnetcore-runtime-win-x86.exe",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/cf69fd0f-6790-47bb-9243-e066387ee690/7352473dfba8771278e95f60b9193401/aspnetcore-runtime-3.0.0-win-x86.exe",
"hash": "0d4c335b4015829a3c2278770b8022361bfa03c860ebbe876066d4551492ab51c8d0d865148c5b1a0eb7dc43fa4a5e41bac971bb6c129973522e0abb2831cc2f"
},
{
"name": "aspnetcore-runtime-win-x86.zip",
"rid": "win-x86",
"url": "https://download.visualstudio.microsoft.com/download/pr/2723329d-d208-4ffa-990e-bbdd00ec56d7/0be01dcf5d4be996218da524a046ca31/aspnetcore-runtime-3.0.0-win-x86.zip",
"hash": "13a95a0382989dbb975a340d74b2ef0ec7070f5c2ea8df55efa2cfe5e5f1cb5336d923e62086c29d884c3810e1b514e1695ffd4df79057749529f13d1d2a3d6f"
},
{
"name": "aspnetcore-targeting-pack.tar.gz",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/b59cd26f-fc90-4984-8363-b0b218486795/f6d9be56b63efcdaf2cf231a47ca0599/aspnetcore-targeting-pack-3.0.0.tar.gz",
"hash": "805b2344f08396e39f06086a694e95f16dc46b02bd56b098511d9eb7dfdb5e067159be27df104aec98edaf6715ea1c52f4db61443c4a1fee6b67c23e56771122"
},
{
"name": "aspnetcore-targeting-pack.zip",
"rid": "",
"url": "https://download.visualstudio.microsoft.com/download/pr/c603586c-855f-49b4-b95f-54ac9f31bac0/d6c8a96d143fe7738b9ba6d927e70d6b/aspnetcore-targeting-pack-3.0.0.zip",
"hash": "963d1f44457eb0c71ee25f278158364e97440e9a295ff7b08c19b9885956c9314ed0e583f0b69ddba9aeda7a76b774bb35d437cf0c17e1b3e6e23d26ba7304bf"
},
{
"name": "dotnet-hosting-win.exe",
"rid": "win-x86_x64",
"url": "https://download.visualstudio.microsoft.com/download/pr/bf608208-38aa-4a40-9b71-ae3b251e110a/bc1cecb14f75cc83dcd4bbc3309f7086/dotnet-hosting-3.0.0-win.exe",
"hash": "37578fef13f245e62931f2cc6ec4deee02baca707522c12dedbf3f11fc6418163736ab384de3c917a6c9a885dfa8c0a51cd3bbfcf7f71f441de5b87006d195ee"
}
]
},
"symbols": {
"version": "3.0.0",
"files": []
}
},
{
"release-date": "2019-09-16",
"release-version": "3.0.0-rc1",
"security": false,
"cve-list": [],
"release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-rc1.md",
"release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0.0-rc1/3.0.0-rc1.md",
"runtime": {
"version": "3.0.0-rc1-19456-20",
"version-display": "3.0.0-rc1-19456-20",
@ -570,7 +988,7 @@
"release-version": "3.0.0-preview9",
"security": false,
"cve-list": [],
"release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview9.md",
"release-notes": "https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0.0-preview9-19423-09/3.0.0-preview9.md",
"runtime": {
"version": "3.0.0-preview9-19423-09",
"version-display": "3.0.0-preview9-19423-09",
@ -3890,4 +4308,4 @@
}
}
]
}
}

View file

@ -6,7 +6,7 @@ The latest supported release is [.NET Core 2.2](2.2).
You can download the latest updates for .NET Core.
* [.NET Core 3.0 RC 1](3.0/preview/3.0.0-rc1-download.md)
* [.NET Core 3.0.0](3.0/3.0.0/3.0.0-download.md)
* [.NET Core 2.2.7](2.2/2.2.7/2.2.7-download.md)
* [.NET Core 2.1.12](2.1/2.1.13/2.1.13-download.md)

View file

@ -2,13 +2,13 @@
"releases-index": [
{
"channel-version": "3.0",
"latest-release": "3.0.0-rc1",
"latest-release-date": "2019-09-16",
"latest-release": "3.0.0",
"latest-release-date": "2019-09-23",
"security": false,
"latest-runtime": "3.0.0-rc1-19456-20",
"latest-sdk": "3.0.100-rc1-014190",
"latest-runtime": "3.0.0",
"latest-sdk": "3.0.100",
"product": ".NET Core",
"support-phase": "preview",
"support-phase": "current",
"eol-date": null,
"releases.json": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/3.0/releases.json"
},
@ -20,7 +20,7 @@
"latest-runtime": "2.2.7",
"latest-sdk": "2.2.402",
"product": ".NET Core",
"support-phase": "current",
"support-phase": "maintenance",
"eol-date": null,
"releases.json": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/2.2/releases.json"
},

View file

@ -19,7 +19,7 @@ For released versions of the product:
| Milestone | Release Date |
|---------------------------|--------------|
| .NET Core 2.2.x, 2.1.x, 1.x (servicing) | Approximately every 1-2 months or as needed (see also [releases](https://github.com/dotnet/core/blob/master/release-notes/download-archive.md#net-core-21)) |
| .NET Core 3.0 | [Preview releases](https://github.com/dotnet/core/blob/master/release-notes/3.0/README.md)<br/>RC (Release Candidate) released in September 2019 (Preview 9)<br/>GA (General Availability) scheduled for September 2019 |
| .NET Core 3.0 | [Preview releases](https://github.com/dotnet/core/blob/master/release-notes/3.0/README.md)<br/>RC (Release Candidate) released in September 2019 (Preview 9)<br/>GA (General Availability) released on September 23, 2019 |
| .NET Core 3.1 | LTS (Long Term Support) release, scheduled for November 2019 |
| .NET 5.0 | Release scheduled for November 2020 |
| .NET 6.0 | LTS (Long Term Support) release, scheduled for November 2021 |