Skip to content

Commit

Permalink
Merge pull request #554 from bothzoli/feature/remove-eol-frameworks
Browse files Browse the repository at this point in the history
Remove EOL .NET frameworks and obsolete methods
  • Loading branch information
vkhorikov authored Aug 11, 2024
2 parents 7eb1ae8 + 4a2a81e commit 5af110d
Show file tree
Hide file tree
Showing 52 changed files with 9 additions and 3,293 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,15 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)'=='net45'">
<AssemblyTitle>CSharpFunctionalExtensions (with a strong name) .NET 4.5</AssemblyTitle>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'=='net461'">
<AssemblyTitle>CSharpFunctionalExtensions (with a strong name) .NET 4.6.1</AssemblyTitle>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
<AssemblyTitle>CSharpFunctionalExtensions (with a strong name) .NET Standard 2.0</AssemblyTitle>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'=='net5.0'">
<AssemblyTitle>CSharpFunctionalExtensions (with a strong name) .NET 5.0</AssemblyTitle>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'=='net6.0'">
<AssemblyTitle>CSharpFunctionalExtensions (with a strong name) .NET 6.0</AssemblyTitle>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net40'">
<PackageReference Include="Microsoft.Bcl.Async" Version="1.0.168"/>
</ItemGroup>
<PropertyGroup Condition="'$(TargetFramework)'=='net8.0'">
<AssemblyTitle>CSharpFunctionalExtensions (with a strong name) .NET 8.0</AssemblyTitle>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,36 +133,6 @@
<Compile Update="ResultTests\Extensions\FinallyTests.Base.cs">
<DependentUpon>FinallyTests.cs</DependentUpon>
</Compile>
<Compile Update="ResultTests\Extensions\OnFailureTests.ValueTask.Left.cs">
<DependentUpon>OnFailureTests.ValueTask.cs</DependentUpon>
</Compile>
<Compile Update="ResultTests\Extensions\OnFailureTests.ValueTask.Right.cs">
<DependentUpon>OnFailureTests.ValueTask.cs</DependentUpon>
</Compile>
<Compile Update="ResultTests\Extensions\OnFailureTests.ValueTask.cs">
<DependentUpon>OnFailureTests.cs</DependentUpon>
</Compile>
<Compile Update="ResultTests\Extensions\OnFailureTests.Task.Left.cs">
<DependentUpon>OnFailureTests.Task.cs</DependentUpon>
</Compile>
<Compile Update="ResultTests\Extensions\OnFailureTests.Task.Right.cs">
<DependentUpon>OnFailureTests.Task.cs</DependentUpon>
</Compile>
<Compile Update="ResultTests\Extensions\OnFailureTests.Task.cs">
<DependentUpon>OnFailureTests.cs</DependentUpon>
</Compile>
<Compile Update="ResultTests\Extensions\OnFailureTests.Base.cs">
<DependentUpon>OnFailureTests.cs</DependentUpon>
</Compile>
<Compile Update="ResultTests\Extensions\OnSuccessTryTests.Task.Left.cs">
<DependentUpon>OnSuccessTryTests.Task.cs</DependentUpon>
</Compile>
<Compile Update="ResultTests\Extensions\OnSuccessTryTests.Task.Right.cs">
<DependentUpon>OnSuccessTryTests.Task.cs</DependentUpon>
</Compile>
<Compile Update="ResultTests\Extensions\OnSuccessTryTests.Task.cs">
<DependentUpon>OnSuccessTryTests.cs</DependentUpon>
</Compile>
<Compile Update="ResultTests\Extensions\TapErrorIfTests.Base.cs">
<DependentUpon>TapErrorIfTests.cs</DependentUpon>
</Compile>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 5af110d

Please sign in to comment.