ContainersSFLab
ContainersSFLab copied to clipboard
update targeted framework
Mikkel, I made this change because when I open the project, it won't compile. I got "Could not find a part of the path 'c:\t\ContainersSFLab\eShopLegacyWebFormsSolution\src\eShopLegacyWebForms\bin\roslyn\csc.exe'."
This change is the result of running update-package Microsoft.CodeDom.Providers.DotNetCompilerPlatform -r, from within the project. From the diff you can see that it updates the targetFramework for the DotNetCompilerPlatform from 4.61 to 4.7, and the targetFramework of Microsoft.Net.Compilers from 4.61 to 4.62 Since I will be pointing to this example from the MS docs, I thought I'd send this change on.