|
167 | 167 | <Compile Include="XmlActionResult.cs" /> |
168 | 168 | </ItemGroup> |
169 | 169 | <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> |
174 | 170 | <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> |
178 | 171 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
179 | 172 | <Reference Include="System.Data.Entity" /> |
180 | 173 | <Reference Include="System.Data.Linq" /> |
181 | 174 | <Reference Include="System.Web" /> |
182 | 175 | <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> |
207 | 176 | <Reference Include="System.XML" /> |
208 | 177 | </ItemGroup> |
209 | 178 | <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> |
211 | 185 | </ItemGroup> |
212 | 186 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
213 | 187 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
0 commit comments