SpicyTaco / SpicyTaco.AutoGrid

A magical replacement for the built in WPF Grid and StackPanel
MIT License
76 stars 15 forks source link

.Net Core 3.1 compatibility #13

Open muntablues opened 4 years ago

muntablues commented 4 years ago

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 commented 9 months ago

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

tqk2811 commented 9 months ago

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