File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
src/Shared/Hosting.WebHostBuilderFactory Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 196196 <PackageArtifact Include =" Microsoft.VisualStudio.Web.CodeGenerators.Mvc" Category =" ship" />
197197 <PackageArtifact Include =" Microsoft.Web.Xdt.Extensions" Category =" shipoob" />
198198 <PackageArtifact Include =" RazorPageGenerator" Category =" noship" />
199- <!-- TODO shared packages shouldn't need to be defined here (and will be mostly eliminated. -->
200199
201200 <PackageArtifact Include =" Microsoft.AspNetCore.Diagnostics.Sources" Category =" noship" />
202- <PackageArtifact Include =" Internal .WebHostBuilderFactory.Sources" Category =" noship" />
201+ <PackageArtifact Include =" Microsoft.AspNetCore.Hosting .WebHostBuilderFactory.Sources" Category =" noship" />
203202 <PackageArtifact Include =" Microsoft.AspNetCore.HttpSys.Sources" Category =" noship" />
204-
205203 <PackageArtifact Include =" Microsoft.Extensions.Buffers.Testing.Sources" Category =" noship" />
206204 </ItemGroup >
207205
Original file line number Diff line number Diff line change 8989 <ExtensionsDependency Include =" Microsoft.Extensions.WebEncoders" Version =" $(MicrosoftExtensionsWebEncodersPackageVersion)" AllMetapackage =" true" AppMetapackage =" true" />
9090
9191 <!-- These dependencies are temporary while we refactor package refs into project refs. -->
92+ <ExtensionsDependency Include =" Microsoft.Extensions.Buffers.Testing.Sources" Version =" $(MicrosoftExtensionsBuffersTestingSourcesPackageVersion)" />
9293 <ExtensionsDependency Include =" Microsoft.AspNetCore.Hosting.WebHostBuilderFactory.Sources" Version =" $(MicrosoftAspNetCoreHostingWebHostBuilderFactorySourcesPackageVersion)" />
9394 <ExtensionsDependency Include =" Microsoft.AspNetCore.Server.IntegrationTesting" Version =" $(MicrosoftAspNetCoreServerIntegrationTestingPackageVersion)" />
9495 </ItemGroup >
Original file line number Diff line number Diff line change 11<Project >
22 <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" />
33 <PropertyGroup >
4- <PackageId >Internal .WebHostBuilderFactory.Sources</PackageId >
4+ <PackageId >Microsoft.AspNetCore.Hosting .WebHostBuilderFactory.Sources</PackageId >
55 </PropertyGroup >
66</Project >
You can’t perform that action at this time.
0 commit comments