Skip to content

Commit

Permalink
Update sdk and fantomas packages (#591)
Browse files Browse the repository at this point in the history
* use the 7.0.400 sdk

* use 6.1.2 of Fantomas.Core and Fantomas.FCS
  • Loading branch information
dawedawe authored Aug 21, 2023
1 parent 46c3b3f commit d81ec17
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.400-preview.23272.51",
"rollForward": "latestPatch"
"version": "7.0.400",
"rollForward": "latestFeature"
}
}
12 changes: 6 additions & 6 deletions src/server/ASTViewer/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
},
"Fantomas.Core": {
"type": "Direct",
"requested": "[6.1.1, )",
"resolved": "6.1.1",
"contentHash": "6p09hFYx1ATTF4j3RFETwAfr2mSLMXC0Lwrjydu2GZlTa6P/w8Anb5OTHAxBqdZKngScVmiVN3ZVGwSQD4RygQ==",
"requested": "[6.1.2, )",
"resolved": "6.1.2",
"contentHash": "0rs5Pmc1AP3zJygO34gENQYOm9ea6GiIipi7blIrApHPWbEDB5ua8p/hXPtfzqtxiRKY+U5BbKT8GNWKfqgSIA==",
"dependencies": {
"FSharp.Core": "6.0.1",
"Fantomas.FCS": "6.1.1"
"Fantomas.FCS": "6.1.2"
}
},
"FSharp.Core": {
Expand Down Expand Up @@ -79,8 +79,8 @@
},
"Fantomas.FCS": {
"type": "Transitive",
"resolved": "6.1.1",
"contentHash": "Y9fpZ7G3tnXvZbrjiK21E418PjYCcfGeRuZtkurk9B+HCxPrp3s1JSAcMBLqkeYfZqURyOJFpCzh7WOk7R6fzQ==",
"resolved": "6.1.2",
"contentHash": "vknq26M/JUUzDJKSZo6hVwF6h+vG91SLksinjNVVolw0ullOUTBv1oGbOLcUcy7N4VfYM9SAuHowngbg1oPKCA==",
"dependencies": {
"FSharp.Core": "6.0.1",
"System.Diagnostics.DiagnosticSource": "7.0.0",
Expand Down
12 changes: 6 additions & 6 deletions src/server/FantomasOnlineV6/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
},
"Fantomas.Core": {
"type": "Direct",
"requested": "[6.1.1, )",
"resolved": "6.1.1",
"contentHash": "6p09hFYx1ATTF4j3RFETwAfr2mSLMXC0Lwrjydu2GZlTa6P/w8Anb5OTHAxBqdZKngScVmiVN3ZVGwSQD4RygQ==",
"requested": "[6.1.2, )",
"resolved": "6.1.2",
"contentHash": "0rs5Pmc1AP3zJygO34gENQYOm9ea6GiIipi7blIrApHPWbEDB5ua8p/hXPtfzqtxiRKY+U5BbKT8GNWKfqgSIA==",
"dependencies": {
"FSharp.Core": "6.0.1",
"Fantomas.FCS": "6.1.1"
"Fantomas.FCS": "6.1.2"
}
},
"FSharp.Core": {
Expand Down Expand Up @@ -79,8 +79,8 @@
},
"Fantomas.FCS": {
"type": "Transitive",
"resolved": "6.1.1",
"contentHash": "Y9fpZ7G3tnXvZbrjiK21E418PjYCcfGeRuZtkurk9B+HCxPrp3s1JSAcMBLqkeYfZqURyOJFpCzh7WOk7R6fzQ==",
"resolved": "6.1.2",
"contentHash": "vknq26M/JUUzDJKSZo6hVwF6h+vG91SLksinjNVVolw0ullOUTBv1oGbOLcUcy7N4VfYM9SAuHowngbg1oPKCA==",
"dependencies": {
"FSharp.Core": "6.0.1",
"System.Diagnostics.DiagnosticSource": "7.0.0",
Expand Down

0 comments on commit d81ec17

Please sign in to comment.