Fix STD plugin for generic-netf

It failed because it couldn't find immutable collections, ASF doesn't have it either, it doesn't look like it's needed to satisfy the compiler anymore (SK2 includes it through protobuf-net)
This commit is contained in:
Archi
2021-07-30 16:09:05 +02:00
parent 97a5a94220
commit 13ea9df707
2 changed files with 0 additions and 5 deletions

View File

@@ -11,10 +11,6 @@
<PackageReference Include="System.Composition.AttributedModel" IncludeAssets="compile" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net48'">
<PackageReference Include="System.Collections.Immutable" IncludeAssets="compile" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ArchiSteamFarm\ArchiSteamFarm.csproj" ExcludeAssets="all" Private="false" />
</ItemGroup>

View File

@@ -39,6 +39,5 @@
<PackageVersion Include="Microsoft.AspNetCore.WebSockets" Version="2.2.1" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="3.1.14" />
<PackageVersion Include="Microsoft.Extensions.Logging.Configuration" Version="3.1.14" />
<PackageVersion Include="System.Collections.Immutable" Version="5.0.0" />
</ItemGroup>
</Project>