Skip to content

Commit 960f8d5

Browse files
chore(deps): update dependency languageext.core to 5.0.0-beta-77
1 parent b89cfcb commit 960f8d5

3 files changed

Lines changed: 13 additions & 33 deletions

File tree

src/Compiler/Compiler.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<!-- Misc -->
9595
<PackageReference Include="Extended.Collections" Version="1.1.1" />
9696
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />
97-
<PackageReference Include="LanguageExt.Core" Version="5.0.0-beta-48" />
97+
<PackageReference Include="LanguageExt.Core" Version="5.0.0-beta-77" />
9898
<PackageReference Include="QuikGraph" Version="2.5.0" />
9999
<PackageReference Include="QuikGraph.Graphviz" Version="2.5.0" />
100100

src/Compiler/packages.lock.json

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
},
2323
"LanguageExt.Core": {
2424
"type": "Direct",
25-
"requested": "[5.0.0-beta-48, )",
26-
"resolved": "5.0.0-beta-48",
27-
"contentHash": "y1Ej5JSH36WjS5t65qyNgNvPeuR67igLL924YqrRPU/sV7gWqNCYFUOJ8JZhM+v8ZGniq0vtfMlmym0/jD4uWA=="
25+
"requested": "[5.0.0-beta-77, )",
26+
"resolved": "5.0.0-beta-77",
27+
"contentHash": "zVBqn2alHIDTOSjgWDUo31irEg59ZfM6T8e24UcUn6o/F+5Qr0jRjGPp2LzME7PHyKh+crK+boBmdCAFguwqjw=="
2828
},
2929
"Microsoft.NET.ILLink.Tasks": {
3030
"type": "Direct",
31-
"requested": "[10.0.0-preview.1.25080.5, )",
32-
"resolved": "10.0.0-preview.1.25080.5",
33-
"contentHash": "BcqN9LwIJFpwT6fJTE3xPqvIA68nfJNj/sjNnsWuaGKRnJZSyfRPRE5YyMx/umJ8D8Vkrv5KIejQakkfEE7bxw=="
31+
"requested": "[10.0.2, )",
32+
"resolved": "10.0.2",
33+
"contentHash": "sXdDtMf2qcnbygw9OdE535c2lxSxrZP8gO4UhDJ0xiJbl1wIqXS1OTcTDFTIJPOFd6Mhcm8gPEthqWGUxBsTqw=="
3434
},
3535
"Microsoft.PowerShell.Commands.Diagnostics": {
3636
"type": "Direct",
@@ -62,8 +62,7 @@
6262
"Microsoft.CodeAnalysis.CSharp": "4.12.0",
6363
"Microsoft.PowerShell.MarkdownRender": "7.2.1",
6464
"System.Drawing.Common": "9.0.2",
65-
"System.Management.Automation": "7.6.0-preview.3",
66-
"System.Threading.AccessControl": "9.0.2"
65+
"System.Management.Automation": "7.6.0-preview.3"
6766
}
6867
},
6968
"Microsoft.PowerShell.ConsoleHost": {
@@ -377,7 +376,6 @@
377376
"System.ServiceModel.Syndication": "9.0.2",
378377
"System.ServiceProcess.ServiceController": "9.0.2",
379378
"System.Speech": "9.0.2",
380-
"System.Threading.AccessControl": "9.0.2",
381379
"System.Web.Services.Description": "4.10.0"
382380
}
383381
},
@@ -820,11 +818,6 @@
820818
"resolved": "9.0.2",
821819
"contentHash": "arQPudYrkW+cZfF7qyKcv9ukR7lM54AKyQDPX/2RPrC1EFlkYWHeOI6ST6VeI8hefW4zH9f/FnThuC70LFNd9A=="
822820
},
823-
"System.Threading.AccessControl": {
824-
"type": "Transitive",
825-
"resolved": "9.0.2",
826-
"contentHash": "4bqapQyY6OPux4sQSorJC2d/shmVVAfuYl75b8mg7KQMj4tAzLn2fhLbpf2Sx2ReHFBJ3qgFeY3gFRisLkCP/g=="
827-
},
828821
"System.Web.Services.Description": {
829822
"type": "Transitive",
830823
"resolved": "4.10.0",
@@ -867,8 +860,7 @@
867860
"Microsoft.CodeAnalysis.CSharp": "4.12.0",
868861
"Microsoft.PowerShell.MarkdownRender": "7.2.1",
869862
"System.Drawing.Common": "9.0.2",
870-
"System.Management.Automation": "7.6.0-preview.3",
871-
"System.Threading.AccessControl": "9.0.2"
863+
"System.Management.Automation": "7.6.0-preview.3"
872864
}
873865
},
874866
"Microsoft.PowerShell.ConsoleHost": {
@@ -1195,11 +1187,6 @@
11951187
"resolved": "9.0.2",
11961188
"contentHash": "arQPudYrkW+cZfF7qyKcv9ukR7lM54AKyQDPX/2RPrC1EFlkYWHeOI6ST6VeI8hefW4zH9f/FnThuC70LFNd9A=="
11971189
},
1198-
"System.Threading.AccessControl": {
1199-
"type": "Transitive",
1200-
"resolved": "9.0.2",
1201-
"contentHash": "4bqapQyY6OPux4sQSorJC2d/shmVVAfuYl75b8mg7KQMj4tAzLn2fhLbpf2Sx2ReHFBJ3qgFeY3gFRisLkCP/g=="
1202-
},
12031190
"System.Windows.Extensions": {
12041191
"type": "Transitive",
12051192
"resolved": "9.0.2",

tests/Compiler/packages.lock.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@
151151
},
152152
"LanguageExt.Core": {
153153
"type": "Transitive",
154-
"resolved": "5.0.0-beta-48",
155-
"contentHash": "y1Ej5JSH36WjS5t65qyNgNvPeuR67igLL924YqrRPU/sV7gWqNCYFUOJ8JZhM+v8ZGniq0vtfMlmym0/jD4uWA=="
154+
"resolved": "5.0.0-beta-77",
155+
"contentHash": "zVBqn2alHIDTOSjgWDUo31irEg59ZfM6T8e24UcUn6o/F+5Qr0jRjGPp2LzME7PHyKh+crK+boBmdCAFguwqjw=="
156156
},
157157
"Markdig.Signed": {
158158
"type": "Transitive",
@@ -273,8 +273,7 @@
273273
"Microsoft.CodeAnalysis.CSharp": "4.12.0",
274274
"Microsoft.PowerShell.MarkdownRender": "7.2.1",
275275
"System.Drawing.Common": "9.0.2",
276-
"System.Management.Automation": "7.6.0-preview.3",
277-
"System.Threading.AccessControl": "9.0.2"
276+
"System.Management.Automation": "7.6.0-preview.3"
278277
}
279278
},
280279
"Microsoft.PowerShell.ConsoleHost": {
@@ -383,7 +382,6 @@
383382
"System.ServiceModel.Syndication": "9.0.2",
384383
"System.ServiceProcess.ServiceController": "9.0.2",
385384
"System.Speech": "9.0.2",
386-
"System.Threading.AccessControl": "9.0.2",
387385
"System.Web.Services.Description": "4.10.0"
388386
}
389387
},
@@ -878,11 +876,6 @@
878876
"resolved": "9.0.2",
879877
"contentHash": "arQPudYrkW+cZfF7qyKcv9ukR7lM54AKyQDPX/2RPrC1EFlkYWHeOI6ST6VeI8hefW4zH9f/FnThuC70LFNd9A=="
880878
},
881-
"System.Threading.AccessControl": {
882-
"type": "Transitive",
883-
"resolved": "9.0.2",
884-
"contentHash": "4bqapQyY6OPux4sQSorJC2d/shmVVAfuYl75b8mg7KQMj4tAzLn2fhLbpf2Sx2ReHFBJ3qgFeY3gFRisLkCP/g=="
885-
},
886879
"System.Web.Services.Description": {
887880
"type": "Transitive",
888881
"resolved": "4.10.0",
@@ -899,7 +892,7 @@
899892
"CommandLineParser": "[2.9.1, )",
900893
"Extended.Collections": "[1.1.1, )",
901894
"JetBrains.Annotations": "[2024.3.0, )",
902-
"LanguageExt.Core": "[5.0.0-beta-48, )",
895+
"LanguageExt.Core": "[5.0.0-beta-77, )",
903896
"Microsoft.PowerShell.Commands.Diagnostics": "[7.6.0-preview.3, )",
904897
"Microsoft.PowerShell.Commands.Management": "[7.6.0-preview.3, )",
905898
"Microsoft.PowerShell.Commands.Utility": "[7.6.0-preview.3, )",

0 commit comments

Comments
 (0)