Skip to content

Commit 9430193

Browse files
committed
[FIX] restore project
1 parent 4e0a41a commit 9430193

1 file changed

Lines changed: 78 additions & 0 deletions

File tree

src/packages.lock.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"version": 1,
3+
"dependencies": {
4+
".NETStandard,Version=v2.1": {
5+
"Microsoft.CodeAnalysis.NetAnalyzers": {
6+
"type": "Direct",
7+
"requested": "[10.0.201, )",
8+
"resolved": "10.0.201",
9+
"contentHash": "MTE+F0fj0N8dtfkEGIcX3/rEycMbOf54DXq/n6n8cE6ZfDIPEElY8lc4X5BpZ+c7DBoQDGLG0iBY/W0YZ3nhtw=="
10+
},
11+
"Microsoft.Sbom.Targets": {
12+
"type": "Direct",
13+
"requested": "[4.1.5, )",
14+
"resolved": "4.1.5",
15+
"contentHash": "i5z+cNu/cOcdO0AgFB8aXk8w6In2H+haaDfSgd9ImvQIK+rSHavHZIogVoAZLL8jLwYx4bAcs5b7EyuMMG4mQQ=="
16+
},
17+
"Microsoft.SourceLink.GitHub": {
18+
"type": "Direct",
19+
"requested": "[10.0.201, )",
20+
"resolved": "10.0.201",
21+
"contentHash": "qxYAmO4ktzd9L+HMdnqWucxpu7bI9undPyACXOMqPyhaiMtbpbYL/n0ACyWIJlbyEJrXFwxiOaBOSasLtDvsCg==",
22+
"dependencies": {
23+
"Microsoft.Build.Tasks.Git": "10.0.201",
24+
"Microsoft.SourceLink.Common": "10.0.201",
25+
"System.IO.Hashing": "10.0.5"
26+
}
27+
},
28+
"MinVer": {
29+
"type": "Direct",
30+
"requested": "[7.0.0, )",
31+
"resolved": "7.0.0",
32+
"contentHash": "2lMTCQl5bGP4iv0JNkockPnyllC6eHLz+CoK2ICvalvHod+exXSxueu9hq+zNkU7bZBJf8wMfeRC/Edn8AGmEg=="
33+
},
34+
"Microsoft.Build.Tasks.Git": {
35+
"type": "Transitive",
36+
"resolved": "10.0.201",
37+
"contentHash": "DMYBnrFZvLnBKn14VavEuuIr31CY6YY2i2L9P8DorS/Qp6ifRR8ZPLdJCFLFfjikNq8DykbYyLd/RP6lSqHcWw==",
38+
"dependencies": {
39+
"System.IO.Hashing": "10.0.5"
40+
}
41+
},
42+
"Microsoft.SourceLink.Common": {
43+
"type": "Transitive",
44+
"resolved": "10.0.201",
45+
"contentHash": "QbBYhkjgL6rCnBfDbzsAJLlsad13TlBHqYCFDIw56OO2g6ix+9RsmY8uxiQGdWwFKbZXaXyAA6jDCzFYVGCZDw=="
46+
},
47+
"System.Buffers": {
48+
"type": "Transitive",
49+
"resolved": "4.6.1",
50+
"contentHash": "N8GXpmiLMtljq7gwvyS+1QvKT/W2J8sNAvx+HVg4NGmsG/H+2k/y9QI23auLJRterrzCiDH+IWAw4V/GPwsMlw=="
51+
},
52+
"System.IO.Hashing": {
53+
"type": "Transitive",
54+
"resolved": "10.0.5",
55+
"contentHash": "8IBJWcCT9+e4Bmevm4T7+fQEiAh133KGiz4oiVTgJckd3Q76OFdR1falgn9lpz7+C4HJvogCDJeAa2QmvbeVtg==",
56+
"dependencies": {
57+
"System.Buffers": "4.6.1",
58+
"System.Memory": "4.6.3"
59+
}
60+
},
61+
"System.Memory": {
62+
"type": "Transitive",
63+
"resolved": "4.6.3",
64+
"contentHash": "qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A=="
65+
}
66+
},
67+
".NETStandard,Version=v2.1/linux-arm": {},
68+
".NETStandard,Version=v2.1/linux-arm64": {},
69+
".NETStandard,Version=v2.1/linux-musl-arm": {},
70+
".NETStandard,Version=v2.1/linux-musl-arm64": {},
71+
".NETStandard,Version=v2.1/linux-musl-x64": {},
72+
".NETStandard,Version=v2.1/linux-x64": {},
73+
".NETStandard,Version=v2.1/osx-arm64": {},
74+
".NETStandard,Version=v2.1/osx-x64": {},
75+
".NETStandard,Version=v2.1/win-arm64": {},
76+
".NETStandard,Version=v2.1/win-x64": {}
77+
}
78+
}

0 commit comments

Comments
 (0)