-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add target for .NET 6/8 or .NET Standard 2.0/2.1 #67
Comments
Thanks for the report. One of the motivations for moving to satellite assemblies was to move most of the large resource files outside of the assembly so we don't have to deploy multiple copies of them (1 copy per target framework). The satellite assemblies are actually target framework neutral. However, after experimenting with the default fallback rules for After taking another look, it looks like there is a |
Any updates? |
I experimented with the This isn't the only issue dealing with resources, though, and all of them will need either to be worked on together or we need to sidestep by rolling everything back into a single DLL until we can come up with a new plan for naming the files in a way that .NET can deal with. This is all still very experimental. And at the moment it isn't the highest priority to work on, but will need to be revisited prior to the next release. |
…ependency so users aren't required to install this metapackage (fixes #67).
…ependency so users aren't required to install this metapackage (fixes #67).
…ependency so users aren't required to install this metapackage (fixes #67).
I'm using SaxonCS 12.4 which references ICU4N and ICU4N.Resources. The ICU4N.Resources NuGet package is targeting .NET Standard 1.6 which brings in a lot of out of date NuGet packages that contain security vulnerabilities and need updating. Any plans to update the NuGet package to add targets for .NET 6/8 or update the existing target to .NET Standard 2.0/2.1 so we can get rid of these old package references?
The text was updated successfully, but these errors were encountered: