Skip to content

Commit 25dc0f2

Browse files
committed
Use the win-x86 platform as the win7-x86 is no longer supported
Fixed the `error NU1004: The project's runtime identifiers have changed from. Project's runtime identifiers: win-x86, lock file's runtime identifiers win7-x86.`
1 parent 87842a9 commit 25dc0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/ClientApplication/packages.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,6 @@
167167
}
168168
}
169169
},
170-
".NETFramework,Version=v4.6.2/win7-x86": {}
170+
".NETFramework,Version=v4.6.2/win-x86": {}
171171
}
172172
}

0 commit comments

Comments
 (0)