forked from dnnsoftware/Dnn.Platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Numit, Moq and WebFormsMVP Nuget packages.
- Loading branch information
Showing
57 changed files
with
1,089 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
DNN Platform/Tests/DotNetNuke.Tests.Integration/packages.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
DNN Platform/Tests/DotNetNuke.Tests.MobileManagement/packages.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
DNN Platform/Tests/DotNetNuke.Tests.PreviewProfileManagement/packages.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.