Rename WebHostBuilderFactory (#1505)

This commit is contained in:
Hao Kung 2018-07-25 16:44:20 -07:00 committed by GitHub
parent c8718c1c56
commit c4e8dd3664
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
// Don't run any rules for packages that don't ship.
],
"packages": {
"Microsoft.AspNetCore.Hosting.WebHostBuilderFactory.Sources": {},
"Internal.WebHostBuilderFactory.Sources": {},
"Microsoft.AspNetCore.Server.IntegrationTesting": {}
}
},

View File

@ -9,9 +9,9 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\shared\Microsoft.AspNetCore.Hosting.WebHostBuilderFactory.Sources\FactoryResolutionResult.cs" />
<Compile Include="..\..\shared\Microsoft.AspNetCore.Hosting.WebHostBuilderFactory.Sources\FactoryResolutionResultKind.cs" />
<Compile Include="..\..\shared\Microsoft.AspNetCore.Hosting.WebHostBuilderFactory.Sources\WebHostFactoryResolver.cs" />
<Compile Include="..\..\shared\Internal.WebHostBuilderFactory.Sources\FactoryResolutionResult.cs" />
<Compile Include="..\..\shared\Internal.WebHostBuilderFactory.Sources\FactoryResolutionResultKind.cs" />
<Compile Include="..\..\shared\Internal.WebHostBuilderFactory.Sources\WebHostFactoryResolver.cs" />
</ItemGroup>
<ItemGroup>

View File

@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\shared\Microsoft.AspNetCore.Hosting.WebHostBuilderFactory.Sources\**\*.cs" />
<Compile Include="..\..\shared\Internal.WebHostBuilderFactory.Sources\**\*.cs" />
</ItemGroup>
<ItemGroup>