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

fix package restore on dotnet sdk 8.0.303 #1311

Merged
merged 1 commit into from
Jul 10, 2024
Merged

Conversation

999eagle
Copy link
Contributor

on dotnet sdk 8.0.303 the package restore currently fails with src/FsAutoComplete/FsAutoComplete.fsproj : error NU1903: Warning As Error: Package 'System.Text.Json' 7.0.3 has a known high severity vulnerability, https://github.com/advisories/GHSA-hh2w-p6rv-4g7w. currently only NU1902 (moderate security vulnerability) is ignored, this pr changes that to ignore all four warnings, NU1901-NU1904.
the proper solution would most likely be to update System.Text.Json but i don't know how easy that would be.

@baronfel
Copy link
Contributor

Thanks @999eagle!

@baronfel baronfel merged commit 988e3c7 into ionide:main Jul 10, 2024
9 checks passed
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