Skip to content

Commit 1ced459

Browse files
committed
fix 2.1
1 parent 005d676 commit 1ced459

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

build/artifacts.props

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,10 @@
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

build/external-dependencies.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
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>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

0 commit comments

Comments
 (0)