-
Notifications
You must be signed in to change notification settings - Fork 67
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
Reverting the multi TFM update #634
Conversation
d16407a
to
5648e77
Compare
c7c728f
to
ca74abf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to targets file is missing. See 0528a84#diff-d2a7710deabbac669554a8b567e1f2fc024f252e539b77407314770cc05b9b47L15
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To make things clear, you want to add the following to your project:
<RollForward>Major</RollForward>
This will enable the application to roll to the next major if 6.0 is not present.
For reference: https://learn.microsoft.com/en-us/dotnet/core/versions/selection#control-roll-forward-behavior
src/Microsoft.NET.Sdk.Functions.MSBuild/Targets/Microsoft.NET.Sdk.Functions.targets
Outdated
Show resolved
Hide resolved
e12e6ca
to
b113999
Compare
b113999
to
0b3bbe6
Compare
@@ -87,7 +87,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and | |||
<Target Name="_InitializeFunctionsSdk"> | |||
<Warning Text="The ExtensionsMetadataGenerator package was not imported correctly. Are you missing '$(_ExtensionsMetadataGeneratorTargetsPath)' or '$(_ExtensionsMetadataGeneratorPropsPath)'?" | |||
Condition="!$(AzureFunctionsVersion.StartsWith('v1')) And ('$(_ExtensionsMetadataGeneratorTargetsImported)' == '' Or '$(_ExtensionsMetadataGeneratorPropsImported)' == '')" /> | |||
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: space
No description provided.