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

Refactor System.Text.Json dependency #17

Merged
merged 1 commit into from
Nov 17, 2024

Conversation

albertospelta
Copy link
Collaborator

  • Remove System.Text.Json dependency for .NET 6/8 targets.
  • Update System.Text.Json to 8.0.5 for .NET Standard target.

@albertospelta albertospelta merged commit cd1aa71 into master Nov 17, 2024
1 check passed
@albertospelta albertospelta deleted the alberto/patch-system-text-json branch November 17, 2024 17:04
albertospelta added a commit to sql-bi/Bravo that referenced this pull request Dec 5, 2024
This change resolves the build error introduced by sql-bi/DaxFormatter#17 where `System.Text.Json.dll` is no longer a transitive dependency, as it is now used for the `netstandard2.0` target framework.
albertospelta added a commit to sql-bi/Bravo that referenced this pull request Dec 5, 2024
This change resolves the build error introduced in #849 (sql-bi/DaxFormatter#17) where `System.Text.Json.dll` is no longer a transitive dependency, as it is now used for the `netstandard2.0` target framework.
albertospelta added a commit to sql-bi/Bravo that referenced this pull request Dec 5, 2024
This fixes a build error introduced in #849 (sql-bi/DaxFormatter#17) where `System.Text.Json.dll` is no longer a transitive dependency, as it is now used for the `netstandard2.0` target framework.
albertospelta added a commit to sql-bi/Bravo that referenced this pull request Dec 5, 2024
This fixes a build error introduced in #849 (sql-bi/DaxFormatter#17) where `System.Text.Json.dll` is no longer a transitive dependency, as it is now used for the `netstandard2.0` target framework.
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