File tree 1 file changed +14
-0
lines changed
tools-local/Microsoft.ML.StableApi
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<!-- needs to contain all frameworks which src projects wish to restore -->
5
5
<TargetFrameworks >netstandard2.0</TargetFrameworks >
6
+ <TargetFrameworks >netcoreapp3.0</TargetFrameworks >
6
7
</PropertyGroup >
7
8
8
9
<ItemGroup >
28
29
<Error Condition =" '@(_contractReferencePath)' == ''" Text =" Could not locate $(ContractName)" />
29
30
</Target >
30
31
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
+
31
45
</Project >
You can’t perform that action at this time.
0 commit comments