Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2022-02-02 00:51:32 +0300
committerGitHub <noreply@github.com>2022-02-02 00:51:32 +0300
commitef5803de62be3c9584a352c1863e3036801731f5 (patch)
tree4f1f3881a5525b964a1e8caefd4f873304e112b6 /docs
parentbccc18bb6c42e2558675fd155e17f4226d6bc0a0 (diff)
Delete NS2x runtime specific impls (#64610)
* Remove .NETStandard runtime implementations Remove the remaining ten .NETStandard runtime specific implementations. For reasoning please see https://github.com/dotnet/runtime/issues/64536. * Remove infra support for NS platform specific tfms Also cleaning-up some logic and stop disabling AppendTargetFramework.
Diffstat (limited to 'docs')
-rw-r--r--docs/coding-guidelines/libraries-packaging.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/coding-guidelines/libraries-packaging.md b/docs/coding-guidelines/libraries-packaging.md
index 66909e4df85..be1a1c8ae8f 100644
--- a/docs/coding-guidelines/libraries-packaging.md
+++ b/docs/coding-guidelines/libraries-packaging.md
@@ -92,6 +92,3 @@ In order to mitigate design-time/build-time performance issues with source gener
<DisableSourceGeneratorPropertyName>CustomPropertyName</DisableSourceGeneratorPropertyName>
</PropertyGroup>
```
-
-### .NETFramework RID specific assets
-When targeting .NETFramework, RID specific assets are automatically added to the package if the project contains other compatible RID specific assets, mainly `netstandard2.0-windows`.