Skip to content

Commit 75f15b6

Browse files
committed
nuget restore
1 parent 70f88d3 commit 75f15b6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

vnext/Microsoft.ReactNative.Managed.CodeGen.UnitTests/packages.lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": 1,
33
"dependencies": {
4-
"net6.0": {
4+
"net8.0": {
55
"coverlet.collector": {
66
"type": "Direct",
77
"requested": "[3.1.2, )",
@@ -1610,7 +1610,7 @@
16101610
}
16111611
}
16121612
},
1613-
"net6.0/win-x64": {
1613+
"net8.0/win-x64": {
16141614
"Microsoft.Win32.Primitives": {
16151615
"type": "Transitive",
16161616
"resolved": "4.3.0",

vnext/Microsoft.ReactNative.Managed.CodeGen/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": 1,
33
"dependencies": {
4-
"net6.0": {
4+
"net8.0": {
55
"Humanizer": {
66
"type": "Direct",
77
"requested": "[2.14.1, )",
@@ -1507,7 +1507,7 @@
15071507
}
15081508
}
15091509
},
1510-
"net6.0/win-x64": {
1510+
"net8.0/win-x64": {
15111511
"Microsoft.Win32.Primitives": {
15121512
"type": "Transitive",
15131513
"resolved": "4.3.0",
@@ -2350,7 +2350,7 @@
23502350
}
23512351
}
23522352
},
2353-
"net6.0/win-x86": {
2353+
"net8.0/win-x86": {
23542354
"Microsoft.Win32.Primitives": {
23552355
"type": "Transitive",
23562356
"resolved": "4.3.0",

0 commit comments

Comments
 (0)