Skip to content

Commit

Permalink
Add build tools packages
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbarbosa committed Jun 7, 2015
1 parent 68618d1 commit 376a674
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .nuget/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="coveralls.io" version="1.3.4" />
<package id="OpenCover" version="4.5.3723" />
<package id="xunit.runner.console" version="2.0.0" />
</packages>
5 changes: 5 additions & 0 deletions Remember.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Remember", "Remember\Rememb
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Remember.Tests", "Remember.Tests\Remember.Tests.csproj", "{576F31E4-E3FE-4620-B306-8718559F8EB5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{4428F15D-26BD-479E-8348-97813517BF80}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit 376a674

Please sign in to comment.