Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 7a2b3bf

Browse files
committed
Merge pull request #2310 from mellinoe/remove-snvr-dep
Remove Tools dependency from System.Numerics.Vectors.WindowsRuntime
2 parents 2bfa5bb + 7bf6122 commit 7a2b3bf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/System.Numerics.Vectors.WindowsRuntime/src/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"dependencies": {
3-
"System.Diagnostics.Tools": "4.1.0-beta-*",
43
"System.Numerics.Vectors": "4.1.0-beta-*",
54
"System.Runtime.WindowsRuntime": "4.0.0-beta-*",
65
},

src/System.Numerics.Vectors.WindowsRuntime/src/project.lock.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,6 @@
465465
},
466466
"projectFileDependencyGroups": {
467467
"": [
468-
"System.Diagnostics.Tools >= 4.1.0-beta-*",
469468
"System.Numerics.Vectors >= 4.1.0-beta-*",
470469
"System.Runtime.WindowsRuntime >= 4.0.0-beta-*"
471470
],

0 commit comments

Comments
 (0)