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

.Net Core 3.1 compatibility #13

Open
muntablues opened this issue Aug 27, 2020 · 2 comments
Open

.Net Core 3.1 compatibility #13

muntablues opened this issue Aug 27, 2020 · 2 comments

Comments

@muntablues
Copy link

Hi there

I use your AutoGrid in various projects and it is just great!!!

Now I am starting an new project using .Net Core 3.1 and I can reference your AutoGrid and use it as in .Net Framework 4.x project.

The only not really nice thing is, that Visual Studio is showing a warning like that:
Warning NU1701 Package 'SpicyTaco.AutoGrid 1.2.29' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.

Could you add .NetCore as target to your solution?

Thx and regards!
Guenter

@jcummings2
Copy link

Looks like PR #15 (and the older PR #14 ) address this issue.

@tqk2811
Copy link

tqk2811 commented Dec 1, 2023

In PR #15
You can build success with TargetFrameworks netcoreapp3.0, I haven't tested it in runtime yet.

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

3 participants