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

Enabling multiple TFMs / tooling suffixes #632

Merged
merged 7 commits into from
May 8, 2024

Conversation

mattchenderson
Copy link
Contributor

Updates to support .NET 8 builds in the future, in alignment with upcoming tooling feed changes.

This takes inspiration from what's done in the isolated worker mode. However, note that the conditions here are just based on TFM. This will override AzureFunctionsVersion, which should be perfectly fine here.

@mattchenderson mattchenderson force-pushed the mattchenderson/net8-inproc branch 5 times, most recently from de1630f to e2f92f9 Compare May 3, 2024 03:53
@mattchenderson mattchenderson force-pushed the mattchenderson/net8-inproc branch from e2f92f9 to 0528a84 Compare May 3, 2024 03:54
@fabiocav fabiocav linked an issue May 3, 2024 that may be closed by this pull request
@soninaren soninaren force-pushed the mattchenderson/net8-inproc branch from 2b83280 to 2a683ea Compare May 7, 2024 18:22
Copy link
Contributor Author

@mattchenderson mattchenderson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure about intent for a few current changes and would appreciate some clarity on those.

@soninaren soninaren force-pushed the mattchenderson/net8-inproc branch from 98c7f8f to 5762af6 Compare May 8, 2024 18:56
@mattchenderson
Copy link
Contributor Author

Since I'm the original author of the PR, I am unable to approve, but the current state looks good to me. Let's go ahead and get this in.

@soninaren
Copy link
Member

soninaren commented May 8, 2024

Since I'm the original author of the PR, I am unable to approve, but the current state looks good to me. Let's go ahead and get this in.

Since i am not the original author i can approve.

@soninaren soninaren merged commit 21cb355 into v4.x May 8, 2024
1 check passed
@soninaren soninaren deleted the mattchenderson/net8-inproc branch May 8, 2024 21:04
@@ -12,7 +12,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
<_FunctionsTaskFramework>net6.0</_FunctionsTaskFramework>
<_FunctionsTaskFramework>$(TargetFramework)</_FunctionsTaskFramework>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is what broke builds later on...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SDK updates to support .NET 8
4 participants