Rationalize code sharing between the three code generation projects

- #8417
- just two files needed to be moved…
This commit is contained in:
Doug Bunting 2018-09-09 18:37:36 -07:00
parent a76ca293ef
commit 3f001750ad
No known key found for this signature in database
GPG Key ID: 888B4EB7822B32E9
4 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="../Microsoft.Extensions.ApiDescription.Client/DownloadFileCore.cs" />
<Compile Include="../Microsoft.Extensions.ApiDescription.Client/ILogWrapper.cs" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="$(MicrosoftAspNetCoreTestHost20PackageVersion)" />
</ItemGroup>
</Project>

View File

@ -15,6 +15,8 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="../GetDocumentInsider/DownloadFileCore.cs" />
<Compile Include="../GetDocumentInsider/ILogWrapper.cs" />
<EmbeddedResource Include="ServiceProjectReferenceMetadata.targets" />
</ItemGroup>