You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2020. It is now read-only.
CodeGeneration.Design is still referencing the old version and gives:
Package 'Microsoft.Composition 1.0.27' was restored using '.NETFramework,Version=v4.6.1' instead the project target framework...
The correct version is 1.0.31.
The text was updated successfully, but these errors were encountered:
Workaround. For a new project this seems to get things right.
In VS2017-3
Create a new MVC project. It will bring in three references. AspNetCore.All, EntityFrameworkCore.Tools, CodeGeneration.Design. There will be a warning on Design.
Remove CodeGeneration.Design from your project file.
In PackageManager add Microsoft.Composition 1.0.31
In PackageManager add CodeGeneration.Design
The subs to Design are different now and everything seems to work
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There was a compatibility error with Microsoft.Composition. This is being addressed https://github.com/dotnet/corefx/issues/18452.
CodeGeneration.Design is still referencing the old version and gives:
Package 'Microsoft.Composition 1.0.27' was restored using '.NETFramework,Version=v4.6.1' instead the project target framework...
The correct version is 1.0.31.
The text was updated successfully, but these errors were encountered: