File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 9
9
netcoreapp2.1;
10
10
netcoreapp1.0;
11
11
netstandard2.1;
12
- netstandard2.0;
13
12
netstandard1.0;
14
13
net45;
15
14
net35;
19
18
|================|=================|=========|==============================
20
19
| net8.0 | | | - latest API, for use in IDE
21
20
| netcoreapp3.0 | netstandard2.1 | | - NotNullWhenAttribute
22
- | netcoreapp2.1 | netstandard2.0 | | - HashCode
21
+ | netcoreapp2.1 | netstandard2.1 | | - HashCode
23
22
| netcoreapp1.0 | netstandard1.0 | net45 | - MethodImplOptions.AggressiveInlining
24
23
| netcoreapp1.0 | netstandard1.0 | net35 | - lowest supported API, Extension attribute
25
24
-->
Original file line number Diff line number Diff line change 1
- #if NETCOREAPP2_1_OR_GREATER || NETSTANDARD2_0_OR_GREATER
1
+ #if NETCOREAPP2_1_OR_GREATER || NETSTANDARD2_1_OR_GREATER
2
2
using System ;
3
3
using System . Collections . Generic ;
4
4
using JetBrains . Annotations ;
You can’t perform that action at this time.
0 commit comments