Skip to content

Commit 0cd9ff8

Browse files
committed
#2201 add Microsoft.AspNet.WebPages.Data
1 parent ec4eecd commit 0cd9ff8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Console/BExIS.Web.Shell/Areas/SMM/BExIS.Modules.SMM.UI/BExIS.Modules.SMM.UI.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@
9393
</Reference>
9494
<Reference Include="System.Xml" />
9595
<Reference Include="System.Xml.Linq" />
96+
<Reference Include="WebMatrix.Data, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
97+
<HintPath>..\..\..\..\..\packages\Microsoft.AspNet.WebPages.Data.3.2.9\lib\net45\WebMatrix.Data.dll</HintPath>
98+
</Reference>
9699
<Reference Include="WebMatrix.WebData, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
97100
<HintPath>..\..\..\..\..\packages\Microsoft.AspNet.WebPages.WebData.3.2.9\lib\net45\WebMatrix.WebData.dll</HintPath>
98101
</Reference>

Console/BExIS.Web.Shell/Areas/SMM/BExIS.Modules.SMM.UI/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<package id="Microsoft.AspNet.Razor" version="3.2.9" targetFramework="net48" />
55
<package id="Microsoft.AspNet.WebHelpers" version="3.2.8" targetFramework="net48" />
66
<package id="Microsoft.AspNet.WebPages" version="3.2.9" targetFramework="net48" />
7-
<package id="Microsoft.AspNet.WebPages.Data" version="3.3.0" targetFramework="net48" />
7+
<package id="Microsoft.AspNet.WebPages.Data" version="3.2.9" targetFramework="net48" />
88
<package id="Microsoft.AspNet.WebPages.WebData" version="3.2.9" targetFramework="net48" />
99
<package id="Microsoft.CodeAnalysis.NetAnalyzers" version="8.0.0" targetFramework="net48" developmentDependency="true" />
1010
<package id="Microsoft.Web.Infrastructure" version="2.0.0" targetFramework="net48" />

0 commit comments

Comments
 (0)