14 строки
310 B
XML
14 строки
310 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<ItemGroup>
|
||
|
<Content Include="..\Directory.Build.props">
|
||
|
<Link>Directory.Build.props</Link>
|
||
|
</Content>
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\..\src\NetCoreToolService\Steeltoe.NetCoreToolService.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|