Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit c6e4e2a

Browse files
committed
Remove explicit reference to System.Threading in .NET v4.5 builds
To resolve "The package 'ServiceStack.Text' tried to add a framework reference to 'System.Threading' which was not found in the GAC"
1 parent 6f5e256 commit c6e4e2a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ServiceStack.Text/ServiceStack.Text.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
</PropertyGroup>
1717
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
1818
<Reference Include="System.Configuration" />
19-
<Reference Include="System.Threading" />
20-
<Reference Include="System.Threading.Tasks" />
2119
<Reference Include="Microsoft.CSharp" />
2220
<PackageReference Include="System.Memory" Version="4.5.2" />
2321
</ItemGroup>

0 commit comments

Comments
 (0)