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

Using MimeTypes in .net standard 2.0 Project triggers CS8370 Error #22

Closed
IcoDeveloper opened this issue Nov 16, 2023 · 0 comments
Closed

Comments

@IcoDeveloper
Copy link

When adding MimeTypes to a .net standard 2.0 Project, Compile Error:

CS8370 "Feature 'nullable reference types' is not available in C# 7.3. Please use language version 8.0 or greater"

.net Standard 2.0 is unfortunately locked to max language level 7.3

Using Version 1.1.0 , which does not yet have the
#nullable enable
line works.

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

No branches or pull requests

1 participant