Skip to content

Conversation

CygnusBill
Copy link

This change allows .Net folks (.Net 4.7.2, .Net 4.8) to use this goodness.

FluentAssertions and CSharpFunctionalExtensions are already compatible.


<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's acceptable to target both

Suggested change
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>net6.0;netstandard2.0</TargetFramework>

@KyleMcMaster
Copy link
Contributor

I appreciate the contribution and feedback! I'm happy to consider adding .NET Standard as a TargetFramework.

@KyleMcMaster
Copy link
Contributor

@CygnusBill Can you please update this branch to be up to date with base branch (main). Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants