-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] fresh build looks for .NET CORE 5.0 #45
Comments
You need to install .NET 5.0 preview 3 (or newer) and likely use VS 2019 Preview, as well. Tanner's multitargeting the projects now. |
Perhaps the TFM change was breaking after all? Didn’t expect that. In any case, it probably should be changed from netcoreapp5.0 to net5.0 and such change may fix this issue |
Yay! Got it to work. So the preview of .Net 5.0 is needed, but the normal released version of VisualStudio 2019 is fine - although only after checking the feature Tools->Options->Environment->Preview Features->Use previews of the .Net Core SDK. Thanks for you quick responses and help. From my point of view this issue can be closed. Am I supposed to do so or someone else? |
Feel free to submit a PR. |
I've closed it, although you should feel free to do so in the future if you feel your issue is resolved or no longer applicable. I've logged #48 to track updating the documentation to call out any tooling requirements. |
Windows 10 Pro, Visual Studio 2019, .NET CORE 3.0 and 3.1 installed via the Visual Studio installer.
terrafx repo cloned, opened TerraFX.Interop.Windows.sln tried to run TerraFX.Samples.DirectX in Debug AnyCpu mode.
I got 117 identical errors complaining that
All pointing back to the file
Why is it thinking .Net Core 5.0 is configured as target?
PS: Ok, the next version of .Net Core will be .Net 5.0 (no core). I installed the preview 3 and rebuilt the solutino. Still same error.
The text was updated successfully, but these errors were encountered: