ForeverZer0 / SharpNBT

A pure CLS-compliant C# implementation of the Named Binary Tag (NBT) format specification commonly used with Minecraft applications, allowing easy reading/writing streams and serialization to other formats.
MIT License
25 stars 9 forks source link

Unable to install Nuget package in framework 4.7.2 project #5

Closed Yiming075 closed 10 months ago

Yiming075 commented 2 years ago

When I tried to install the package into the project (framework 4.7.2), the installation failed with an error.

Error Could not install package 'SharpNBT 1.2.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.7.2', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

ForeverZer0 commented 10 months ago

My deepest apologies, I somehow missed this question and just now noticed it while doing some maintenance.

I am closing this issue for now, as I sincerely doubt any help is still needed. If I am incorrect, feel free to re-open or create a new issue.