Corona-Studio / ProjBobcat

The next generation Minecraft launcher core written in C# providing the freest, fastest and the most complete experience.
https://kb.corona.studio/zhCN/projbobcat/
MIT License
159 stars 21 forks source link

[BUG] Doesn't support .NET Framework? #63

Closed Slddev closed 2 years ago

Slddev commented 2 years ago

Describe the bug I am using .NET Framework 4.8 (Latest) and it fails to install.

Could not install package 'ProjBobcat 1.16.0'. You are trying to install this package into a project that targets 
'.NETFramework,Version=v4.8', 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.

ProjBobcat Version 1.16.0

To Reproduce Steps to reproduce the behavior:

  1. Install the package on a project that uses .NET Framework 4.8 via Nuget

Expected behavior Should Install properly.

Desktop (please complete the following information):

laolarou726 commented 2 years ago

Because ProjBobcat is using tons of new language features from .net 6.0. As the result, we are not going to support any of the .NET Framework versions. If you want to use this package, please switch your target to at least .NET 5.0 or above.

tyanyuy3125 commented 2 years ago

@laolarou726 you'd better update the documentation.

laolarou726 commented 2 years ago

Just updated the document to make the requirement clear.