Skip to content

Commit

Permalink
Go back to 8.0.400 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Sep 13, 2024
1 parent 21b41e1 commit aef5c59
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/nightly/sdk:9.0
FROM mcr.microsoft.com/dotnet/sdk:8.0.400

# Avoid warnings by switching to noninteractive
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="FSharp.Core" Version="9.0.100-beta.24422.2"/>
<PackageVersion Include="FSharp.Core" Version="8.0.400"/>
<PackageVersion Include="System.Collections.Immutable" Version="7.0.0" />
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="7.0.0" />
<PackageVersion Include="System.Memory" Version="4.5.5" />
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.100-rc.1.24452.12",
"rollForward": "latestPatch"
"version": "8.0.400",
"rollForward": "latestMinor"
}
}
10 changes: 5 additions & 5 deletions src/Fantomas.Benchmarks/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
},
"FSharp.Core": {
"type": "Direct",
"requested": "[9.0.100-beta.24422.2, )",
"resolved": "9.0.100-beta.24422.2",
"contentHash": "NmzJmz7DS6h+kAW14ooG396DAr2xU8NbAj73RNZvQg+aNaLC0PLJYcvsQ8r6Hb0ZUZxKnjxTn3ROsQiSDSNaKg=="
"requested": "[8.0.400, )",
"resolved": "8.0.400",
"contentHash": "kHMdDDmlZl98tujgHCmL8/HNH9VKbxsRMC9s7wbwr4noR40SSa5D4d00yF8cMK52s8jabVuiLLcrUw9r+PkKDQ=="
},
"G-Research.FSharp.Analyzers": {
"type": "Direct",
Expand Down Expand Up @@ -274,14 +274,14 @@
"fantomas.core": {
"type": "Project",
"dependencies": {
"FSharp.Core": "[9.0.100-beta.24422.2, )",
"FSharp.Core": "[8.0.400, )",
"Fantomas.FCS": "[1.0.0, )"
}
},
"fantomas.fcs": {
"type": "Project",
"dependencies": {
"FSharp.Core": "[9.0.100-beta.24422.2, )",
"FSharp.Core": "[8.0.400, )",
"System.Collections.Immutable": "[7.0.0, )",
"System.Diagnostics.DiagnosticSource": "[7.0.0, )",
"System.Memory": "[4.5.5, )",
Expand Down
6 changes: 3 additions & 3 deletions src/Fantomas.Client.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"FSharp.Core": {
"type": "Direct",
"requested": "[9.0.100-beta.24422.2, )",
"resolved": "9.0.100-beta.24422.2",
"contentHash": "NmzJmz7DS6h+kAW14ooG396DAr2xU8NbAj73RNZvQg+aNaLC0PLJYcvsQ8r6Hb0ZUZxKnjxTn3ROsQiSDSNaKg=="
"requested": "[8.0.400, )",
"resolved": "8.0.400",
"contentHash": "kHMdDDmlZl98tujgHCmL8/HNH9VKbxsRMC9s7wbwr4noR40SSa5D4d00yF8cMK52s8jabVuiLLcrUw9r+PkKDQ=="
},
"G-Research.FSharp.Analyzers": {
"type": "Direct",
Expand Down
10 changes: 5 additions & 5 deletions src/Fantomas.Core.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
},
"FSharp.Core": {
"type": "Direct",
"requested": "[9.0.100-beta.24422.2, )",
"resolved": "9.0.100-beta.24422.2",
"contentHash": "NmzJmz7DS6h+kAW14ooG396DAr2xU8NbAj73RNZvQg+aNaLC0PLJYcvsQ8r6Hb0ZUZxKnjxTn3ROsQiSDSNaKg=="
"requested": "[8.0.400, )",
"resolved": "8.0.400",
"contentHash": "kHMdDDmlZl98tujgHCmL8/HNH9VKbxsRMC9s7wbwr4noR40SSa5D4d00yF8cMK52s8jabVuiLLcrUw9r+PkKDQ=="
},
"FsUnit": {
"type": "Direct",
Expand Down Expand Up @@ -144,14 +144,14 @@
"fantomas.core": {
"type": "Project",
"dependencies": {
"FSharp.Core": "[9.0.100-beta.24422.2, )",
"FSharp.Core": "[8.0.400, )",
"Fantomas.FCS": "[1.0.0, )"
}
},
"fantomas.fcs": {
"type": "Project",
"dependencies": {
"FSharp.Core": "[9.0.100-beta.24422.2, )",
"FSharp.Core": "[8.0.400, )",
"System.Collections.Immutable": "[7.0.0, )",
"System.Diagnostics.DiagnosticSource": "[7.0.0, )",
"System.Memory": "[4.5.5, )",
Expand Down
8 changes: 4 additions & 4 deletions src/Fantomas.Core/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
},
"FSharp.Core": {
"type": "Direct",
"requested": "[9.0.100-beta.24422.2, )",
"resolved": "9.0.100-beta.24422.2",
"contentHash": "NmzJmz7DS6h+kAW14ooG396DAr2xU8NbAj73RNZvQg+aNaLC0PLJYcvsQ8r6Hb0ZUZxKnjxTn3ROsQiSDSNaKg=="
"requested": "[8.0.400, )",
"resolved": "8.0.400",
"contentHash": "kHMdDDmlZl98tujgHCmL8/HNH9VKbxsRMC9s7wbwr4noR40SSa5D4d00yF8cMK52s8jabVuiLLcrUw9r+PkKDQ=="
},
"G-Research.FSharp.Analyzers": {
"type": "Direct",
Expand Down Expand Up @@ -127,7 +127,7 @@
"fantomas.fcs": {
"type": "Project",
"dependencies": {
"FSharp.Core": "[9.0.100-beta.24422.2, )",
"FSharp.Core": "[8.0.400, )",
"System.Collections.Immutable": "[7.0.0, )",
"System.Diagnostics.DiagnosticSource": "[7.0.0, )",
"System.Memory": "[4.5.5, )",
Expand Down
2 changes: 1 addition & 1 deletion src/Fantomas.FCS/Fantomas.FCS.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<NoWarn>$(NoWarn);57;</NoWarn> <!-- Experimental -->
<NoWarn>$(NoWarn);1204</NoWarn> <!-- This construct is for use in the FSharp.Core library and should not be used directly -->
<NoWarn>$(NoWarn);1178</NoWarn> <!-- FS1178 does not support structural equality -->
<DefineConstants>$(DefineConstants);COMPILER;FSHARPCORE_USE_PACKAGE</DefineConstants>
<DefineConstants>$(DefineConstants);COMPILER;FSHARPCORE_USE_PACKAGE;NO_CHECKNULLS</DefineConstants>
<FsYaccOutputFolder>generated\$(TargetFramework)\</FsYaccOutputFolder>
<FsLexOutputFolder>generated\$(TargetFramework)\</FsLexOutputFolder>
<Tailcalls>true</Tailcalls>
Expand Down
6 changes: 3 additions & 3 deletions src/Fantomas.FCS/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
},
"FSharp.Core": {
"type": "Direct",
"requested": "[9.0.100-beta.24422.2, )",
"resolved": "9.0.100-beta.24422.2",
"contentHash": "NmzJmz7DS6h+kAW14ooG396DAr2xU8NbAj73RNZvQg+aNaLC0PLJYcvsQ8r6Hb0ZUZxKnjxTn3ROsQiSDSNaKg=="
"requested": "[8.0.400, )",
"resolved": "8.0.400",
"contentHash": "kHMdDDmlZl98tujgHCmL8/HNH9VKbxsRMC9s7wbwr4noR40SSa5D4d00yF8cMK52s8jabVuiLLcrUw9r+PkKDQ=="
},
"FsLexYacc": {
"type": "Direct",
Expand Down
12 changes: 6 additions & 6 deletions src/Fantomas.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
},
"FSharp.Core": {
"type": "Direct",
"requested": "[9.0.100-beta.24422.2, )",
"resolved": "9.0.100-beta.24422.2",
"contentHash": "NmzJmz7DS6h+kAW14ooG396DAr2xU8NbAj73RNZvQg+aNaLC0PLJYcvsQ8r6Hb0ZUZxKnjxTn3ROsQiSDSNaKg=="
"requested": "[8.0.400, )",
"resolved": "8.0.400",
"contentHash": "kHMdDDmlZl98tujgHCmL8/HNH9VKbxsRMC9s7wbwr4noR40SSa5D4d00yF8cMK52s8jabVuiLLcrUw9r+PkKDQ=="
},
"FsUnit": {
"type": "Direct",
Expand Down Expand Up @@ -821,7 +821,7 @@
"type": "Project",
"dependencies": {
"Argu": "[6.2.4, )",
"FSharp.Core": "[9.0.100-beta.24422.2, )",
"FSharp.Core": "[8.0.400, )",
"Fantomas.Client": "[1.0.0, )",
"Fantomas.Core": "[1.0.0, )",
"Ignore": "[0.1.50, )",
Expand All @@ -846,14 +846,14 @@
"fantomas.core": {
"type": "Project",
"dependencies": {
"FSharp.Core": "[9.0.100-beta.24422.2, )",
"FSharp.Core": "[8.0.400, )",
"Fantomas.FCS": "[1.0.0, )"
}
},
"fantomas.fcs": {
"type": "Project",
"dependencies": {
"FSharp.Core": "[9.0.100-beta.24422.2, )",
"FSharp.Core": "[8.0.400, )",
"System.Collections.Immutable": "[7.0.0, )",
"System.Diagnostics.DiagnosticSource": "[7.0.0, )",
"System.Memory": "[4.5.5, )",
Expand Down
10 changes: 5 additions & 5 deletions src/Fantomas/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
},
"FSharp.Core": {
"type": "Direct",
"requested": "[9.0.100-beta.24422.2, )",
"resolved": "9.0.100-beta.24422.2",
"contentHash": "NmzJmz7DS6h+kAW14ooG396DAr2xU8NbAj73RNZvQg+aNaLC0PLJYcvsQ8r6Hb0ZUZxKnjxTn3ROsQiSDSNaKg=="
"requested": "[8.0.400, )",
"resolved": "8.0.400",
"contentHash": "kHMdDDmlZl98tujgHCmL8/HNH9VKbxsRMC9s7wbwr4noR40SSa5D4d00yF8cMK52s8jabVuiLLcrUw9r+PkKDQ=="
},
"G-Research.FSharp.Analyzers": {
"type": "Direct",
Expand Down Expand Up @@ -898,14 +898,14 @@
"fantomas.core": {
"type": "Project",
"dependencies": {
"FSharp.Core": "[9.0.100-beta.24422.2, )",
"FSharp.Core": "[8.0.400, )",
"Fantomas.FCS": "[1.0.0, )"
}
},
"fantomas.fcs": {
"type": "Project",
"dependencies": {
"FSharp.Core": "[9.0.100-beta.24422.2, )",
"FSharp.Core": "[8.0.400, )",
"System.Collections.Immutable": "[7.0.0, )",
"System.Diagnostics.DiagnosticSource": "[7.0.0, )",
"System.Memory": "[4.5.5, )",
Expand Down

0 comments on commit aef5c59

Please sign in to comment.