Skip to content

Commit c2a586d

Browse files
committed
Removed netstandard hack
1 parent bc59a8f commit c2a586d

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

Source/Terminals/Terminals.csproj

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,9 @@
2424
<PackageReference Include="System.Memory" />
2525
<PackageReference Include="System.Numerics.Vectors" />
2626
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" />
27-
<PackageReference Include="System.Threading.Tasks.Extensions" GeneratePathProperty="true" ExcludeAssets="Compile;Runtime;Build" />
27+
<PackageReference Include="System.Threading.Tasks.Extensions" GeneratePathProperty="true" />
2828

29-
<!-- Hack https://github.com/dotnet/sdk/issues/1791 to enforce nestandard version -->
30-
<Reference Include="System.Threading.Tasks.Extensions">
31-
<HintPath>$(PkgSystem_Threading_Tasks_Extensions)\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
32-
</Reference>
33-
34-
<Reference Include="AWSSDK, Version=1.3.10.0, Culture=neutral, PublicKeyToken=cd2d24cd2bace800, processorArchitecture=MSIL">
29+
<Reference Include="AWSSDK, Version=1.3.10.0, Culture=neutral, PublicKeyToken=cd2d24cd2bace800, processorArchitecture=MSIL">
3530
<HintPath>..\..\Resources\Libraries\AmazonS3\AWSSDK.dll</HintPath>
3631
</Reference>
3732
<Reference Include="FlickrNet">

Source/Tests/Tests.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>
21-
<PackageReference Include="System.Threading.Tasks.Extensions" GeneratePathProperty="true" ExcludeAssets="Compile;Runtime;Build" />
22-
<!-- Hack https://github.com/dotnet/sdk/issues/1791 to enforce nestandard version -->
23-
<Reference Include="System.Threading.Tasks.Extensions">
24-
<HintPath>$(PkgSystem_Threading_Tasks_Extensions)\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
25-
<SpecificVersion>False</SpecificVersion>
26-
</Reference>
21+
<PackageReference Include="System.Threading.Tasks.Extensions" GeneratePathProperty="true"/>
2722

2823
<PackageReference Include="System.Memory" />
2924
<PackageReference Include="System.Numerics.Vectors" />

0 commit comments

Comments
 (0)