-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Can no longer compile net451 compatible builds on linux with 1.1 tooling #7888
Comments
I'm having the same problem when targeting .NET 4.6. |
There is an open issue in the SDK repo about it: #335 |
Thanks, setting |
We will track this in the SDK. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
execute
dotnet new
Edit project.json and add
net451
frameworkExecute
dotnet restore
thendotnet build
Execute
dotnet run
---> Observe everything works correctly
rm global.json
dotnet migrate
dotnet build
---> Observe the following error:
Environment data
dotnet --info
output:The text was updated successfully, but these errors were encountered: