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

Bump the SDK and stop building on <net8 #82

Merged
merged 4 commits into from
Aug 20, 2024
Merged

Bump the SDK and stop building on <net8 #82

merged 4 commits into from
Aug 20, 2024

Conversation

Smaug123
Copy link
Contributor

dotnet/fsharp#16857 has changed the API surface. ApiSurface has the ability to discriminate surfaces between major versions of .NET, but not minor versions, so I just chose the simplest way of "assume everyone is running net8".

@Smaug123 Smaug123 requested review from a team as code owners August 19, 2024 21:08
nojaf
nojaf previously approved these changes Aug 20, 2024
@Smaug123 Smaug123 changed the title Bump the SDK Bump the SDK and stop building on <net8 Aug 20, 2024
@@ -21,11 +21,10 @@
<ItemGroup>
<PackageReference Update="System.Text.Json" Version="8.0.4" />
<PackageReference Include="FsCheck" Version="2.16.6" />
<PackageReference Include="FSharp.Core" Version="4.3.4" />
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Deleted the unnecessary reference to an old FSharp.Core

@Smaug123
Copy link
Contributor Author

This is now actually ready.

@Smaug123 Smaug123 merged commit 7759913 into main Aug 20, 2024
13 checks passed
@Smaug123 Smaug123 deleted the bump-sdk branch August 20, 2024 12:06
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