Remove old .NET version of ValueTuple where possible

This commit is contained in:
Matt Nadareski
2024-11-03 20:40:36 -05:00
parent da6dbe136e
commit 317777cf93
2 changed files with 1 additions and 3 deletions

View File

@@ -26,6 +26,7 @@
- Update BinaryObjectScanner to 3.1.15
- Remove unused IndexRange library
- Remove unnecessary System.ValueTuple usage
- Remove old .NET version of ValueTuple where possible
### 3.2.2 (2024-09-24)

View File

@@ -40,9 +40,6 @@
</PropertyGroup>
<!-- Support for old .NET versions -->
<ItemGroup Condition="$(TargetFramework.StartsWith(`net2`)) OR $(TargetFramework.StartsWith(`net3`))">
<PackageReference Include="MinValueTupleBridge" Version="0.2.1" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith(`net2`)) OR $(TargetFramework.StartsWith(`net3`)) OR $(TargetFramework.StartsWith(`net40`))">
<PackageReference Include="MinAsyncBridge" Version="0.12.4" />
<PackageReference Include="MinTasksExtensionsBridge" Version="0.3.4" />