Cosmos/source/Cosmos.Build.Tasks/build/Cosmos.Build.props
2020-11-22 14:42:10 +01:00

15 lines
528 B
XML

<Project>
<PropertyGroup>
<RunCommand>dotnet</RunCommand>
<RunArguments>msbuild /t:Launch</RunArguments>
</PropertyGroup>
<!--https://github.com/dotnet/runtime/blob/master/src/libraries/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props-->
<!--https://github.com/dotnet/runtime/blob/master/src/libraries/pkg/Microsoft.NETCore.Platforms/readme.md-->
<ItemGroup>
<RuntimeGroup Include="cosmos">
<Parent>any</Parent>
</RuntimeGroup>
</ItemGroup>
</Project>