Skip to content

Commit

Permalink
Update UI test package
Browse files Browse the repository at this point in the history
  • Loading branch information
jwood803 committed Oct 9, 2015
1 parent 526ea65 commit edd0809
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions FakeDemo/UITests/FakeDemo.UITests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="Xamarin.UITest">
<HintPath>..\packages\Xamarin.UITest.1.0.0\lib\Xamarin.UITest.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="Xamarin.UITest">
<HintPath>..\packages\Xamarin.UITest.1.1.1\lib\Xamarin.UITest.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\iOS\FakeDemo.iOS.csproj">
Expand Down
2 changes: 1 addition & 1 deletion FakeDemo/UITests/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="2.6.4" targetFramework="net45" />
<package id="Xamarin.UITest" version="1.0.0" targetFramework="net45" />
<package id="Xamarin.UITest" version="1.1.1" targetFramework="net45" />
</packages>

0 comments on commit edd0809

Please sign in to comment.