Skip to content

Commit 399d3a1

Browse files
committed
Try to fix CI build error: error NU1004: The project's runtime identifiers have changed from. Project's runtime identifiers: win;win-arm64;win-x64;win-x86, lock file's runtime identifiers .The packages lock file is inconsistent with the project dependencies so restore can't be run in locked mode. Disable the RestoreLockedMode MSBuild property or pass an explicit --force-evaluate option to run restore to update the lock file
1 parent 90f7ef0 commit 399d3a1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Fail2Ban4Win/packages.lock.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,10 @@
238238
"resolved": "4.6.1",
239239
"contentHash": "+RJT4qaekpZ7DDLhf+LTjq+E48jieKiY9ulJ+BoxKmZblIJfIJT8Ufcaa/clQqnYvWs8jugfGSMu8ylS0caG0w=="
240240
}
241-
}
241+
},
242+
".NETFramework,Version=v4.7.2/win": {},
243+
".NETFramework,Version=v4.7.2/win-arm64": {},
244+
".NETFramework,Version=v4.7.2/win-x64": {},
245+
".NETFramework,Version=v4.7.2/win-x86": {}
242246
}
243247
}

0 commit comments

Comments
 (0)