Skip to content

Commit 63dfe83

Browse files
committed
Fix commit 143443b
1 parent 785078d commit 63dfe83

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

common_target_standard_net.props

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Import Project="common_target_common.props" />
3+
<PropertyGroup>
4+
<StockSharpTargets Condition="'$(StockSharpTargets)' == ''">netstandard2.0;net6.0;net10.0</StockSharpTargets>
5+
<TargetFrameworks>$(StockSharpTargets)</TargetFrameworks>
6+
7+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8+
</PropertyGroup>
9+
</Project>

0 commit comments

Comments
 (0)