Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 8b323be

Browse files
committed
Set locked=true in Overlapped's project.lock.json files
1 parent a505a3b commit 8b323be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/System.Threading.Overlapped/src/project.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"locked": false,
2+
"locked": true,
33
"version": -9996,
44
"targets": {
55
"DNXCore,Version=v5.0": {

src/System.Threading.Overlapped/tests/project.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"locked": false,
2+
"locked": true,
33
"version": -9996,
44
"targets": {
55
"DNXCore,Version=v5.0": {

0 commit comments

Comments
 (0)