File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
tools-local/tasks/Microsoft.DotNet.SourceBuild.Tasks Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 46
46
<ToolPackageExtractDir >$(ToolsDir)source-built/</ToolPackageExtractDir >
47
47
<ToolsLocalDir >$(ProjectDir)tools-local/</ToolsLocalDir >
48
48
<TaskDirectory >$(ToolsLocalDir)tasks/</TaskDirectory >
49
- <TasksBinDir >$(TaskDirectory)Microsoft.DotNet.SourceBuild.Tasks/bin/Debug/netstandard2.0 /</TasksBinDir >
49
+ <TasksBinDir >$(TaskDirectory)Microsoft.DotNet.SourceBuild.Tasks/bin/Debug/netstandard1.5 /</TasksBinDir >
50
50
<BaseIntermediatePath >$(BaseOutputPath)obj/</BaseIntermediatePath >
51
51
<OutputPath >$(BaseOutputPath)$(Platform)/$(Configuration)/</OutputPath >
52
52
<IntermediatePath >$(BaseIntermediatePath)$(Platform)/$(Configuration)/</IntermediatePath >
Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))/dir.props" />
7
7
<PropertyGroup >
8
- <TargetFramework >netstandard2.0 </TargetFramework >
8
+ <TargetFramework >netstandard1.5 </TargetFramework >
9
9
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
10
10
<CoreSetupPlatformAbstractionsPath >$(SubmoduleDirectory)core-setup/src/managed/Microsoft.DotNet.PlatformAbstractions/</CoreSetupPlatformAbstractionsPath >
11
11
<OutputPath >$(MSBuildThisFileDirectory)bin/$(Configuration)</OutputPath >
27
27
<PackageReference Include =" Microsoft.Build.Utilities.Core" >
28
28
<Version >15.6.82</Version >
29
29
</PackageReference >
30
+ <PackageReference Include =" System.ValueTuple" >
31
+ <Version >4.4.0</Version >
32
+ </PackageReference >
30
33
</ItemGroup >
31
34
32
35
<!--
You can’t perform that action at this time.
0 commit comments