Skip to content

Commit 5c1506a

Browse files
committed
target framework 3.0
1 parent 1ba081c commit 5c1506a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tools-local/Microsoft.ML.StableApi/Microsoft.ML.StableApi.csproj

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<!-- needs to contain all frameworks which src projects wish to restore -->
55
<TargetFrameworks>netstandard2.0</TargetFrameworks>
6+
<TargetFrameworks>netcoreapp3.0</TargetFrameworks>
67
</PropertyGroup>
78

89
<ItemGroup>
@@ -28,4 +29,17 @@
2829
<Error Condition="'@(_contractReferencePath)' == ''" Text="Could not locate $(ContractName)" />
2930
</Target>
3031

32+
<Target Name="Build">
33+
<!-- This will override the default Build target. -->
34+
</Target>
35+
<Target Name="Rebuild">
36+
<!-- This will override the default Rebuild target. -->
37+
</Target>
38+
<Target Name="BuildAndTest">
39+
<!-- This will override the default BuildAndTest target. -->
40+
</Target>
41+
<Target Name="RebuildAndTest">
42+
<!-- This will override the default RebuildAndTest target. -->
43+
</Target>
44+
3145
</Project>

0 commit comments

Comments
 (0)