Skip to content

Commit ee7de00

Browse files
T-GroCopilot
andauthored
Bump versions (#19981)
Update .NET SDK to 10.0.301 and StreamJsonRpc to 2.25.29. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 2f9c6d8 commit ee7de00

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.204",
3+
"version": "10.0.301",
44
"allowPrerelease": true,
55
"paths": [
66
".dotnet",
@@ -12,7 +12,7 @@
1212
"runner": "Microsoft.Testing.Platform"
1313
},
1414
"tools": {
15-
"dotnet": "10.0.204",
15+
"dotnet": "10.0.301",
1616
"vs": {
1717
"version": "18.0",
1818
"components": [

src/FSharp.Compiler.LanguageServer/FSharp.Compiler.LanguageServer.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
1212
<PackageReference Include="Microsoft.VisualStudio.LanguageServer.Protocol" Version="17.13.6-preview" />
1313
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.12.21" />
14-
<PackageReference Include="StreamJsonRpc" Version="2.21.3-preview" />
14+
<PackageReference Include="StreamJsonRpc" Version="2.25.29" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)