From f94059fe8bc2bcd908ff51d8e180ca59a0eaf480 Mon Sep 17 00:00:00 2001 From: Gang Wang Date: Wed, 5 Jul 2023 09:44:07 +0000 Subject: [PATCH] Update doc to net8.0 --- src/Framework/README.md | 2 +- src/Utilities/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Framework/README.md b/src/Framework/README.md index 8a86bc21cc5..93e81deab96 100644 --- a/src/Framework/README.md +++ b/src/Framework/README.md @@ -6,6 +6,6 @@ The items in this namespace are primarily base-level classes and interfaces shar [`ITask`](https://docs.microsoft.com/dotnet/api/microsoft.build.framework.itask), and [`ILogger`](https://docs.microsoft.com/dotnet/api/microsoft.build.framework.ilogger). ### netstandard2.0 target -The `netstandard2.0` target of this build is configured only to output reference assemblies; at runtime MSBuild will be `net7.0` or `net472`. Please use the `net7.0`-targeted assemblies for .NET Core 6+ scenarios. +The `netstandard2.0` target of this build is configured only to output reference assemblies; at runtime MSBuild will be `net8.0` or `net472`. Please use the `net8.0`-targeted assemblies for .NET Core 6+ scenarios. For context, see https://github.com/dotnet/msbuild/pull/6148 \ No newline at end of file diff --git a/src/Utilities/README.md b/src/Utilities/README.md index 99a1651b52c..b9ea74fb0f7 100644 --- a/src/Utilities/README.md +++ b/src/Utilities/README.md @@ -7,6 +7,6 @@ This package contains `Microsoft.Build.Utilities.Core.dll`, which defines helper * [`Logger`](https://docs.microsoft.com/dotnet/api/microsoft.build.utilities.logger), a base class for custom logging functionality. ### netstandard2.0 target -The `netstandard2.0` target of this build is configured only to output reference assemblies; at runtime MSBuild will be `net7.0` or `net472`. Please use the `net7.0`-targeted assemblies for .NET Core 6+ scenarios. +The `netstandard2.0` target of this build is configured only to output reference assemblies; at runtime MSBuild will be `net8.0` or `net472`. Please use the `net8.0`-targeted assemblies for .NET Core 6+ scenarios. For context, see https://github.com/dotnet/msbuild/pull/6148 \ No newline at end of file