File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,23 @@ The next version where this is a problem is .NET 20, which will ship in 2035
61
61
period ought to be enough to avoid this problem. In fact, we should consider
62
62
making omitting a version number a build break in, say, .NET 12.
63
63
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
+
64
81
## Q & A
65
82
66
83
### What about ` net10.0 `
You can’t perform that action at this time.
0 commit comments