Skip to content

Commit a95410d

Browse files
author
HellBrick
committed
Moved Nuget.PCL reference to AsyncCollections/packages.config
1 parent 70cc39c commit a95410d

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.nuget/packages.config

-4
This file was deleted.

AsyncCollections.sln

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ EndProject
1212
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{45DBD4B2-E839-4D97-97A8-686E8E6B4645}"
1313
ProjectSection(SolutionItems) = preProject
1414
NuGet.Config = NuGet.Config
15-
.nuget\packages.config = .nuget\packages.config
1615
EndProjectSection
1716
EndProject
1817
Global

AsyncCollections/packages.config

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="HellBrick.Diagnostics" version="1.4.2.0" targetFramework="portable46-net451+win81+wpa81" />
4+
<package id="Nuget.PCL" version="2.8.1" targetFramework="portable46-net451+win81+wpa81" />
45
</packages>

0 commit comments

Comments
 (0)