Skip to content

Commit e351e63

Browse files
Update FSAC
1 parent 6c32c22 commit e351e63

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

paket.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
NUGET
22
remote: https://www.nuget.org/api/v2
3-
FAKE (4.25.4)
3+
FAKE (4.26)
44
FunScript (1.1.94)
55
Microsoft.Bcl (1.1.10) - framework: net10, net11, net20, net30, net35, net40, net40-full
66
Microsoft.Bcl.Build (>= 1.0.14)
@@ -21,11 +21,11 @@ GIT
2121
(8b996684032cebe1ba052696fb30081fab023b1f)
2222
build: build.cmd
2323
remote: https://github.com/ionide/FsAutoComplete.git
24-
(40248ae40c8b30921565fb573091e3917ff2a3cf)
24+
(589acc5c83709f76d4c0e1b3779bcc03283625b0)
2525
build: build.cmd LocalRelease
2626
remote: [email protected]:ionide/ionide-fsgrammar.git
2727
(8061b5296321522633b16d7df66af8cf5fcd3784)
2828
GITHUB
2929
remote: fsharp/FAKE
30-
modules/Octokit/Octokit.fsx (db3139b0bf8a93047a68ca10f0135f1e94a10cae)
30+
modules/Octokit/Octokit.fsx (32e262c11174b196dc8af16a577c8c3aa0ab0b2b)
3131
Octokit

release/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This can be obtained by installing Visual Studio 2013 / 2015 or downloading:
4040
More details how to obtain and install F# on different platforms can be found on http://fsharp.org/
4141

4242
## WebPreview
43-
`WebView` allows the user to override the default conventions used to run and preview web applications. To do so You need to create an `.ionide` file in the root folder of Your project opened by Atom. The configuration file uses the [TOML](https://github.com/toml-lang/toml) language.
43+
`WebView` allows the user to override the default conventions used to run and preview web applications. To do so You need to create an `.ionide` file in the root folder of Your project opened by VSCode. The configuration file uses the [TOML](https://github.com/toml-lang/toml) language.
4444

4545
Here is the default configuration values used if the `.ionide` file doesn't exist or some entry is missing:
4646

release/templates

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 9a5e2252ebac9635979d6999eb96d2dd2d0ebb1d

src/Ionide.FSharp.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<Reference Include="System.Numerics" />
7676
</ItemGroup>
7777
<Choose>
78-
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.1' Or $(TargetFrameworkVersion) == 'v4.5.2' Or $(TargetFrameworkVersion) == 'v4.5.3' Or $(TargetFrameworkVersion) == 'v4.6' Or $(TargetFrameworkVersion) == 'v4.6.1' Or $(TargetFrameworkVersion) == 'v4.6.2')">
78+
<When Condition="($(TargetFrameworkIdentifier) == '.NETStandard' And ($(TargetFrameworkVersion) == 'v1.0' Or $(TargetFrameworkVersion) == 'v1.1' Or $(TargetFrameworkVersion) == 'v1.2' Or $(TargetFrameworkVersion) == 'v1.3' Or $(TargetFrameworkVersion) == 'v1.4' Or $(TargetFrameworkVersion) == 'v1.5')) Or ($(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.1' Or $(TargetFrameworkVersion) == 'v4.5.2' Or $(TargetFrameworkVersion) == 'v4.5.3' Or $(TargetFrameworkVersion) == 'v4.6' Or $(TargetFrameworkVersion) == 'v4.6.1' Or $(TargetFrameworkVersion) == 'v4.6.2'))">
7979
<ItemGroup>
8080
<Reference Include="FunScript.Interop">
8181
<HintPath>..\packages\FunScript\lib\net40\FunScript.Interop.dll</HintPath>

0 commit comments

Comments
 (0)