Rationalize code sharing between the three code generation projects
- #8417 - just two files needed to be moved…
This commit is contained in:
parent
a76ca293ef
commit
3f001750ad
|
|
@ -13,8 +13,6 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<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)" />
|
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="$(MicrosoftAspNetCoreTestHost20PackageVersion)" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,8 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Compile Include="../GetDocumentInsider/DownloadFileCore.cs" />
|
||||||
|
<Compile Include="../GetDocumentInsider/ILogWrapper.cs" />
|
||||||
<EmbeddedResource Include="ServiceProjectReferenceMetadata.targets" />
|
<EmbeddedResource Include="ServiceProjectReferenceMetadata.targets" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue