Skip to content

Commit

Permalink
Include System.Threading.dll from NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
kaenganxt committed Sep 4, 2023
1 parent 7238965 commit 4ee8bc8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/api/CSM.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Threading" />
</ItemGroup>
<ItemGroup>
<Compile Include="Chat.cs" />
Expand All @@ -50,6 +49,11 @@
<Compile Include="Networking\Status\ServerStatus.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Threading.dll">
<Version>1.0.2856.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Reference Include="protobuf-net">
<SpecificVersion>False</SpecificVersion>
Expand Down

0 comments on commit 4ee8bc8

Please sign in to comment.