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

Removed support for .NET Framework-based ASP .NET Core applications #93

Merged
merged 5 commits into from
Dec 3, 2023

Conversation

jamie-taylor-rjj
Copy link
Collaborator

@jamie-taylor-rjj jamie-taylor-rjj commented Dec 2, 2023

Rationale for this PR

In order to support .NET Framework-based ASP .NET Core applications, OwaspHeaders.Core had to take a dependency on Microsoft.AspNetCore.Http.Abstractions, however as of this announcement (aka ASP .NET Core 3.0), .NET Framework is no longer supported by ASP .NET Core. As such this project now no longer supports .NET Framework.

This is achieved by replacing the requirement on the NuGet package Microsoft.AspNetCore.Http.Abstractions with a Framework Reference on Microsoft.AspNetCore.App.

This PR fixes #88

Re-architected code base to use more relevant class names and directory structure;
Now supports .NET 6, 7, and 8;
Updated readme and changelog
@jamie-taylor-rjj jamie-taylor-rjj changed the title Removed support for .NET Framework-based ASP .NET Core applications; Re-architected code base to use more relevant class names and directory structure; Now supports .NET 6, 7, and 8; Updated readme and changelog Removed support for .NET Framework-based ASP .NET Core applications Dec 2, 2023
@GaProgMan GaProgMan merged commit 25bbbf3 into main Dec 3, 2023
2 checks passed
@GaProgMan GaProgMan deleted the feature/88-remove-support-for-net-framework branch December 3, 2023 00:29
@GaProgMan
Copy link
Owner

Fixes / closes #93

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.

[High Priority] Remove support for .NET Framework
2 participants