Bartosz Brachaczek

Results 2 comments of Bartosz Brachaczek

For anyone interested, I needed to use one more hack to make the PackageReference C++ NuGet restore work in VS2022, as described in [this comment](https://github.com/NuGet/Home/issues/10511#issuecomment-778400668): $(AssetTargetFallback);native native,Version=v0.0

I should also note that setting `TargetFrameworkMoniker` in VS2022 appears to break ConfigurationType=Makefile projects, as the `GetReferenceAssemblyPaths` target fails. Normally for C++ projects it's prevented from being executed by Microsoft.CppBuild.targets...