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

Support .NET 8 #187

Merged
merged 13 commits into from
Nov 30, 2023
Merged

Support .NET 8 #187

merged 13 commits into from
Nov 30, 2023

Conversation

josephdecock
Copy link
Member

No description provided.

@brockallen brockallen added this to the 2.2.0 milestone Nov 30, 2023
@brockallen brockallen merged commit 4f460d0 into main Nov 30, 2023
5 checks passed
@brockallen brockallen deleted the joe/net8 branch November 30, 2023 19:22
@@ -4,12 +4,21 @@
<FrameworkVersionRuntime>6.0.0</FrameworkVersionRuntime>
<FrameworkVersionTesting>6.0.11</FrameworkVersionTesting>
<YarpVersion>2.0.1</YarpVersion>
Copy link
Contributor

Choose a reason for hiding this comment

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

@josephdecock Hi, it seems that net6, net7 targets don't get newer Yarp version. Is it intentional? Wouldn't 2.1.0 work fine here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, it should work, but not updating the dependency is intentional. Our usual approach to dependencies is to take the earlier version to avoid dependency problems and give users flexibility (your BFF can update to 2.1 explicitly).

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.

3 participants