Skip to content

Commit 2fb44a1

Browse files
committed
Updated to Ignia.Topics 3.8.0 build 267
Minor update to Ignia.Topics.* build 267, which includes updates to dependency packages—but no functional changes over the previous build 257 that the `DotNetStandard` branch was being tested against.
1 parent ebd5bbc commit 2fb44a1

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

GoldSim.Web.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<AssemblyName>GoldSim.Web</AssemblyName>
1919
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
2020
<UseIISExpress>true</UseIISExpress>
21-
<IISExpressSSLPort>63082</IISExpressSSLPort>
21+
<IISExpressSSLPort>44300</IISExpressSSLPort>
2222
<IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication>
2323
<IISExpressWindowsAuthentication>disabled</IISExpressWindowsAuthentication>
2424
<IISExpressUseClassicPipelineMode>false</IISExpressUseClassicPipelineMode>
@@ -94,22 +94,22 @@
9494
<HintPath>..\..\Topics\201707\Ignia.Toolbox.dll</HintPath>
9595
</Reference>
9696
<Reference Include="Ignia.Topics, Version=3.8.0.0, Culture=neutral, processorArchitecture=MSIL">
97-
<HintPath>packages\Ignia.Topics.3.8.0-alpha.257\lib\net47\Ignia.Topics.dll</HintPath>
97+
<HintPath>packages\Ignia.Topics.3.8.0-alpha.267\lib\net48\Ignia.Topics.dll</HintPath>
9898
</Reference>
9999
<Reference Include="Ignia.Topics.Data.Caching, Version=3.8.0.0, Culture=neutral, processorArchitecture=MSIL">
100-
<HintPath>packages\Ignia.Topics.Data.Caching.3.8.0-alpha.257\lib\net47\Ignia.Topics.Data.Caching.dll</HintPath>
100+
<HintPath>packages\Ignia.Topics.Data.Caching.3.8.0-alpha.267\lib\net48\Ignia.Topics.Data.Caching.dll</HintPath>
101101
</Reference>
102102
<Reference Include="Ignia.Topics.Data.Sql, Version=3.8.0.0, Culture=neutral, processorArchitecture=MSIL">
103-
<HintPath>packages\Ignia.Topics.Data.Sql.3.8.0-alpha.257\lib\net47\Ignia.Topics.Data.Sql.dll</HintPath>
103+
<HintPath>packages\Ignia.Topics.Data.Sql.3.8.0-alpha.267\lib\net48\Ignia.Topics.Data.Sql.dll</HintPath>
104104
</Reference>
105105
<Reference Include="Ignia.Topics.ViewModels, Version=3.8.0.0, Culture=neutral, processorArchitecture=MSIL">
106-
<HintPath>packages\Ignia.Topics.ViewModels.3.8.0-alpha.257\lib\net47\Ignia.Topics.ViewModels.dll</HintPath>
106+
<HintPath>packages\Ignia.Topics.ViewModels.3.8.0-alpha.267\lib\net48\Ignia.Topics.ViewModels.dll</HintPath>
107107
</Reference>
108108
<Reference Include="Ignia.Topics.Web, Version=3.8.0.0, Culture=neutral, processorArchitecture=MSIL">
109-
<HintPath>packages\Ignia.Topics.Web.3.8.0-alpha.257\lib\net47\Ignia.Topics.Web.dll</HintPath>
109+
<HintPath>packages\Ignia.Topics.Web.3.8.0-alpha.267\lib\net48\Ignia.Topics.Web.dll</HintPath>
110110
</Reference>
111111
<Reference Include="Ignia.Topics.Web.Mvc, Version=3.8.0.0, Culture=neutral, processorArchitecture=MSIL">
112-
<HintPath>packages\Ignia.Topics.Web.Mvc.3.8.0-alpha.257\lib\net47\Ignia.Topics.Web.Mvc.dll</HintPath>
112+
<HintPath>packages\Ignia.Topics.Web.Mvc.3.8.0-alpha.267\lib\net48\Ignia.Topics.Web.Mvc.dll</HintPath>
113113
</Reference>
114114
<Reference Include="Microsoft.AI.Agent.Intercept, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
115115
<HintPath>packages\Microsoft.ApplicationInsights.Agent.Intercept.2.4.0\lib\net45\Microsoft.AI.Agent.Intercept.dll</HintPath>

packages.config

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<package id="AntiXSS" version="4.3.0" targetFramework="net47" />
44
<package id="Braintree" version="4.14.0" targetFramework="net48" />
55
<package id="EPPlus" version="4.5.3.2" targetFramework="net48" />
6-
<package id="Ignia.Topics" version="3.8.0-alpha.257" targetFramework="net48" />
7-
<package id="Ignia.Topics.Data.Caching" version="3.8.0-alpha.257" targetFramework="net48" />
8-
<package id="Ignia.Topics.Data.Sql" version="3.8.0-alpha.257" targetFramework="net48" />
9-
<package id="Ignia.Topics.ViewModels" version="3.8.0-alpha.257" targetFramework="net48" />
10-
<package id="Ignia.Topics.Web" version="3.8.0-alpha.257" targetFramework="net48" />
11-
<package id="Ignia.Topics.Web.Mvc" version="3.8.0-alpha.257" targetFramework="net48" />
6+
<package id="Ignia.Topics" version="3.8.0-alpha.267" targetFramework="net48" />
7+
<package id="Ignia.Topics.Data.Caching" version="3.8.0-alpha.267" targetFramework="net48" />
8+
<package id="Ignia.Topics.Data.Sql" version="3.8.0-alpha.267" targetFramework="net48" />
9+
<package id="Ignia.Topics.ViewModels" version="3.8.0-alpha.267" targetFramework="net48" />
10+
<package id="Ignia.Topics.Web" version="3.8.0-alpha.267" targetFramework="net48" />
11+
<package id="Ignia.Topics.Web.Mvc" version="3.8.0-alpha.267" targetFramework="net48" />
1212
<package id="Microsoft.ApplicationInsights" version="2.10.0" targetFramework="net48" />
1313
<package id="Microsoft.ApplicationInsights.Agent.Intercept" version="2.4.0" targetFramework="net47" />
1414
<package id="Microsoft.ApplicationInsights.DependencyCollector" version="2.10.0" targetFramework="net48" />
@@ -23,6 +23,7 @@
2323
<package id="Microsoft.AspNet.TelemetryCorrelation" version="1.0.5" targetFramework="net48" />
2424
<package id="Microsoft.AspNet.WebPages" version="3.2.7" targetFramework="net48" />
2525
<package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="2.0.1" targetFramework="net48" />
26+
<package id="Microsoft.CSharp" version="4.5.0" targetFramework="net48" />
2627
<package id="Microsoft.Net.Compilers" version="3.2.1" targetFramework="net48" developmentDependency="true" />
2728
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net47" />
2829
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net48" />

0 commit comments

Comments
 (0)