Skip to content

Commit c52627f

Browse files
committed
restored framework version threading extensions
1 parent c5ae171 commit c52627f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/Terminals/Terminals.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<!-- Hack https://github.com/dotnet/sdk/issues/1791 to enforce nestandard version -->
3030
<Reference Include="System.Threading.Tasks.Extensions">
31-
<HintPath>$(PkgSystem_Threading_Tasks_Extensions)\lib\net462\System.Threading.Tasks.Extensions.dll</HintPath>
31+
<HintPath>$(PkgSystem_Threading_Tasks_Extensions)\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
3232
</Reference>
3333

3434
<Reference Include="AWSSDK, Version=1.3.10.0, Culture=neutral, PublicKeyToken=cd2d24cd2bace800, processorArchitecture=MSIL">

Source/Tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageReference Include="System.Threading.Tasks.Extensions" GeneratePathProperty="true" ExcludeAssets="Compile;Runtime;Build" />
2222
<!-- Hack https://github.com/dotnet/sdk/issues/1791 to enforce nestandard version -->
2323
<Reference Include="System.Threading.Tasks.Extensions">
24-
<HintPath>$(PkgSystem_Threading_Tasks_Extensions)\lib\net462\System.Threading.Tasks.Extensions.dll</HintPath>
24+
<HintPath>$(PkgSystem_Threading_Tasks_Extensions)\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
2525
<SpecificVersion>False</SpecificVersion>
2626
</Reference>
2727

0 commit comments

Comments
 (0)