Skip to content

Commit 7086ccf

Browse files
committed
Introduced basic configuration for **OnTopic**
This won't render any pages, but ensures that the basic configuration is in place, including connection strings, assemblies, referenced namespaces, and routes.
1 parent 4dd08d7 commit 7086ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Ignia.Topics.Web.Mvc.Host/Ignia.Topics.Web.Mvc.Host.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
<Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
5454
<HintPath>..\packages\System.ComponentModel.Annotations.4.7.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
5555
</Reference>
56-
<Reference Include="System.Data.SqlClient, Version=4.6.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
57-
<HintPath>..\packages\System.Data.SqlClient.4.8.0\lib\net461\System.Data.SqlClient.dll</HintPath>
56+
<Reference Include="System.Data.SqlClient, Version=4.6.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
57+
<HintPath>..\packages\System.Data.SqlClient.4.7.0\lib\net461\System.Data.SqlClient.dll</HintPath>
5858
</Reference>
5959
<Reference Include="System.Web.DynamicData" />
6060
<Reference Include="System.Web.Entity" />

0 commit comments

Comments
 (0)