In this video I show you how to update your project file to fix all the breaking changes introduced with build 9754 of .NET Core 3
In this video I show you how to update your project file to fix all the breaking changes introduced with build 9754 of .NET Core 3
I’m getting the “Expected imports are missing” in 9764
Make sure you are closing all your tags properly. You could also try using this conversion tool I am working on.
https://marketplace.visualstudio.com/items?itemName=BrianLagunas.ConvertProjectToNETCore3
It was a cut/paste of what you had on the update video earlier (same as this video)
Works fine for me. If you copy and pasted, make sure you remove the stuff that doesn’t apply to your project, such as the ProjectReference to ModuleA as an example. You’ll also want to update your AssemblyName. Copy/paste of code is evil 🙂
I had to enable VS to use preview versions of the sdk by going to Tools –> Options –> Projects and Solutions –> .Net Core as referenced on the .Net blog: https://blogs.msdn.microsoft.com/dotnet/2018/11/13/net-core-tooling-update-for-visual-studio-2017-version-15-9/
Ahhhh! Thanks for the heads up! I didn’t have this issues, but that is probably because it’s new behavior. I’ll be sure to make another video about this.