Skip to content

Commit 07a1cd8

Browse files
author
Immo Landwerth
committed
Include usage of specific TFM syntax
1 parent cc3bce5 commit 07a1cd8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

accepted/2024/net10.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,23 @@ The next version where this is a problem is .NET 20, which will ship in 2035
6161
period ought to be enough to avoid this problem. In fact, we should consider
6262
making omitting a version number a build break in, say, .NET 12.
6363

64+
### Usage
65+
66+
| LinkText | Hits |
67+
| --------------------------------------------------------------------------------------------------------- | ---- |
68+
| [net5](https://github.com/search?q=net5%3C%2FTargetFramework%3E+lang%3Axml&type=code) | 916 |
69+
| [net6](https://github.com/search?q=net6%3C%2FTargetFramework%3E+lang%3Axml&type=code) | 2.3k |
70+
| [net7](https://github.com/search?q=net7%3C%2FTargetFramework%3E+lang%3Axml&type=code) | 520 |
71+
| [net8](https://github.com/search?q=net8%3C%2FTargetFramework%3E+lang%3Axml&type=code) | 704 |
72+
| [net9](https://github.com/search?q=net9%3C%2FTargetFramework%3E+lang%3Axml&type=code) | 9 |
73+
| [net5.0](https://github.com/search?q=net5.0%3C%2FTargetFramework%3E+lang%3Axml&type=code) | 142k |
74+
| [net6.0](https://github.com/search?q=net6.0%3C%2FTargetFramework%3E+lang%3Axml&type=code) | 436k |
75+
| [net7.0](https://github.com/search?q=net7.0%3C%2FTargetFramework%3E+lang%3Axml&type=code) | 138k |
76+
| [net8.0](https://github.com/search?q=net8.0%3C%2FTargetFramework%3E+lang%3Axml&type=code) | 381k |
77+
| [net9.0](https://github.com/search?q=net9.0%3C%2FTargetFramework%3E+lang%3Axml&type=code) | 4.3k |
78+
| [netstandard2](https://github.com/search?q=netstandard2%3C%2FTargetFramework%3E+lang%3Axml&type=code) | 83 |
79+
| [netstandard2.0](https://github.com/search?q=netstandard2.0%3C%2FTargetFramework%3E+lang%3Axml&type=code) | 132k |
80+
6481
## Q & A
6582

6683
### What about `net10.0`

0 commit comments

Comments
 (0)