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

net5.0 #500

Closed
wants to merge 1 commit into from
Closed

net5.0 #500

wants to merge 1 commit into from

Conversation

bruno-garcia
Copy link
Member

Getting a head start with .NET 5 compatibility

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

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<TargetFrameworks>net5.0;netstandard2.0;net461</TargetFrameworks>
Copy link
Member Author

Choose a reason for hiding this comment

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

Target probably not needed

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

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<TargetFrameworks>net5.0;netstandard2.0;net461</TargetFrameworks>
Copy link
Member Author

Choose a reason for hiding this comment

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

Probably don't need to target here too. Just let it resolve to ns2.0.
Unless we're changing stuff like using System.Json (while keeping the old targets as they are which would probably surprise some if they retarget their app and without changing this dependency get some different dependencies).

@bruno-garcia
Copy link
Member Author

Superseded by #583

@bruno-garcia bruno-garcia deleted the feat/net5.0 branch November 10, 2020 23:19
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.

1 participant