Skip to content

Commit 61e785c

Browse files
committed
fix references
1 parent 65496d9 commit 61e785c

File tree

4 files changed

+2
-9
lines changed

4 files changed

+2
-9
lines changed

.nuget/NuGet.Config

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
55
</solution>
66
<packageSources>
77

8-
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
9-
<clear />
10-
<add key="myget.org fsharp-daily" value="https://www.myget.org/F/fsharp-daily/api/v3/index.json" />
118
<add key="dotnet-core" value="https://www.myget.org/F/dotnet-core/api/v3/index.json" />
12-
<add key="myget.org dotnet-buildtools" value="https://www.myget.org/F/dotnet-buildtools/api/v3/index.json" />
13-
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
14-
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
159

1610
</packageSources>
1711
</configuration>

packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.DotNet.BuildTools" version="1.0.25-prerelease-00140" />
43
<package id="FSharp.Data" version="2.2.5" />
54
<package id="FsCheck" version="2.0.3" />
65
<package id="NUnit.Runners" version="3.0.0" targetFramework="net45" />

src/fsharp/FSharp.Compiler-proto/FSharp.Compiler-proto.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@
478478
<Private>True</Private>
479479
</Reference>
480480
<Reference Include="Microsoft.DiaSymReader">
481-
<HintPath>..\..\..\packages\Microsoft.DiaSymReader\1.0.7\lib\portable-net45+win8\Microsoft.DiaSymReader.dll</HintPath>
481+
<HintPath>..\..\..\packages\Microsoft.DiaSymReader.1.0.7\lib\portable-net45+win8\Microsoft.DiaSymReader.dll</HintPath>
482482
<Private>True</Private>
483483
</Reference>
484484
<Reference Include="System.Reflection.Metadata">

src/fsharp/FSharp.Compiler/FSharp.Compiler.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@
578578
<Private>True</Private>
579579
</Reference>
580580
<Reference Include="Microsoft.DiaSymReader">
581-
<HintPath>..\..\..\packages\Microsoft.DiaSymReader\1.0.7\lib\portable-net45+win8\Microsoft.DiaSymReader.dll</HintPath>
581+
<HintPath>..\..\..\packages\Microsoft.DiaSymReader.1.0.7\lib\portable-net45+win8\Microsoft.DiaSymReader.dll</HintPath>
582582
<Private>True</Private>
583583
</Reference>
584584
<Reference Include="System.Reflection.Metadata">

0 commit comments

Comments
 (0)