add package lock files for | add prop in targets | update action (#3071)

* add package lock files for | add prop in targets | update action

* oh so you can use netfx reference assemblies even on windows
This commit is contained in:
Mihail Gribkov
2025-03-02 00:14:44 +03:00
committed by GitHub
parent 81e49f7e9e
commit 6fb2a29351
23 changed files with 4259 additions and 6 deletions

View File

@@ -0,0 +1,21 @@
{
"version": 1,
"dependencies": {
"net8.0": {
"Newtonsoft.Json": {
"type": "Direct",
"requested": "[13.0.3, )",
"resolved": "13.0.3",
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
}
},
"net9.0": {
"Newtonsoft.Json": {
"type": "Direct",
"requested": "[13.0.3, )",
"resolved": "13.0.3",
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
}
}
}
}