-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from valadas/build-scripts
Fixes build scripts and references nuget packages where possible
- Loading branch information
Showing
5 changed files
with
36 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -328,3 +328,4 @@ ASALocalRun/ | |
|
||
# MFractors (Xamarin productivity tool) working folder | ||
.mfractor/ | ||
/_Installation/ |
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
Binary file removed
BIN
-361 KB
_Installation/01.01.02/DnnCommunity.Dnn.WebAnalytics.01.01.02.00.Install.zip
Binary file not shown.
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,10 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="DotNetNuke.Core" version="8.0.0.809" targetFramework="net472" /> | ||
<package id="DotNetNuke.Web" version="8.0.0.809" targetFramework="net472" /> | ||
<package id="DotNetNuke.Web.Client" version="8.0.0" targetFramework="net472" /> | ||
<package id="DynamicQueryable" version="2.0.25" targetFramework="net472" /> | ||
<package id="Jokenizer.Net" version="1.1.0" targetFramework="net472" /> | ||
<package id="MaxMind.Db" version="2.4.0" targetFramework="net472" /> | ||
<package id="MaxMind.GeoIP2" version="3.0.0" targetFramework="net472" /> | ||
<package id="Microsoft.CSharp" version="4.4.1" targetFramework="net472" /> | ||
<package id="MSBuildTasks" version="1.5.0.235" targetFramework="net472" developmentDependency="true" /> | ||
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net472" /> | ||
<package id="System.Reflection.Emit" version="4.3.0" targetFramework="net472" /> | ||
</packages> |