Skip to content

Commit 2e5d1f7

Browse files
authored
Merge pull request #849 from dsyme/i6
integrate visualfsharp master
2 parents 0d87c88 + 7cbce0e commit 2e5d1f7

File tree

144 files changed

+1473
-5361
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+1473
-5361
lines changed

.nuget/NuGet.Config

Lines changed: 0 additions & 22 deletions
This file was deleted.

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ osx_image: xcode9
99
mono:
1010
- weekly
1111
- latest
12-
- 4.8.0
13-
- 4.4.2
12+
- 5.8.0
1413

15-
dotnet: 2.0.0
14+
dotnet: 2.1.4
1615

1716
sudo: false
1817

CONTRIBUTING.md

Lines changed: 0 additions & 54 deletions
This file was deleted.

DEVGUIDE.md

Lines changed: 0 additions & 223 deletions
This file was deleted.

NuGet.Config

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
4+
<solution>
5+
<add key="disableSourceControlIntegration" value="true" />
6+
</solution>
7+
<packageSources>
8+
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
9+
<clear />
10+
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
11+
</packageSources>
12+
13+
</configuration>

0 commit comments

Comments
 (0)