Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change to netstandard2.0 to be compatible with .Net #72

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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.

@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<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