Skip to content

Commit 1a22b5c

Browse files
committed
Introduced views into Ignia.Topics.Web.Host
There's actually only one view I'm bothering to create, since this is already an exercise in formality, and that's for the most ubiquitous `Page.aspx`. Other views are easy to produce based off the template, should anyone ever have the desire. That said, we should really be putting the `Ignia.Topics.Web` projec to pasture at this point.
1 parent 7086ccf commit 1a22b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Ignia.Topics.Web.Mvc.Host/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<package id="Microsoft.Configuration.ConfigurationBuilders.Base" version="1.0.1" targetFramework="net48" />
88
<package id="Microsoft.Configuration.ConfigurationBuilders.UserSecrets" version="1.0.2" targetFramework="net48" />
99
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net48" />
10-
<package id="System.ComponentModel.Annotations" version="4.2.1" targetFramework="net48" />
11-
<package id="System.Data.SqlClient" version="4.6.1" targetFramework="net48" />
10+
<package id="System.ComponentModel.Annotations" version="4.1" targetFramework="net48" />
11+
<package id="System.Data.SqlClient" version="4.7.0" targetFramework="net48" />
1212
<package id="System.Linq" version="4.3.0" targetFramework="net47" />
1313
</packages>

0 commit comments

Comments
 (0)