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

Can't install into .net 4.8 project #234

Open
1 task
ericberman opened this issue Aug 25, 2024 · 3 comments
Open
1 task

Can't install into .net 4.8 project #234

ericberman opened this issue Aug 25, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@ericberman
Copy link

  • [x ] I have checked that the SDK documentation doesn't solve my issue.
  • [ x] I have checked that the API documentation doesn't solve my issue.
  • [ x] I have searched the Box Developer Forums and my issue isn't already reported (or if it has been reported, I have attached a link to it, for reference).
  • I have searched Issues in this repo and my issue isn't already reported.

Description of the Issue

When I try to install this with NuGet, I get this error:
Error Could not install package 'Box.Sdk.Gen 1.1.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.

Steps to Reproduce

type "install-package box.sdk.gen in a project that targets .net 4.8.

Expected Behavior

Package should install

Error Message, Including Stack Trace

Screenshots

Versions Used

.NET SDK: 4.8
.NET: 4.8

@ericberman ericberman added the question Further information is requested label Aug 25, 2024
@mwwoda mwwoda added the enhancement New feature or request label Aug 27, 2024
@congminh1254
Copy link
Member

Hi @ericberman

With the .NET SDK Gen, currently we are only support .NET from version 6.0 (formerly named .NET Core), but not .NET Framework.

We are working on support .NET Framework for this SDK, but for now, you can use the legacy .NET SDK.

Bests,
Minh

@Timbot-42
Copy link

Just want to confirm if you will be adding support for .NET framework before you deprecate the V2 SDK?

@mwwoda
Copy link
Contributor

mwwoda commented Sep 27, 2024

That's correct. We plan to add support for .NET Framework before deprecating legacy SDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

8 participants