Skip to content

Add support for .NET 8 (which is the latest LTS)#47

Closed
0xced wants to merge 2 commits intosdrapkin:masterfrom
0xced:net8.0
Closed

Add support for .NET 8 (which is the latest LTS)#47
0xced wants to merge 2 commits intosdrapkin:masterfrom
0xced:net8.0

Conversation

@0xced
Copy link
Copy Markdown

@0xced 0xced commented Nov 22, 2024

This allows to use Inferno completely dependency free since System.Numerics.Vectors, System.Runtime.CompilerServices.Unsafe, System.ValueTuple and System.Security.Cryptography.Cng are only required for specific target frameworks.

Also update System.Formats.Asn1 to fix this NU1903 warning:

Package 'System.Formats.Asn1' 5.0.0 has a known high severity vulnerability, GHSA-447r-wph3-92pm

This pull request supersedes #40

This allows to use Inferno completely dependency free since System.Numerics.Vectors, System.Runtime.CompilerServices.Unsafe, System.ValueTuple and System.Security.Cryptography.Cng are only required for specific target frameworks.

This pull request supersedes sdrapkin#40
> warning NU1903: Package 'System.Formats.Asn1' 5.0.0 has a known high severity vulnerability, GHSA-447r-wph3-92pm
@0xced 0xced requested a review from sdrapkin as a code owner November 22, 2024 15:51
@sdrapkin
Copy link
Copy Markdown
Owner

Thanks, I'll review..

@sdrapkin
Copy link
Copy Markdown
Owner

I've updated Inferno - https://www.nuget.org/packages/Inferno/1.6.6

@0xced
Copy link
Copy Markdown
Author

0xced commented Nov 26, 2024

Although it was not merged, it was basically applied in 432cd01, so closing.

@0xced 0xced closed this Nov 26, 2024
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