AdamsLair / duality

a 2D Game Development Framework
https://adamslair.github.io/duality
MIT License
1.41k stars 288 forks source link

Upgrade Nuget.Core to 2.14 #711

Closed Barsonax closed 5 years ago

Barsonax commented 5 years ago

Summary

Duality is still using Nuget.Core 2.8.3 which does not understand the newer targetframeworks like netstandard. Consider upgrading to Nuget.Core 2.14 which does understand these.

In a small test during #710 I found no breaking changes and I was able to install a package.

Analysis

ilexp commented 5 years ago

Addressed by @Barsonax. Closing this.