This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Commit eb2025d
committed
Add an empty dependency group for net45 to DataFlow package
DataFlow has assets that are netstandard and old PCL and corrisponding
dependencies. However when selecting for .NET Framework we can eliminate
the dependencies as they aren't necessary as we know they all exist already
in framework.
Fixes https://github.com/dotnet/corefx/issues/251711 parent 4350f2d commit eb2025d
File tree
1 file changed
+10
-2
lines changed- src/System.Threading.Tasks.Dataflow/pkg
1 file changed
+10
-2
lines changedLines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
21 | 29 | | |
22 | 30 | | |
23 | 31 | | |
0 commit comments