Fix broken links (#8351)
This commit is contained in:
@@ -5,8 +5,8 @@ The following [.NET releases](./releases.md) are currently supported:
|
|||||||
| Version | Release Date | Support | Latest Patch Version | End of Support |
|
| Version | Release Date | Support | Latest Patch Version | End of Support |
|
||||||
| :-- | :-- | :-- | :-- | :-- |
|
| :-- | :-- | :-- | :-- | :-- |
|
||||||
| [.NET 8](release-notes/8.0/README.md) | [November 8, 2023](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-2/) | [LTS][policies] | [8.0.0-preview.2][8.0.0-preview.2] | November 10, 2026 |
|
| [.NET 8](release-notes/8.0/README.md) | [November 8, 2023](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-2/) | [LTS][policies] | [8.0.0-preview.2][8.0.0-preview.2] | November 10, 2026 |
|
||||||
| [.NET 7](./release-notes/7.0/README.md) | [November, 2022](https://devblogs.microsoft.com/dotnet/announcing-dotnet-7/) | [STS](/release-policies.md) | [7.0.4][7.0.4] | May 14, 2024 |
|
| [.NET 7](./release-notes/7.0/README.md) | [November, 2022](https://devblogs.microsoft.com/dotnet/announcing-dotnet-7/) | [STS](release-policies.md) | [7.0.4][7.0.4] | May 14, 2024 |
|
||||||
| [.NET 6](./release-notes/6.0/README.md) | [November, 2021](https://devblogs.microsoft.com/dotnet/announcing-net-6/) | [LTS](/release-policies.md) | [6.0.15][6.0.15] | November 12, 2024 |
|
| [.NET 6](./release-notes/6.0/README.md) | [November, 2021](https://devblogs.microsoft.com/dotnet/announcing-net-6/) | [LTS](release-policies.md) | [6.0.15][6.0.15] | November 12, 2024 |
|
||||||
|
|
||||||
You can find release notes for all releases, including out-of-support releases, in the [release-notes](./release-notes) directory.
|
You can find release notes for all releases, including out-of-support releases, in the [release-notes](./release-notes) directory.
|
||||||
|
|
||||||
|
|||||||
@@ -1,235 +0,0 @@
|
|||||||
# .NET Product Roadmap
|
|
||||||
|
|
||||||
This document provides a peek into the work we've planned for .NET through __December 2020__.
|
|
||||||
|
|
||||||
The .NET product roadmap communicates project priorities for evolving and extending the scope of the product. New product experiences and features will include changes in various [layers of the product](../Documentation/core-repos.md), in some combination of the runtime, framework, language compilers and tools. Each component may have its own component-level roadmap that is available in the repository for that component.
|
|
||||||
|
|
||||||
These are some of the high level themes for the .NET 5.0 release. A more comprehensive list of the work we’re doing organized by technology can be found further below in this document.
|
|
||||||
- Developers can build great cloud infrastructure components with .NET.
|
|
||||||
- Developers can build great mobile apps for new devices with .NET 5 – we will support not only the latest in iOS and Android, but unify the platform and deliver first-class support for delivering cross-platform applications.
|
|
||||||
- .NET 5.0 has excellent fundamentals - continue to deliver on reliability, performance, diagnosability, compliance, security, acquisition and deployment.
|
|
||||||
|
|
||||||
These are some key moments in our .NET 5.0 roadmap.
|
|
||||||
|
|
||||||
| Date | Moment/Rally Point | Key Message |
|
|
||||||
| :-------- | :----------------- | :-------------- |
|
|
||||||
| Sep 2020 | Ignite | |
|
|
||||||
| Nov 2020 | .NET Conf | .NET 5.0 Launch |
|
|
||||||
| Nov 2020 | **.NET 5.0 GA** | |
|
|
||||||
|
|
||||||
Items in each section include the following icons:
|
|
||||||
|
|
||||||
-  - In Planning
|
|
||||||
-  - In Progress
|
|
||||||
-  - Completed
|
|
||||||
|
|
||||||
## ASP.NET
|
|
||||||
|
|
||||||
-  [Blazor](https://github.com/dotnet/aspnetcore/issues/21514)
|
|
||||||
-  [Move Blazor to .NET 5](https://github.com/dotnet/aspnetcore/issues/20519)
|
|
||||||
-  [CSS Isolation](https://github.com/dotnet/aspnetcore/issues/10170)
|
|
||||||
-  [Support IAsyncDisposable](https://github.com/dotnet/aspnetcore/issues/9960)
|
|
||||||
-  [Lazy loading of application areas](https://github.com/dotnet/aspnetcore/issues/5465)
|
|
||||||
-  [Add focus support to BrowserRenderer](https://github.com/dotnet/aspnetcore/issues/17472)
|
|
||||||
-  [Protected Browser Storage](https://github.com/dotnet/aspnetcore/issues/18755)
|
|
||||||
-  [Build performance improvements for Blazor](https://github.com/dotnet/aspnetcore/issues/22566)
|
|
||||||
-  [Blazor performance optimizations](https://github.com/dotnet/aspnetcore/issues/22432)
|
|
||||||
-  [How to upload files in Blazor App](https://github.com/dotnet/aspnetcore/issues/12205)
|
|
||||||
|
|
||||||
## gRPC
|
|
||||||
|
|
||||||
-  gRPC-web
|
|
||||||
-  gRPC-web client support in Blazor
|
|
||||||
-  Improve gRPC server performance (to match C++/Go)
|
|
||||||
-  Use Span APIs in protobuf marshaller (to reduce allocations)
|
|
||||||
-  Configurable HTTP/2 PING frames
|
|
||||||
-  Instrument gRPC for use with OpenTelemetry
|
|
||||||
-  Add support for HttpSysServer
|
|
||||||
-  Add support for IIS
|
|
||||||
-  Introduce additional transports (e.g., Unix-domain sockets, Windows Named Pipes)
|
|
||||||
|
|
||||||
## Tye
|
|
||||||
|
|
||||||
-  Run many services with one command
|
|
||||||
-  Use dependencies in containers
|
|
||||||
-  Discover addresses of other services using simple conventions
|
|
||||||
-  Automatically containerizing .NET applications
|
|
||||||
-  Deploy to Kubernetes
|
|
||||||
-  Generating Kubernetes manifests with minimal knowledge or configuration
|
|
||||||
-  Using the same conventions as development to keep it consistent
|
|
||||||
-  Support Azure Functions in development
|
|
||||||
-  VS Code tooling
|
|
||||||
|
|
||||||
## EF
|
|
||||||
|
|
||||||
[EF Core 5.0 plan](https://learn.microsoft.com/ef/core/what-is-new/ef-core-5.0/plan)
|
|
||||||
|
|
||||||
-  Fully transparent many-to-many mapping by convention
|
|
||||||
-  Many-to-many navigation properties (a.k.a "skip navigations")
|
|
||||||
-  Table-per-type (TPT) inheritance mapping
|
|
||||||
-  Filtered Include
|
|
||||||
-  Split Include
|
|
||||||
-  Required one-to-one dependents
|
|
||||||
-  Rationalize ToTable, ToQuery, ToView, FromSql, etc.
|
|
||||||
-  General query enhancements
|
|
||||||
-  Migrations and deployment experience
|
|
||||||
-  EF Core platforms experience
|
|
||||||
-  Performance improvements
|
|
||||||
|
|
||||||
## ML.NET
|
|
||||||
|
|
||||||
-  Local GPU training for Image Classification in Model Builder
|
|
||||||
-  Add Ranking scenario to local ML.NET AutoML API
|
|
||||||
-  Add new algorithm and root cause detection for anomaly detection
|
|
||||||
-  Add time series seasonality and de-seasonality
|
|
||||||
-  GA Model Builder in Visual Studio
|
|
||||||
-  Add Azure Object Detection training to Model Builder
|
|
||||||
-  Add local Image Classification training scenario to ML.NET CLI
|
|
||||||
-  Add advanced options for data loading in Model Builder
|
|
||||||
-  Improve Azure training from Model Builder (better errors, multi-GPU multi-machine, reduced overhead)
|
|
||||||
-  Add local Ranking scenario to tooling
|
|
||||||
-  Add support for re-opening Model Builder and adding multiple models to a project
|
|
||||||
-  Add integration with MLOps
|
|
||||||
-  Support all local and Azure AutoML supported scenarios in tooling
|
|
||||||
|
|
||||||
## Spark
|
|
||||||
|
|
||||||
-  Improve debugging experience
|
|
||||||
-  Spark 2.4 API compatibility
|
|
||||||
-  Spark 3.0 API compatibility
|
|
||||||
-  .NET Core project templates for .NET for Spark
|
|
||||||
-  VS deploy for .NET for Spark jobs
|
|
||||||
|
|
||||||
## Runtime
|
|
||||||
|
|
||||||
-  [Improving P95+ latency](https://github.com/dotnet/runtime/issues/37534)
|
|
||||||
-  [Improving ARM64 Performance in .NET 5.0 – Closing the gap with x64](https://github.com/dotnet/runtime/issues/35853)
|
|
||||||
-  [Support Windows ARM64](https://github.com/dotnet/runtime/issues/36699)
|
|
||||||
-  [Support Single-File Apps](https://github.com/dotnet/runtime/issues/36590)
|
|
||||||
-  [Support WinRT APIs in .NET 5](https://github.com/dotnet/runtime/issues/35318)
|
|
||||||
-  [Support WebAssembly (Mono Runtime)](https://github.com/dotnet/runtime/issues/38367)
|
|
||||||
|
|
||||||
## .NET Interactive
|
|
||||||
|
|
||||||
[Details](https://github.com/dotnet/interactive/issues/392)
|
|
||||||
|
|
||||||
-  Multi Language support for Jupyter Notebooks (C#, F#, PowerShell)[Post](https://devblogs.microsoft.com/dotnet/net-interactive-is-here-net-notebooks-preview-2/)
|
|
||||||
-  [.NET Notebooks support - Available in VS Code Insiders.](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode)
|
|
||||||
-  VS Code
|
|
||||||
-  Adding SQL to .NET Interactive
|
|
||||||
-  Improve Productivity
|
|
||||||
-  .NET Interactive for makers
|
|
||||||
-  [Documentation](https://github.com/dotnet/interactive/tree/main/docs) - done but always improving
|
|
||||||
-  Automation / DevOps
|
|
||||||
|
|
||||||
Please see the following links to view work items and themes across:
|
|
||||||
-  [Preview 3](https://github.com/dotnet/interactive/issues/507)
|
|
||||||
-  [Preview 4](https://github.com/dotnet/interactive/issues/508)
|
|
||||||
- [.NET Interactive GA](https://github.com/dotnet/interactive/issues/509)
|
|
||||||
|
|
||||||
## Languages
|
|
||||||
|
|
||||||
[Language Feature Status](https://github.com/dotnet/roslyn/blob/main/docs/Language%20Feature%20Status.md)
|
|
||||||
|
|
||||||
### C# 9
|
|
||||||
|
|
||||||
-  [Target-typed new](https://github.com/dotnet/csharplang/issues/100)
|
|
||||||
-  [Relax ordering of `ref` and `partial` modifiers](https://github.com/dotnet/csharplang/issues/946)
|
|
||||||
-  [Parameter null-checking](https://github.com/dotnet/csharplang/issues/2145)
|
|
||||||
-  [Skip locals init](https://github.com/dotnet/csharplang/issues/1738)
|
|
||||||
-  [Lambda discard parameters](https://github.com/dotnet/csharplang/issues/111)
|
|
||||||
-  [Native ints](https://github.com/dotnet/csharplang/issues/435)
|
|
||||||
-  [Attributes on local functions](https://github.com/dotnet/csharplang/issues/1888)
|
|
||||||
-  [Function pointers](https://github.com/dotnet/csharplang/issues/191)
|
|
||||||
-  [Pattern matching improvements](https://github.com/dotnet/csharplang/issues/2850)
|
|
||||||
-  [Static lambdas](https://github.com/dotnet/csharplang/issues/275)
|
|
||||||
-  [Records](https://github.com/dotnet/csharplang/issues/39)
|
|
||||||
-  [Target-typed conditional](https://github.com/dotnet/csharplang/issues/2460)
|
|
||||||
-  [Covariant](https://github.com/dotnet/csharplang/issues/49) [Returns](https://github.com/dotnet/csharplang/issues/2844)
|
|
||||||
-  [Extension GetEnumerator](https://github.com/dotnet/csharplang/issues/3194)
|
|
||||||
-  [Module initializers](https://github.com/dotnet/csharplang/blob/main/proposals/csharp-9.0/module-initializers.md)
|
|
||||||
-  [Extending Partial](https://github.com/dotnet/csharplang/blob/main/proposals/csharp-9.0/extending-partial-methods.md)
|
|
||||||
-  [Top-level statements](https://github.com/dotnet/csharplang/blob/main/proposals/csharp-9.0/top-level-statements.md)
|
|
||||||
|
|
||||||
### C# Next
|
|
||||||
|
|
||||||
-  [Caller expression attribute](https://github.com/dotnet/csharplang/issues/287)
|
|
||||||
-  [Generic attributes](https://github.com/dotnet/csharplang/issues/124)
|
|
||||||
-  [Default in deconstruction](https://github.com/dotnet/roslyn/pull/25562)
|
|
||||||
-  [Constant Interpolated Strings](https://github.com/dotnet/csharplang/issues/2951)
|
|
||||||
|
|
||||||
### Visual Basic
|
|
||||||
|
|
||||||
-  .NET Core appropriate features of the Visual Basic Runtime (Microsoft.VisualBasic.dll) ported to .NET 5.0
|
|
||||||
-  Single instance application support
|
|
||||||
-  WinForms support in Visual Studio (designer and events)
|
|
||||||
-  Visual Basic Application Models ported to .NET 5.0
|
|
||||||
-  [Line continuation comments](https://github.com/dotnet/vblang/issues/65)
|
|
||||||
-  [Relax null-coalescing operator requirements](https://github.com/dotnet/vblang/issues/339)
|
|
||||||
|
|
||||||
### F# 5
|
|
||||||
|
|
||||||
-  `nameof` support
|
|
||||||
-  String interpolation
|
|
||||||
-  Open type declarations
|
|
||||||
-  Improved F# quotations: constraints retained in quotation metadata
|
|
||||||
-  Improved Computation Expressions: Applicative forms
|
|
||||||
-  Improved Computation Expressions: Overloads for custom keywords
|
|
||||||
-  Consistent slicing for FSharp.Core collection types
|
|
||||||
-  Fixed-index slicing for 3D and 4D arrays
|
|
||||||
-  Interfaces can be implemented at different generic instantiations
|
|
||||||
-  Improved .NET interop: consumption support for Default Interface Members
|
|
||||||
-  Improved .NET interop: type-directed implicit conversions for `Nullable` value types
|
|
||||||
-  Support for reverse indexes in collection types
|
|
||||||
|
|
||||||
## CLI/SDK and MSBuild
|
|
||||||
|
|
||||||
|
|
||||||
-  [Changes to Target Framework Moniker - TFM](https://github.com/dotnet/designs/blob/main/accepted/2020/net5/net5.md)
|
|
||||||
-  Xamarin runs on .NET and via the CLI
|
|
||||||
-  [Optional Workload infrastructure](https://github.com/dotnet/designs/blob/107b50feec105b7c2b67b37acb322054e2255df5/accepted/2020/workloads/workloads.md)
|
|
||||||
-  Acquisition improvements
|
|
||||||
-  Improvements to templates (performance and list output)
|
|
||||||
-  Improvements to tab CLI tab completion and parsing
|
|
||||||
-  [Online Structured Log Viewer for MSBuild](https://live.msbuildlog.com)
|
|
||||||
-  [Solution filter support in MSBuild](https://github.com/dotnet/msbuild/issues/4097)
|
|
||||||
-  [Low priority builds for MSBuild](https://github.com/dotnet/msbuild/pull/4162)
|
|
||||||
-  [Resolve Assembly References (RAR) pre-built cache](https://github.com/dotnet/msbuild/issues/5247)
|
|
||||||
-  [Share RAR cache between projects](https://github.com/dotnet/msbuild/blob/main/documentation/specs/rar-as-service.md)
|
|
||||||
|
|
||||||
## Desktop
|
|
||||||
|
|
||||||
### WPF
|
|
||||||
|
|
||||||
[Details](https://github.com/dotnet/wpf/blob/main/roadmap.md)
|
|
||||||
|
|
||||||
-  WPF Integration with .NET 5
|
|
||||||
-  Accessibility updates on app sample bugs
|
|
||||||
|
|
||||||
### WinForms
|
|
||||||
|
|
||||||
-  Visual Studio WinForms .NET Core Designer
|
|
||||||
-  Accessibility enhancements to support common UIA patterns so that Accessibility tools (like Narrator and others) can more easily interact with our controls
|
|
||||||
-  Customer reported issues and migration blockers
|
|
||||||
-  Keep pace with changes in the underlying OS to ensure compatibility with the latest changes in Win10.
|
|
||||||
|
|
||||||
## Xamarin
|
|
||||||
-  [Android 11 / API 30 Support](https://learn.microsoft.com/xamarin/android/release-notes/11/11.0)
|
|
||||||
-  [Android smaller APK sizes](https://learn.microsoft.com/xamarin/android/release-notes/11/11.0#smaller-app-package-sizes)
|
|
||||||
-  [Xcode 12 and iOS 14 Support](https://github.com/xamarin/xamarin-macios/issues/8931)
|
|
||||||
-  Hot Restart for Android
|
|
||||||
-  AndroidX and Google Play Services Bindings Updates
|
|
||||||
-  .NET 6 Support
|
|
||||||
-  Xamarin.Essentials integration to .NET 6 BCL (System namespace)
|
|
||||||
|
|
||||||
### Xamarin.Forms 5
|
|
||||||
-  [AppTheme aka Dark Mode support](https://learn.microsoft.com/xamarin/xamarin-forms/user-interface/theming/system-theme-changes)
|
|
||||||
-  [CarouselView](https://learn.microsoft.com/xamarin/xamarin-forms/user-interface/carouselview/)
|
|
||||||
-  [Drag-and-drop Gestures](https://learn.microsoft.com/xamarin/xamarin-forms/app-fundamentals/gestures/drag-and-drop)
|
|
||||||
-  [Gradient and Solid Brushes](https://learn.microsoft.com/xamarin/xamarin-forms/user-interface/brushes/)
|
|
||||||
-  [Shapes and Paths](https://learn.microsoft.com/xamarin/xamarin-forms/user-interface/shapes/)
|
|
||||||
-  [SwipeView](https://learn.microsoft.com/xamarin/xamarin-forms/user-interface/swipeview)
|
|
||||||
|
|
||||||
### Xamarin.Forms vNext (.NET MAUI)
|
|
||||||
-  [Slim Renderers](https://github.com/dotnet/maui/issues/28) - performance improvements, decouple from bindable, and introduce interfaces
|
|
||||||
-  WinUI 3 Support - [testing integration](https://github.com/xamarin/Xamarin.Forms/pull/11955)
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 289 B |
Binary file not shown.
|
Before Width: | Height: | Size: 435 B |
Binary file not shown.
|
Before Width: | Height: | Size: 844 B |
@@ -8,7 +8,7 @@ Today we are releasing updates to the .NET Core SDK and Visual Studio 2017 RC. I
|
|||||||
|
|
||||||
We’re getting close to the final release of .NET Core Tools and Visual Studio 2017 making it a great time to try out the migration tools on your projects. and give us feedback on the experience. If you want to try .NET Core Tools in Visual Studio 2017, visit [Visual Studio 2017 RC](https://www.visualstudio.com/vs/visual-studio-2017-rc/) to download. You’ll need to choose the Web workload when installing.
|
We’re getting close to the final release of .NET Core Tools and Visual Studio 2017 making it a great time to try out the migration tools on your projects. and give us feedback on the experience. If you want to try .NET Core Tools in Visual Studio 2017, visit [Visual Studio 2017 RC](https://www.visualstudio.com/vs/visual-studio-2017-rc/) to download. You’ll need to choose the Web workload when installing.
|
||||||
|
|
||||||
If you’re using another dev tool on Windows, macOS or Linux, go to the [.NET Core RC Download](https://github.com/dotnet/core/blob/main/release-notes/rc4-download.md) for all installation options.
|
If you’re using another dev tool on Windows, macOS or Linux, go to the [.NET Core RC Download](../download-archives/rc4-download.md) for all installation options.
|
||||||
|
|
||||||
Want a helping hand from Microsoft for migrating your .NET Core and ASP.NET Core projects from project.json to the new VS2017 csproj format? Please click [here](http://landinghub.visualstudio.com/migrate-dotnetcore).
|
Want a helping hand from Microsoft for migrating your .NET Core and ASP.NET Core projects from project.json to the new VS2017 csproj format? Please click [here](http://landinghub.visualstudio.com/migrate-dotnetcore).
|
||||||
|
|
||||||
|
|||||||
@@ -4,9 +4,9 @@ Microsoft is releasing security advisories for .NET Core and ASP.NET Core. Issue
|
|||||||
|
|
||||||
.NET Core 1.0.9 and SDK 1.1.7 are available for download and usage in your environment.
|
.NET Core 1.0.9 and SDK 1.1.7 are available for download and usage in your environment.
|
||||||
|
|
||||||
* [Announcement](https://blogs.msdn.microsoft.com/)
|
* [Announcement](https://devblogs.microsoft.com/dotnet/net-core-january-2018-update/)
|
||||||
* [Getting Started](https://dotnet.microsoft.com/download)
|
* [Getting Started](https://dotnet.microsoft.com/download)
|
||||||
* [Downloads](https://github.com/dotnet/core/blob/main/release-notes/download-archives/2.0.5-download.md)
|
* [Downloads](../download-archives/2.0.5-download.md)
|
||||||
|
|
||||||
The .NET Core SDK 1.1.7 includes .NET Core 1.0.9 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 1.1.7, the following command will show that you're running version `1.1.7` of the tools.
|
The .NET Core SDK 1.1.7 includes .NET Core 1.0.9 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 1.1.7, the following command will show that you're running version `1.1.7` of the tools.
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have b
|
|||||||
|
|
||||||
## Azure AppServices
|
## Azure AppServices
|
||||||
|
|
||||||
Deployment of this update to Azure AppServices is in process. Because AppServices is a high availability service, the deployment is carfully staged across regions over a period of time. Deployment will begin in the West US 2 and North Central US regions with remaining regions following over a few days.
|
Deployment of this update to Azure AppServices is in process. Because AppServices is a high availability service, the deployment is carefully staged across regions over a period of time. Deployment will begin in the West US 2 and North Central US regions with remaining regions following over a few days.
|
||||||
|
|
||||||
## Package and Binary updates
|
## Package and Binary updates
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ You can visit the following locations to learn more about .NET Standard.
|
|||||||
|
|
||||||
* [Introducing .NET Standard](https://blogs.msdn.microsoft.com/dotnet/2016/09/26/introducing-net-standard/)
|
* [Introducing .NET Standard](https://blogs.msdn.microsoft.com/dotnet/2016/09/26/introducing-net-standard/)
|
||||||
* [Channel 9 Discussion](https://channel9.msdn.com/Shows/On-NET/Immo-Landwerth-Net-Standard)
|
* [Channel 9 Discussion](https://channel9.msdn.com/Shows/On-NET/Immo-Landwerth-Net-Standard)
|
||||||
* [.NET Standard 2.0 API list](https://github.com/dotnet/standard/blob/master/docs/versions/netstandard2.0.md)
|
* [.NET Standard 2.0 API list](https://github.com/dotnet/standard/blob/release/3.0/docs/versions/netstandard2.0.md)
|
||||||
|
|
||||||
### Linux Binaries
|
### Linux Binaries
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
* [Downloads](#downloads)
|
* [Downloads](#downloads)
|
||||||
* [Changes in this release](#changes-in-221)
|
* [Changes in this release](#changes-in-221)
|
||||||
* [.NET Core Lifecycle News](#net-core-lifecycle-news)
|
* [.NET Core Lifecycle News](#net-core-lifecycle-news)
|
||||||
* [Known Issues](../2.1-known-issues.md)
|
* [Known Issues](../2.2-known-issues.md)
|
||||||
|
|
||||||
We've created an issue at [dotnet/core #2210](https://github.com/dotnet/core/issues/2210) for your questions and comments.
|
We've created an issue at [dotnet/core #2210](https://github.com/dotnet/core/issues/2210) for your questions and comments.
|
||||||
|
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ This will install the ASP.NET Core Module for IIS.
|
|||||||
|
|
||||||
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
|
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
|
||||||
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
|
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
|
||||||
[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/2.2/Preview/2.2.200-preview.md
|
[release-notes]: 2.2.200-preview.md
|
||||||
|
|
||||||
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/860e937d-aa99-4047-b957-63b4cba047de/da5ed8a5e7c1ac3b4f3d59469789adac/aspnetcore-runtime-2.2.0-linux-arm.tar.gz
|
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/860e937d-aa99-4047-b957-63b4cba047de/da5ed8a5e7c1ac3b4f3d59469789adac/aspnetcore-runtime-2.2.0-linux-arm.tar.gz
|
||||||
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/60655cf9-5d19-4146-ac65-7ce8a23b5a4b/4393f9d9c5ebe85a2e27d83f500a6562/aspnetcore-runtime-2.2.0-linux-musl-x64.tar.gz
|
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/60655cf9-5d19-4146-ac65-7ce8a23b5a4b/4393f9d9c5ebe85a2e27d83f500a6562/aspnetcore-runtime-2.2.0-linux-musl-x64.tar.gz
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* ASP.NET Core 3.0.0-preview4-19216-03
|
* ASP.NET Core 3.0.0-preview4-19216-03
|
||||||
* .NET Core SDK 3.0.100-preview4-011223
|
* .NET Core SDK 3.0.100-preview4-011223
|
||||||
|
|
||||||
See the [Release Notes](release-notes) for details about what is included in this update.
|
See the [Release Notes](3.0.0-preview4.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 |
|
| | SDK Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |
|
||||||
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |
|
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
|||||||
[runtime_features]: https://github.com/dotnet/runtime/issues?q=is%3Aissue+milestone%3A7.0+label%3Aenhancement
|
[runtime_features]: https://github.com/dotnet/runtime/issues?q=is%3Aissue+milestone%3A7.0+label%3Aenhancement
|
||||||
|
|
||||||
[sdk_bugs]: https://github.com/dotnet/sdk/issues?q=is%3Aissue+is%3Aclosed+milestone%3A7.0.1xx
|
[sdk_bugs]: https://github.com/dotnet/sdk/issues?q=is%3Aissue+is%3Aclosed+milestone%3A7.0.1xx
|
||||||
[linux-packages]: 7.0.0-preview.1-install-instructions.md
|
[linux-packages]: ../install-linux.md
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
|||||||
[runtime_features]: https://github.com/dotnet/runtime/issues?q=is%3Aissue+milestone%3A7.0+label%3Aenhancement
|
[runtime_features]: https://github.com/dotnet/runtime/issues?q=is%3Aissue+milestone%3A7.0+label%3Aenhancement
|
||||||
|
|
||||||
[sdk_bugs]: https://github.com/dotnet/sdk/issues?q=is%3Aissue+is%3Aclosed+milestone%3A7.0.1xx
|
[sdk_bugs]: https://github.com/dotnet/sdk/issues?q=is%3Aissue+is%3Aclosed+milestone%3A7.0.1xx
|
||||||
[linux-packages]: 7.0.0-preview.3-install-instructions.md
|
[linux-packages]: ../install-linux.md
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
|||||||
|
|
||||||
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-dotnet-7-rc-2/
|
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-dotnet-7-rc-2/
|
||||||
[aspnet-blog]: https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-rc-2
|
[aspnet-blog]: https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-rc-2
|
||||||
[ef-blog]: https://devblogs.microsoft.com/dotnet/announcing-ef7-rc2
|
[ef-blog]: https://devblogs.microsoft.com/dotnet/announcing-ef7-release-candidate-2/
|
||||||
[ef_bugs]: https://github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A7.0.0-rc2+is%3Aclosed+label%3Atype-bug
|
[ef_bugs]: https://github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A7.0.0-rc2+is%3Aclosed+label%3Atype-bug
|
||||||
[ef_features]: https://github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A7.0.0-rc2+is%3Aclosed+label%3Atype-enhancement
|
[ef_features]: https://github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A7.0.0-rc2+is%3Aclosed+label%3Atype-enhancement
|
||||||
|
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ Here's what the script does.
|
|||||||
|
|
||||||
## Install using Snap
|
## Install using Snap
|
||||||
|
|
||||||
You can use Snap is to install and try .NET Previews on [Linux distributions that support Snap](https://docs.snapcraft.io/installing-snapd/6835).
|
You can use Snap is to install and try .NET Previews on [Linux distributions that support Snap](https://snapcraft.io/docs/installing-snapd).
|
||||||
|
|
||||||
After configuring Snap on your system, run the following command to install the latest .NET SDK.
|
After configuring Snap on your system, run the following command to install the latest .NET SDK.
|
||||||
|
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
|||||||
[runtime_features]: https://github.com/dotnet/runtime/issues?q=is%3Aissue+milestone%3A8.0+label%3Aenhancement
|
[runtime_features]: https://github.com/dotnet/runtime/issues?q=is%3Aissue+milestone%3A8.0+label%3Aenhancement
|
||||||
|
|
||||||
[sdk_bugs]: https://github.com/dotnet/sdk/issues?q=is%3Aissue+is%3Aclosed+milestone%3A8.0.1xx
|
[sdk_bugs]: https://github.com/dotnet/sdk/issues?q=is%3Aissue+is%3Aclosed+milestone%3A8.0.1xx
|
||||||
[linux-packages]: 8.0.0-preview.1-install-instructions.md
|
[linux-packages]: ../install-linux.md
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
|
|||||||
[runtime_features]: https://github.com/dotnet/runtime/issues?q=is%3Aissue+milestone%3A8.0+label%3Aenhancement
|
[runtime_features]: https://github.com/dotnet/runtime/issues?q=is%3Aissue+milestone%3A8.0+label%3Aenhancement
|
||||||
|
|
||||||
[sdk_bugs]: https://github.com/dotnet/sdk/issues?q=is%3Aissue+is%3Aclosed+milestone%3A8.0.1xx
|
[sdk_bugs]: https://github.com/dotnet/sdk/issues?q=is%3Aissue+is%3Aclosed+milestone%3A8.0.1xx
|
||||||
[linux-packages]: 8.0.0-preview.2-install-instructions.md
|
[linux-packages]: ../install-linux.md
|
||||||
|
|
||||||
|
|
||||||
[//]: # ( Runtime 8.0.0-preview.2.23128.3)
|
[//]: # ( Runtime 8.0.0-preview.2.23128.3)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# .NET Core 1.1 Preview 1 and .NET Core SDK 1.0 Preview 2.1
|
# .NET Core 1.1 Preview 1 and .NET Core SDK 1.0 Preview 2.1
|
||||||
|
|
||||||
The installers and binary archives on this page include .NET Core 1.1 Preview 1 (runtime and shared framework) and the .NET Core 1.0 SDK Preview 2.1. If you only need the runtime and shared framework (no SDK), download links are available on the [Runtime Download](https://github.com/dotnet/core/blob/main/release-notes/preview-runtime-download.md) page. [Checksums](https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1-Preview-1-SDK-Preview-2.1-3155-SHA.txt) are available to verify downloads.
|
The installers and binary archives on this page include .NET Core 1.1 Preview 1 (runtime and shared framework) and the .NET Core 1.0 SDK Preview 2.1. If you only need the runtime and shared framework (no SDK), download links are available on the [Runtime Download](preview-runtime-download.md) page. [Checksums](https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1-Preview-1-SDK-Preview-2.1-3155-SHA.txt) are available to verify downloads.
|
||||||
|
|
||||||
| .NET Core 1.1 Preview 1 | SDK Installer | SDK Binaries | Runtime Installer | Runtime Binaries |
|
| .NET Core 1.1 Preview 1 | SDK Installer | SDK Binaries | Runtime Installer | Runtime Binaries |
|
||||||
| ----------------------- | :----------------------------------------------: | :----------------------------------------------:|:--|:--|
|
| ----------------------- | :----------------------------------------------: | :----------------------------------------------:|:--|:--|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ If you're looking for the product roadmap, visit <https://aka.ms/dotnet-product-
|
|||||||
|
|
||||||
## Released Versions
|
## Released Versions
|
||||||
|
|
||||||
* [Latest updates](https://github.com/dotnet/core/blob/main/release-notes/README.md) or [Download archive](https://github.com/dotnet/core/blob/main/release-notes/download-archive.md)
|
* [Latest updates](./release-notes/README.md) or [Download archive](./release-notes/download-archives)
|
||||||
|
|
||||||
For released versions of the product:
|
For released versions of the product:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user