File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
vsintegration/src/FSharp.Editor Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 88 <!-- To inherit the global NuGet package sources remove the <clear/> line below -->
99 <clear />
1010 <add key =" myget.org fsharp-daily" value =" https://www.myget.org/F/fsharp-daily/api/v3/index.json" />
11- <add key =" myget.org roslyn-dev15-preview-5- nightly" value =" https://dotnet.myget.org/F/roslyn-dev15-preview-5 -nightly/api/v3/index.json" />
11+ <add key =" myget.org roslyn-master- nightly" value =" https://dotnet.myget.org/F/roslyn-master -nightly/api/v3/index.json" />
1212 <add key =" dotnet-core" value =" https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
1313 <add key =" myget.org dotnet-buildtools" value =" https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json" />
1414 <add key =" myget.org roslyn-tools" value =" https://dotnet.myget.org/F/roslyn-tools/api/v3/index.json" />
Original file line number Diff line number Diff line change 1818 <package id =" WiX.Toolset.2015" version =" 3.10.0.1503" />
1919 <package id =" Microsoft.VisualFSharp.Core.Redist" version =" 1.0.0" />
2020 <package id =" Microsoft.VisualFSharp.Type.Providers.Redist" version =" 1.0.0" />
21- <package id =" Microsoft.CodeAnalysis.Common" version =" 2.0.0-beta5-60922-03 " targetFramework =" net46" />
22- <package id =" Microsoft.CodeAnalysis.EditorFeatures" version =" 2.0.0-beta5-60922-03 " targetFramework =" net46" />
23- <package id =" Microsoft.CodeAnalysis.EditorFeatures.Text" version =" 2.0.0-beta5-60922-03 " targetFramework =" net46" />
24- <package id =" Microsoft.CodeAnalysis.Features" version =" 2.0.0-beta5-60922-03 " targetFramework =" net46" />
25- <package id =" Microsoft.CodeAnalysis.Workspaces.Common" version =" 2.0.0-beta5-60922-03 " targetFramework =" net46" />
26- <package id =" Microsoft.VisualStudio.LanguageServices" version =" 2.0.0-beta5-60922-03 " targetFramework =" net46" />
21+ <package id =" Microsoft.CodeAnalysis.Common" version =" 2.0.0-beta6-61003-06 " targetFramework =" net46" />
22+ <package id =" Microsoft.CodeAnalysis.EditorFeatures" version =" 2.0.0-beta6-61003-06 " targetFramework =" net46" />
23+ <package id =" Microsoft.CodeAnalysis.EditorFeatures.Text" version =" 2.0.0-beta6-61003-06 " targetFramework =" net46" />
24+ <package id =" Microsoft.CodeAnalysis.Features" version =" 2.0.0-beta6-61003-06 " targetFramework =" net46" />
25+ <package id =" Microsoft.CodeAnalysis.Workspaces.Common" version =" 2.0.0-beta6-61003-06 " targetFramework =" net46" />
26+ <package id =" Microsoft.VisualStudio.LanguageServices" version =" 2.0.0-beta6-61003-06 " targetFramework =" net46" />
2727 <package id =" Microsoft.Composition" version =" 1.0.27" targetFramework =" net46" />
2828 <package id =" Microsoft.VisualStudio.Threading" version =" 14.1.131" targetFramework =" net46" />
2929 <package id =" Microsoft.VisualStudio.Shell.14.0" version =" 14.3.25407" targetFramework =" net46" />
Original file line number Diff line number Diff line change 9090 <FsiToolExe >fsi.exe</FsiToolExe >
9191 <FsLexToolExe >fslex.exe</FsLexToolExe >
9292 <FsYaccToolExe >fsyacc.exe</FsYaccToolExe >
93- <RoslynVersion >2.0.0-beta5-60922-03 </RoslynVersion >
93+ <RoslynVersion >2.0.0-beta6-61003-06 </RoslynVersion >
9494 <RoslynVSBinariesVersion >14.0</RoslynVSBinariesVersion >
9595 <RoslynVSPackagesVersion >14.3.25407</RoslynVSPackagesVersion >
9696 </PropertyGroup >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ open Microsoft.CodeAnalysis
1616open Microsoft.CodeAnalysis .Classification
1717open Microsoft.CodeAnalysis .Editor
1818open Microsoft.CodeAnalysis .Editor .Host
19- open Microsoft.CodeAnalysis .Editor . Navigation
19+ open Microsoft.CodeAnalysis .Navigation
2020open Microsoft.CodeAnalysis .Editor .Shared .Utilities
2121open Microsoft.CodeAnalysis .Host .Mef
2222open Microsoft.CodeAnalysis .Text
You can’t perform that action at this time.
0 commit comments