microsoft / DirectXTK

The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++
https://walbourn.github.io/directxtk/
MIT License
2.55k stars 506 forks source link

Removed nuget.config from solution root #450

Closed walbourn closed 4 months ago

walbourn commented 4 months ago

It appears that the default package location is now the $(Solution directory)\packages rather than a project subdirectory as it had been early on. There is no need to have a nuget.config in this repository.

Also sync some files with minor changes from DirectXTK12 and includes an ADO pipeline update to validate GDK builds using CMake.