We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64bbcaf commit 687d03cCopy full SHA for 687d03c
src/WebJobs.Script.SiteExtension/WebJobs.Script.SiteExtension.csproj
@@ -17,9 +17,8 @@
17
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
18
<SiteExtensionName>FunctionsInProc8</SiteExtensionName>
19
</PropertyGroup>
20
-
21
- <!-- Only .NET6 builds include workers. -->
22
- <Import Project="$(WorkersProps)" Condition="'$(TargetFramework)' == 'net6.0'" />
+
+ <Import Project="$(WorkersProps)" />
23
24
<ItemGroup>
25
<ProjectReference Include="../WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj" ReferenceOutputAssembly="false" />
0 commit comments