You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: