Skip to content

Commit 1d5ce30

Browse files
authored
bump FCS and FSharp.Core for the 8.0.400 release (#209)
1 parent 9b5e592 commit 1d5ce30

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.66.0] - 2024-08-17
9+
10+
### Changed
11+
12+
* [Update FSharp packages for the .NET SDK 8.0.400 release](https://github.com/ionide/proj-info/pull/209)
13+
814
## [0.65.0] - 2024-05-15
915

1016
### Changed

paket.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ NUGET
2121
Expecto.TestResults (8.13.2)
2222
Expecto (>= 8.13.2)
2323
FSharp.Core (>= 4.6)
24-
FSharp.Compiler.Service (43.8.300)
25-
FSharp.Core (8.0.300)
24+
FSharp.Compiler.Service (43.8.400)
25+
FSharp.Core (8.0.400)
2626
System.Buffers (>= 4.5.1)
27-
System.Collections.Immutable (>= 7.0)
28-
System.Diagnostics.DiagnosticSource (>= 7.0.2)
27+
System.Collections.Immutable (>= 8.0)
28+
System.Diagnostics.DiagnosticSource (>= 8.0)
2929
System.Memory (>= 4.5.5)
3030
System.Reflection.Emit (>= 4.7)
31-
System.Reflection.Metadata (>= 7.0)
31+
System.Reflection.Metadata (>= 8.0)
3232
System.Runtime.CompilerServices.Unsafe (>= 6.0)
3333
FSharp.Control.Reactive (5.0.5)
3434
FSharp.Core (>= 4.7.2)
3535
System.Reactive (>= 5.0 < 6.0)
36-
FSharp.Core (8.0.300)
36+
FSharp.Core (8.0.400)
3737
GitHubActionsTestLogger (2.0.1)
3838
Microsoft.TestPlatform.ObjectModel (>= 17.2)
3939
Ionide.KeepAChangelog.Tasks (0.1.8) - copy_local: true
@@ -125,7 +125,7 @@ NUGET
125125
Microsoft.NETCore.Platforms (>= 1.1)
126126
Microsoft.NETCore.Targets (>= 1.1)
127127
System.Runtime (>= 4.3)
128-
System.Collections.Immutable (7.0)
128+
System.Collections.Immutable (8.0)
129129
System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (== net6.0) (&& (== net7.0) (>= net462)) (&& (== net7.0) (< net6.0))
130130
System.Configuration.ConfigurationManager (6.0) - copy_local: false
131131
System.Security.Cryptography.ProtectedData (>= 6.0)
@@ -134,7 +134,7 @@ NUGET
134134
Microsoft.NETCore.Platforms (>= 1.1)
135135
Microsoft.NETCore.Targets (>= 1.1)
136136
System.Runtime (>= 4.3)
137-
System.Diagnostics.DiagnosticSource (7.0.2)
137+
System.Diagnostics.DiagnosticSource (8.0.1)
138138
System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (== net6.0) (&& (== net7.0) (>= net462)) (&& (== net7.0) (< net6.0))
139139
System.Diagnostics.Process (4.3)
140140
Microsoft.NETCore.Platforms (>= 1.1)
@@ -191,8 +191,8 @@ NUGET
191191
System.Reflection.Primitives (>= 4.3)
192192
System.Runtime (>= 4.3)
193193
System.Reflection.Emit (4.7)
194-
System.Reflection.Metadata (7.0.2)
195-
System.Collections.Immutable (>= 7.0)
194+
System.Reflection.Metadata (8.0)
195+
System.Collections.Immutable (>= 8.0)
196196
System.Reflection.Primitives (4.3)
197197
Microsoft.NETCore.Platforms (>= 1.1)
198198
Microsoft.NETCore.Targets (>= 1.1)

0 commit comments

Comments
 (0)