Skip to content

Commit

Permalink
Updated Numit, Moq and WebFormsMVP Nuget packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnurse committed Aug 28, 2013
1 parent 69cbd1f commit bcfe795
Show file tree
Hide file tree
Showing 57 changed files with 1,089 additions and 135 deletions.
22 changes: 3 additions & 19 deletions DNN Platform/DotNetNuke.Web/DotNetNuke.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@
<Private>False</Private>
</Reference>
<Reference Include="WebFormsMvp">
<HintPath>..\..\packages\WebFormsMvp.1.2.0.0\lib\WebFormsMvp.dll</HintPath>
<Private>False</Private>
<HintPath>..\..\packages\WebFormsMVP.1.4.1.0\lib\WebFormsMvp.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -507,27 +506,12 @@
<Compile Include="UI\WebControls\DnnGridButtonColumn.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Library.build" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="UI\WebControls\Resources\TermsSelector.js" />
</ItemGroup>
<ItemGroup />
<Target Name="AfterBuild" DependsOnTargets="DebugProject">
</Target>
<Target Name="DebugProject">
<Copy SourceFiles="..\Components\WebAPI\Microsoft.Web.Infrastructure.dll" DestinationFolder="..\..\Website\bin\" />
<Copy SourceFiles="..\Components\WebAPI\Newtonsoft.Json.dll" DestinationFolder="..\..\Website\bin\" />
<Copy SourceFiles="..\Components\WebAPI\System.Net.Http.dll" DestinationFolder="..\..\Website\bin\" />
<Copy SourceFiles="..\Components\WebAPI\System.Net.Http.Formatting.dll" DestinationFolder="..\..\Website\bin\" />
<Copy SourceFiles="..\Components\WebAPI\System.Net.Http.WebRequest.dll" DestinationFolder="..\..\Website\bin\" />
<Copy SourceFiles="..\Components\WebAPI\System.Web.Http.dll" DestinationFolder="..\..\Website\bin\" />
<Copy SourceFiles="..\Components\WebAPI\System.Web.Http.WebHost.dll" DestinationFolder="..\..\Website\bin\" />
<Copy SourceFiles="..\Components\MVC4\System.Web.WebPages.dll" DestinationFolder="..\..\Website\bin\" />
<Copy SourceFiles="..\Components\MVC4\System.Web.WebPages.Deployment.dll" DestinationFolder="..\..\Website\bin\" />
<Copy SourceFiles="$(MSBuildProjectDirectory)\bin\DotNetNuke.Web.dll" DestinationFolder="..\..\Website\bin\" />
<Copy SourceFiles="$(MSBuildProjectDirectory)\bin\DotNetNuke.Web.pdb" DestinationFolder="..\..\Website\bin\" />
<Copy SourceFiles="$(MSBuildProjectDirectory)\bin\DotNetNuke.Web.xml" DestinationFolder="..\..\Website\bin\" />
<Copy SourceFiles="..\..\packages\WebFormsMvp.1.2.0.0\lib\WebFormsMvp.dll" DestinationFolder="..\..\Website\bin\" />
</Target>
<Import Project="Library.build" />
</Project>
18 changes: 18 additions & 0 deletions DNN Platform/DotNetNuke.Web/Library.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Target Name="AfterBuild" DependsOnTargets="DebugProject">
</Target> <Target Name="DebugProject">
<Copy SourceFiles="..\Components\WebAPI\Microsoft.Web.Infrastructure.dll" DestinationFolder="..\..\Website\bin\" />
<Copy SourceFiles="..\Components\WebAPI\Newtonsoft.Json.dll" DestinationFolder="..\..\Website\bin\" />
<Copy SourceFiles="..\Components\WebAPI\System.Net.Http.dll" DestinationFolder="..\..\Website\bin\" />
<Copy SourceFiles="..\Components\WebAPI\System.Net.Http.Formatting.dll" DestinationFolder="..\..\Website\bin\" />
<Copy SourceFiles="..\Components\WebAPI\System.Net.Http.WebRequest.dll" DestinationFolder="..\..\Website\bin\" />
<Copy SourceFiles="..\Components\WebAPI\System.Web.Http.dll" DestinationFolder="..\..\Website\bin\" />
<Copy SourceFiles="..\Components\WebAPI\System.Web.Http.WebHost.dll" DestinationFolder="..\..\Website\bin\" />
<Copy SourceFiles="..\Components\MVC4\System.Web.WebPages.dll" DestinationFolder="..\..\Website\bin\" />
<Copy SourceFiles="..\Components\MVC4\System.Web.WebPages.Deployment.dll" DestinationFolder="..\..\Website\bin\" />
<Copy SourceFiles="$(MSBuildProjectDirectory)\bin\DotNetNuke.Web.dll" DestinationFolder="..\..\Website\bin\" />
<Copy SourceFiles="$(MSBuildProjectDirectory)\bin\DotNetNuke.Web.pdb" DestinationFolder="..\..\Website\bin\" />
<Copy SourceFiles="$(MSBuildProjectDirectory)\bin\DotNetNuke.Web.xml" DestinationFolder="..\..\Website\bin\" />
<Copy SourceFiles="..\..\packages\WebFormsMvp.1.4.1.0\lib\WebFormsMvp.dll" DestinationFolder="..\..\Website\bin\" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion DNN Platform/DotNetNuke.Web/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<package id="Microsoft.Net.Http" version="2.0.20710.0" targetFramework="net40" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40" />
<package id="Newtonsoft.Json" version="4.5.7" targetFramework="net40" />
<package id="WebFormsMvp" version="1.2.0.0" />
<package id="WebFormsMVP" version="1.4.1.0" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="WebFormsMvp">
<HintPath>..\..\..\packages\WebFormsMvp.1.2.0.0\lib\WebFormsMvp.dll</HintPath>
<Private>False</Private>
<HintPath>..\..\..\packages\WebFormsMVP.1.4.1.0\lib\WebFormsMvp.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -105,6 +104,7 @@
<None Include="MemberDirectory.dnn">
<SubType>Designer</SubType>
</None>
<Content Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Content Include="ie-member-directory.css" />
Expand Down
4 changes: 4 additions & 0 deletions DNN Platform/Modules/MemberDirectory/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="WebFormsMVP" version="1.4.1.0" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@
<Private>False</Private>
</Reference>
<Reference Include="WebFormsMvp">
<HintPath>..\..\..\packages\WebFormsMvp.1.2.0.0\lib\WebFormsMvp.dll</HintPath>
<Private>False</Private>
<HintPath>..\..\..\packages\WebFormsMVP.1.4.1.0\lib\WebFormsMvp.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion DNN Platform/Modules/MobileManagement/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="WebFormsMvp" version="1.2.0.0" />
<package id="WebFormsMVP" version="1.4.1.0" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@
<Private>False</Private>
</Reference>
<Reference Include="WebFormsMvp">
<HintPath>..\..\..\packages\WebFormsMvp.1.2.0.0\lib\WebFormsMvp.dll</HintPath>
<Private>False</Private>
<HintPath>..\..\..\packages\WebFormsMVP.1.4.1.0\lib\WebFormsMvp.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="WebFormsMvp" version="1.2.0.0" />
<package id="WebFormsMVP" version="1.4.1.0" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,9 @@
<HintPath>..\..\Components\Telerik\bin\Telerik.Web.UI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="WebFormsMvp">
<HintPath>..\..\..\packages\WebFormsMvp.1.2.0.0\lib\WebFormsMvp.dll</HintPath>
<Reference Include="WebFormsMvp, Version=1.4.1.0, Culture=neutral, PublicKeyToken=537f18701145dff0, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\WebFormsMVP.1.4.1.0\lib\WebFormsMvp.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion DNN Platform/Modules/Taxonomy/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="WebFormsMvp" version="1.2.0.0" />
<package id="WebFormsMVP" version="1.4.1.0" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<HintPath>..\..\Components\Log4Net\bin\DotNetNuke.Log4Net.dll</HintPath>
</Reference>
<Reference Include="Moq">
<HintPath>..\..\..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
<HintPath>..\..\..\packages\Moq.4.1.1308.2321\lib\net40\Moq.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Moq" version="4.1.1308.2321" targetFramework="net40" />
<package id="NUnit" version="2.6.2" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@
<HintPath>..\..\Components\Lucene.Net.Contrib\bin\Lucene.Net.Contrib.FastVectorHighlighter.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Moq">
<HintPath>..\..\..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
<Reference Include="Moq, Version=4.1.1308.2321, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\Moq.4.1.1308.2321\lib\net40\Moq.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion DNN Platform/Tests/DotNetNuke.Tests.Core/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Moq" version="4.0.10827" />
<package id="Moq" version="4.1.1308.2321" targetFramework="net40" />
<package id="NUnit" version="2.5.10.11092" />
<package id="NUnit" version="2.6.2" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@
<Reference Include="Microsoft.ApplicationBlocks.Data">
<HintPath>..\..\Components\DataAccessBlock\bin\Microsoft.ApplicationBlocks.Data.dll</HintPath>
</Reference>
<Reference Include="Moq">
<HintPath>..\..\..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
<Reference Include="Moq, Version=4.1.1308.2321, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\Moq.4.1.1308.2321\lib\net40\Moq.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion DNN Platform/Tests/DotNetNuke.Tests.Data/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Moq" version="4.0.10827" />
<package id="Moq" version="4.1.1308.2321" targetFramework="net40" />
<package id="NUnit" version="2.5.10.11092" />
<package id="NUnit" version="2.6.2" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<HintPath>..\..\Components\SharpZipLib\bin\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="Moq">
<HintPath>..\..\..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
<HintPath>..\..\..\packages\Moq.4.1.1308.2321\lib\net40\Moq.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@
<HintPath>..\..\Components\Lucene.Net.Contrib\bin\Lucene.Net.Contrib.FastVectorHighlighter.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Moq">
<HintPath>..\..\..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
<Reference Include="Moq, Version=4.1.1308.2321, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\Moq.4.1.1308.2321\lib\net40\Moq.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Moq" version="4.0.10827" />
<package id="Moq" version="4.1.1308.2321" targetFramework="net40" />
<package id="NUnit" version="2.5.10.11092" />
<package id="NUnit" version="2.6.2" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@
<Reference Include="DotNetNuke.WebUtility">
<HintPath>..\..\Controls\DotNetNuke.WebUtility\bin\DotNetNuke.WebUtility.dll</HintPath>
</Reference>
<Reference Include="Moq">
<HintPath>..\..\..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
<Reference Include="Moq, Version=4.1.1308.2321, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\Moq.4.1.1308.2321\lib\net40\Moq.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
Expand All @@ -59,8 +60,9 @@
<Reference Include="Telerik.Web.UI">
<HintPath>..\..\Components\Telerik\bin\Telerik.Web.UI.dll</HintPath>
</Reference>
<Reference Include="WebFormsMvp">
<HintPath>..\..\..\packages\WebFormsMvp.1.2.0.0\lib\WebFormsMvp.dll</HintPath>
<Reference Include="WebFormsMvp, Version=1.4.1.0, Culture=neutral, PublicKeyToken=537f18701145dff0, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\WebFormsMVP.1.4.1.0\lib\WebFormsMvp.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Gallio" version="3.2.601" />
<package id="Moq" version="4.0.10827" />
<package id="Moq" version="4.1.1308.2321" targetFramework="net40" />
<package id="NUnit" version="2.5.10.11092" />
<package id="NUnit" version="2.6.2" targetFramework="net40" />
<package id="WebFormsMvp" version="1.2.0.0" />
<package id="WebFormsMVP" version="1.4.1.0" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Moq">
<HintPath>..\..\..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
<Reference Include="Moq, Version=4.1.1308.2321, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\Moq.4.1.1308.2321\lib\net40\Moq.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
Expand All @@ -53,8 +54,9 @@
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="WebFormsMvp">
<HintPath>..\..\..\packages\WebFormsMvp.1.2.0.0\lib\WebFormsMvp.dll</HintPath>
<Reference Include="WebFormsMvp, Version=1.4.1.0, Culture=neutral, PublicKeyToken=537f18701145dff0, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\WebFormsMVP.1.4.1.0\lib\WebFormsMvp.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Gallio" version="3.2.601" />
<package id="Moq" version="4.0.10827" />
<package id="Moq" version="4.1.1308.2321" targetFramework="net40" />
<package id="NUnit" version="2.5.10.11092" />
<package id="NUnit" version="2.6.2" targetFramework="net40" />
<package id="WebFormsMvp" version="1.2.0.0" />
<package id="WebFormsMVP" version="1.4.1.0" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<HintPath>..\..\Components\Log4Net\bin\DotNetNuke.Log4Net.dll</HintPath>
</Reference>
<Reference Include="Moq">
<HintPath>..\..\..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
<HintPath>..\..\..\packages\Moq.4.1.1308.2321\lib\net40\Moq.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
Expand All @@ -81,7 +81,7 @@
<HintPath>..\..\Components\Telerik\bin\Telerik.Web.UI.dll</HintPath>
</Reference>
<Reference Include="WebFormsMvp">
<HintPath>..\..\..\packages\WebFormsMvp.1.2.0.0\lib\WebFormsMvp.dll</HintPath>
<HintPath>..\..\..\packages\WebFormsMVP.1.4.1.0\lib\WebFormsMvp.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -142,6 +142,9 @@
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
6 changes: 6 additions & 0 deletions DNN Platform/Tests/DotNetNuke.Tests.Taxonomy/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="Moq" version="4.1.1308.2321" targetFramework="net40" />
<package id="NUnit" version="2.6.2" targetFramework="net40" />
<package id="WebFormsMVP" version="1.4.1.0" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@
<NoWarn>1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="Moq">
<HintPath>..\..\..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
<Reference Include="Moq, Version=4.1.1308.2321, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\Moq.4.1.1308.2321\lib\net40\Moq.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion DNN Platform/Tests/DotNetNuke.Tests.UI/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Moq" version="4.0.10827" />
<package id="Moq" version="4.1.1308.2321" targetFramework="net40" />
<package id="NUnit" version="2.5.10.11092" />
<package id="NUnit" version="2.6.2" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\Windows\System32\inetsrv\Microsoft.Web.Administration.dll</HintPath>
</Reference>
<Reference Include="Moq">
<HintPath>..\..\..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
<Reference Include="Moq, Version=4.1.1308.2321, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\Moq.4.1.1308.2321\lib\net40\Moq.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DotNetZip" version="1.9.1.8" />
<package id="Moq" version="4.0.10827" />
<package id="Moq" version="4.1.1308.2321" targetFramework="net40" />
<package id="NUnit" version="2.6.2" targetFramework="net40" />
</packages>
Loading

0 comments on commit bcfe795

Please sign in to comment.