Skip to content

Commit e989b53

Browse files
committed
Removed unnecessary NuGet.Config
1 parent e276fae commit e989b53

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

Source/FSharp.Collections.Immutable/FSharp.Collections.Immutable.sln

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.29021.104
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{401436C6-97D7-47A2-BFAD-FD65D34E2AA0}"
7-
ProjectSection(SolutionItems) = preProject
8-
NuGet.Config = NuGet.Config
9-
EndProjectSection
10-
EndProject
11-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FSharp.Collections.Immutable", "FSharp.Collections.Immutable\FSharp.Collections.Immutable.fsproj", "{B5206296-9F17-41D9-809B-6B42DF529852}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FSharp.Collections.Immutable", "FSharp.Collections.Immutable\FSharp.Collections.Immutable.fsproj", "{B5206296-9F17-41D9-809B-6B42DF529852}"
127
EndProject
138
Global
149
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4-
<add key="fsharp-daily" value="https://www.myget.org/F/fsharp-daily/api/v3/index.json" />
4+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
55
</packageSources>
6-
</configuration>
6+
</configuration>

0 commit comments

Comments
 (0)