Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit aea8ebb

Browse files
committed
Rationalize code sharing between the three code generation projects
- #8417 - just two files needed to be moved…
1 parent 4f9e3c8 commit aea8ebb

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

src/GetDocumentInsider/GetDocumentInsider.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<Compile Include="../Microsoft.Extensions.ApiDescription.Client/DownloadFileCore.cs" />
17-
<Compile Include="../Microsoft.Extensions.ApiDescription.Client/ILogWrapper.cs" />
1816
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="$(MicrosoftAspNetCoreTestHost20PackageVersion)" />
1917
</ItemGroup>
2018
</Project>

src/Microsoft.Extensions.ApiDescription.Client/Microsoft.Extensions.ApiDescription.Client.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18+
<Compile Include="../GetDocumentInsider/DownloadFileCore.cs" />
19+
<Compile Include="../GetDocumentInsider/ILogWrapper.cs" />
1820
<EmbeddedResource Include="ServiceProjectReferenceMetadata.targets" />
1921
</ItemGroup>
2022

0 commit comments

Comments
 (0)