Skip to content

Commit

Permalink
Updated nuget packages with .net4.5 framework
Browse files Browse the repository at this point in the history
  • Loading branch information
garora committed Mar 5, 2015
1 parent 1ed2eae commit ee8a6bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TDD-Katas-project/TDD-Katas-project/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="2.6.4" targetFramework="net40" />
<package id="NUnitTestAdapter" version="1.2" targetFramework="net40" />
<package id="NUnit" version="2.6.4" targetFramework="net45" />
<package id="NUnitTestAdapter" version="1.2" targetFramework="net45" />
<package id="Rx-Core" version="2.2.5" targetFramework="net45" />
<package id="Rx-Interfaces" version="2.2.5" targetFramework="net45" />
<package id="Rx-Linq" version="2.2.5" targetFramework="net45" />
Expand Down

0 comments on commit ee8a6bc

Please sign in to comment.