Skip to content

Commit ffa671d

Browse files
authored
Turn off allowPrerelease (#595)
Downstream follow up of Particular/NServiceBus#7525
1 parent 3ccb50f commit ffa671d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
33
"version": "10.0.0",
4-
"allowPrerelease": true,
4+
"allowPrerelease": false,
55
"rollForward": "latestFeature"
66
}
7-
}
7+
}

0 commit comments

Comments
 (0)