Skip to content

Commit

Permalink
Use .NET 4.5.1 version of Glimpse
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed Aug 12, 2020
1 parent 00e37f2 commit f95fe70
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,10 @@
<HintPath>..\..\packages\DotNetNuke.Instrumentation.9.3.0\lib\net45\DotNetNuke.Log4Net.dll</HintPath>
</Reference>
<Reference Include="Glimpse.AspNet, Version=1.9.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Glimpse.AspNet.1.9.2\lib\net40\Glimpse.AspNet.dll</HintPath>
<HintPath>..\..\packages\Glimpse.AspNet.1.9.2\lib\net45\Glimpse.AspNet.dll</HintPath>
</Reference>
<Reference Include="Glimpse.Core, Version=1.8.5.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Glimpse.1.8.6\lib\net40\Glimpse.Core.dll</HintPath>
<Reference Include="Glimpse.Core, Version=1.8.6.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Glimpse.1.8.6\lib\net45\Glimpse.Core.dll</HintPath>
</Reference>
<Reference Include="Microsoft.ApplicationBlocks.Data, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\DotNetNuke.Core.9.3.0\lib\net45\Microsoft.ApplicationBlocks.Data.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions Libraries/DotNetNuke.Extensions.Glimpse/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<packages>
<package id="DotNetNuke.Core" version="9.3.0" targetFramework="net451" />
<package id="DotNetNuke.Instrumentation" version="9.3.0" targetFramework="net451" />
<package id="Glimpse" version="1.8.6" targetFramework="net40" requireReinstallation="true" />
<package id="Glimpse.AspNet" version="1.9.2" targetFramework="net40" requireReinstallation="true" />
<package id="Glimpse" version="1.8.6" targetFramework="net451" />
<package id="Glimpse.AspNet" version="1.9.2" targetFramework="net451" />
</packages>
12 changes: 4 additions & 8 deletions Modules/dnnGlimpse/dnnGlimpse.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,16 @@
<HintPath>..\..\packages\DotNetNuke.Web.9.3.0\lib\net45\DotNetNuke.WebUtility.dll</HintPath>
</Reference>
<Reference Include="Glimpse.Ado, Version=1.7.3.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Glimpse.Ado.1.7.3\lib\net40\Glimpse.Ado.dll</HintPath>
<HintPath>..\..\packages\Glimpse.Ado.1.7.3\lib\net45\Glimpse.Ado.dll</HintPath>
</Reference>
<Reference Include="Glimpse.AspNet, Version=1.9.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Glimpse.AspNet.1.9.2\lib\net40\Glimpse.AspNet.dll</HintPath>
<HintPath>..\..\packages\Glimpse.AspNet.1.9.2\lib\net45\Glimpse.AspNet.dll</HintPath>
</Reference>
<Reference Include="Glimpse.Core, Version=1.8.6.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Glimpse.1.8.6\lib\net40\Glimpse.Core.dll</HintPath>
<HintPath>..\..\packages\Glimpse.1.8.6\lib\net45\Glimpse.Core.dll</HintPath>
</Reference>
<Reference Include="Glimpse.WebForms, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Glimpse.WebForms.1.1.1\lib\net40\Glimpse.WebForms.dll</HintPath>
<HintPath>..\..\packages\Glimpse.WebForms.1.1.1\lib\net45\Glimpse.WebForms.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
Expand Down
8 changes: 4 additions & 4 deletions Modules/dnnGlimpse/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<package id="DotNetNuke.Core" version="9.3.0" targetFramework="net451" />
<package id="DotNetNuke.Web" version="9.3.0" targetFramework="net451" />
<package id="DotNetNuke.Web.Client" version="9.3.0" targetFramework="net451" />
<package id="Glimpse" version="1.8.6" targetFramework="net40" requireReinstallation="true" />
<package id="Glimpse.Ado" version="1.7.3" targetFramework="net40" requireReinstallation="true" />
<package id="Glimpse.AspNet" version="1.9.2" targetFramework="net40" requireReinstallation="true" />
<package id="Glimpse.WebForms" version="1.1.1" targetFramework="net40" requireReinstallation="true" />
<package id="Glimpse" version="1.8.6" targetFramework="net451" />
<package id="Glimpse.Ado" version="1.7.3" targetFramework="net451" />
<package id="Glimpse.AspNet" version="1.9.2" targetFramework="net451" />
<package id="Glimpse.WebForms" version="1.1.1" targetFramework="net451" />
<package id="MSBuildTasks" version="1.4.0.61" targetFramework="net40" />
</packages>

0 comments on commit f95fe70

Please sign in to comment.