Skip to content

Commit

Permalink
Enabling multiple TFMs / tooling suffixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattchenderson committed May 2, 2024
1 parent 39400e7 commit 661de19
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
<WarnOnPackingNonPackableProject Condition="'$(WarnOnPackingNonPackableProject)' == '' and '$(IsPackable)' == 'false'">true</WarnOnPackingNonPackableProject>
<IsZipDeploySupported>true</IsZipDeploySupported>
<MSBuildFunctionsTargetsPath>$(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed.Functions\</MSBuildFunctionsTargetsPath>

<_ToolingSuffix></_ToolingSuffix>
<_ToolingSuffix Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetFrameworkVersion)' == 'v8.0'">net8-in-process</_ToolingSuffix>
<AzureFunctionsVersion Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetFrameworkVersion)' == 'v8.0'">v0</AzureFunctionsVersion>

<FunctionsToolingSuffix Condition="'$(FunctionsToolingSuffix)' == ''">$(_ToolingSuffix)</FunctionsToolingSuffix>
</PropertyGroup>

<UsingTask TaskName="GenerateFunctions"
Expand Down

0 comments on commit 661de19

Please sign in to comment.