Cosmos/Docs/Cosmos.Docs.csproj
2020-02-12 17:57:36 +00:00

11 lines
278 B
XML

<Project Sdk="Microsoft.Build.NoTargets">
<PropertyGroup>
<TargetFramework>netstandard1.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="docfx.console" Version="2.48.1" PrivateAssets="All" />
</ItemGroup>
</Project>