Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
custom nuget.config
Browse files Browse the repository at this point in the history
  • Loading branch information
pomma89 committed Apr 8, 2017
1 parent aaced66 commit c6c18dc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions NuGet.Config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!-- Add this repository to the list of available repositories -->
<add key="myget/pomma89" value="https://www.myget.org/F/pomma89/api/v3/index.json" />
</packageSources>
</configuration>
3 changes: 2 additions & 1 deletion ObjectPool.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
VisualStudioVersion = 15.0.26403.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{4C2B7C0C-7CDD-4125-B57A-88E168D24190}"
ProjectSection(SolutionItems) = preProject
Expand All @@ -11,6 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{4C2B7C0C-7
build.cake = build.cake
CHANGELOG.md = CHANGELOG.md
LICENSE.htm = LICENSE.htm
NuGet.Config = NuGet.Config
pomma89.snk = pomma89.snk
README.md = README.md
EndProjectSection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
<PackageReference Include="NLipsum" Version="1.0.2" />
<PackageReference Include="NLipsum" Version="1.0.2-alpha" />
<PackageReference Include="NUnit" Version="3.6.1" />
<PackageReference Include="NUnit.ConsoleRunner" Version="3.6.1" />
<PackageReference Include="NUnitLite" Version="3.6.1" />
Expand Down

0 comments on commit c6c18dc

Please sign in to comment.