mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
11 lines
278 B
XML
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>
|