Skip to content

Commit ab39568

Browse files
committed
Enabled floating version for ASP.NET MVC package
1 parent 642a3a6 commit ab39568

File tree

2 files changed

+6
-40
lines changed

2 files changed

+6
-40
lines changed

Lib.Web.Mvc/Lib.Web.Mvc.csproj

Lines changed: 6 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -167,47 +167,21 @@
167167
<Compile Include="XmlActionResult.cs" />
168168
</ItemGroup>
169169
<ItemGroup>
170-
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
171-
<HintPath>..\..\..\Projekty\TPeczek.Blog.ContentSecurityPolicy\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
172-
<Private>True</Private>
173-
</Reference>
174170
<Reference Include="System" />
175-
<Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
176-
<HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard1.1\System.Buffers.dll</HintPath>
177-
</Reference>
178171
<Reference Include="System.ComponentModel.DataAnnotations" />
179172
<Reference Include="System.Data.Entity" />
180173
<Reference Include="System.Data.Linq" />
181174
<Reference Include="System.Web" />
182175
<Reference Include="System.Web.Extensions" />
183-
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
184-
<HintPath>..\..\..\Projekty\Demo.AspNet.Mvc.Http2\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
185-
<Private>True</Private>
186-
</Reference>
187-
<Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
188-
<HintPath>..\..\..\Projekty\Demo.AspNet.Mvc.Http2\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
189-
<Private>True</Private>
190-
</Reference>
191-
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
192-
<HintPath>..\..\..\Projekty\Demo.AspNet.Mvc.Http2\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
193-
<Private>True</Private>
194-
</Reference>
195-
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
196-
<HintPath>..\..\..\Projekty\Demo.AspNet.Mvc.Http2\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
197-
<Private>True</Private>
198-
</Reference>
199-
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
200-
<HintPath>..\..\..\Projekty\Demo.AspNet.Mvc.Http2\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
201-
<Private>True</Private>
202-
</Reference>
203-
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
204-
<HintPath>..\..\..\Projekty\Demo.AspNet.Mvc.Http2\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
205-
<Private>True</Private>
206-
</Reference>
207176
<Reference Include="System.XML" />
208177
</ItemGroup>
209178
<ItemGroup>
210-
<None Include="packages.config" />
179+
<PackageReference Include="Microsoft.AspNet.Mvc">
180+
<Version>5.2.*</Version>
181+
</PackageReference>
182+
<PackageReference Include="System.Buffers">
183+
<Version>4.4.0</Version>
184+
</PackageReference>
211185
</ItemGroup>
212186
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
213187
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

Lib.Web.Mvc/packages.config

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)