Skip to content

Commit

Permalink
use FCS 38 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Nov 11, 2020
1 parent 147db25 commit 9522b7a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ root = true

[*]
indent_style = space
indent_size = 2
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
Expand Down
7 changes: 3 additions & 4 deletions paket.dependencies
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
source https://api.nuget.org/v3/index.json
source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json

framework: netstandard2.0, net5.0
storage: none

nuget FSharp.Core prerelease
nuget FSharp.Compiler.Service prerelease
nuget FSharp.Core
nuget FSharp.Compiler.Service ~> 38.0
nuget FsUnit
nuget FsCheck
nuget Microsoft.NET.Test.Sdk 16.7.0
Expand All @@ -17,4 +16,4 @@ nuget BenchmarkDotNet
nuget editorconfig
nuget MAB.DotIgnore 3.0.1

github: fsprojects/fantomas:829faa6ba834f99afed9b4434b3a1680536474b2 src/Fantomas/CodePrinter.fs
github: fsprojects/fantomas:829faa6ba834f99afed9b4434b3a1680536474b2 src/Fantomas/CodePrinter.fs
7 changes: 3 additions & 4 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ NUGET
editorconfig (0.12.2)
FsCheck (2.14.3)
FSharp.Core (>= 4.2.3)
FSharp.Compiler.Service (38.0)
FSharp.Core (5.0)
FSharp.Core (5.0)
FsUnit (4.0.2)
FSharp.Core (>= 4.3.4)
NETStandard.Library (>= 2.0.3)
Expand Down Expand Up @@ -373,10 +376,6 @@ NUGET
System.Xml.ReaderWriter (>= 4.3)
System.Xml.XmlDocument (>= 4.3)
System.Xml.XPath (>= 4.3)
remote: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
FSharp.Compiler.Service (38.0.1-beta.20555.2)
FSharp.Core (5.0.1-beta.20555.2)
FSharp.Core (5.0.1-beta.20555.2)
GITHUB
remote: fsprojects/fantomas
src/Fantomas/CodePrinter.fs (829faa6ba834f99afed9b4434b3a1680536474b2)

0 comments on commit 9522b7a

Please sign in to comment.