Skip to content

Commit 23e3548

Browse files
committed
Remove 0.3.0 from stable versions list for System.Numerics.Tensors
1 parent 2c77d62 commit 23e3548

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
From 6beafe446d279b526820ab4b7fc5c97e73462592 Mon Sep 17 00:00:00 2001
2+
From: dseefeld <dseefeld@microsoft.com>
3+
Date: Tue, 26 Jan 2021 18:01:36 +0000
4+
Subject: [PATCH] Remove stable version for System.Numerics.Tensors
5+
6+
---
7+
pkg/Microsoft.Private.PackageBaseline/packageIndex.json | 3 +--
8+
1 file changed, 1 insertion(+), 2 deletions(-)
9+
10+
diff --git a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
11+
index 4f289d50cb..8ab6368c67 100644
12+
--- a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
13+
+++ b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
14+
@@ -3534,8 +3534,7 @@
15+
},
16+
"System.Numerics.Tensors": {
17+
"StableVersions": [
18+
- "0.1.0",
19+
- "0.3.0"
20+
+ "0.1.0"
21+
],
22+
"BaselineVersion": "0.3.0",
23+
"InboxOn": {},
24+
--
25+
2.21.3
26+

0 commit comments

Comments
 (0)