Skip to content

update core version #10317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/core/whats-new/dotnet-core-3-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ This article describes what is new in .NET Core 3.0 (preview 2). One of the bigg

.NET Core 3.0 adds support for C# 8.0.

[Download and get started with .NET Core 3 Preview 2](https://aka.ms/netcore3download) right now on Windows, Mac and Linux. You can see complete details of the release in the [.NET Core 3 Preview 2 release notes](https://aka.ms/netcore3releasenotes).
[Download and get started with .NET Core 3.0 Preview 2](https://aka.ms/netcore3download) right now on Windows, Mac and Linux. You can see complete details of the release in the [.NET Core 3.0 Preview 2 release notes](https://aka.ms/netcore3releasenotes).

For more information about what was released with Preview 1, see the [.NET Core 3.0 Preview 1 announcement](https://blogs.msdn.microsoft.com/dotnet/2018/12/04/announcing-net-core-3-preview-1-and-open-sourcing-windows-desktop-frameworks/).
For more information about what was released with each version, see the following announcements:

For more information about what was released with Preview 2, see the [.NET Core 3.0 Preview 1 announcement]().
- [.NET Core 3.0 Preview 1 announcement](https://blogs.msdn.microsoft.com/dotnet/2018/12/04/announcing-net-core-3-preview-1-and-open-sourcing-windows-desktop-frameworks/)
- [.NET Core 3.0 Preview 2 announcement](https://blogs.msdn.microsoft.com/dotnet/2019/01/29/announcing-net-core-3-preview-2/)

## C# 8

Expand Down
4 changes: 2 additions & 2 deletions docs/core/whats-new/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ title: What's new in .NET Core
description: Learn about the new features in each version of .NET Core.
author: rpetrusha
ms.author: ronpet
ms.date: 12/04/2018
ms.date: 02/04/2019
ms.custom: seodec18
---
# What's new in .NET Core

This page provides a summary of new features in each release of .NET Core starting with .NET Core 2.0. The following links provide detailed information on the major features added in each release.

- [.NET Core 3.0 (Preview 1)](dotnet-core-3-0.md)
- [.NET Core 3.0 (Preview 2)](dotnet-core-3-0.md)

- [.NET Core 2.2](dotnet-core-2-2.md)

Expand Down