Skip to content
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

Improve codegen's .NET Core 3 compatibility 2 #5883

Merged
merged 2 commits into from
Aug 21, 2019
Merged

Improve codegen's .NET Core 3 compatibility 2 #5883

merged 2 commits into from
Aug 21, 2019

Conversation

Frank-Krick
Copy link
Contributor

fixes #5880

The fix allows the codegen for dotnet to use a runtime >= 3.0.0 as fallback if the 2.0 runtime cannot be found. This allow code generation in only dotnet 3.0 environments.

The changes are the same as for #5799 for the MSBuild codegenerator.

I also included the codegenerator in Bootstrap, so that building Orleans itself is now possible only with a dotnet 3.0 runtime.

It maybe a good idea to do that for the MSBuild codegen in Bootstrap, too. Should I include the change in this pull request?

Thanks,

Frank

@dnfclas
Copy link

dnfclas commented Aug 21, 2019

CLA assistant check
All CLA requirements met.

@Frank-Krick
Copy link
Contributor Author

@ReubenBond, as discussed in #5880

@ReubenBond
Copy link
Member

Should I include the change in this pull request?

That would be great, thanks for doing this

@ReubenBond ReubenBond self-assigned this Aug 21, 2019
@ReubenBond ReubenBond added this to the 3.0.0 milestone Aug 21, 2019
@Frank-Krick
Copy link
Contributor Author

Done. Thanks

@ReubenBond ReubenBond merged commit 6a2c2ce into dotnet:master Aug 21, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Dec 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants