Merge branch 'release/2.2'

This commit is contained in:
Nate McMaster 2018-07-26 09:33:54 -07:00
commit be3691aee8
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
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>