Skip to content

Commit 687d03c

Browse files
committed
re-adding workers for net8 in-proc builds
1 parent 64bbcaf commit 687d03c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/WebJobs.Script.SiteExtension/WebJobs.Script.SiteExtension.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@
1717
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
1818
<SiteExtensionName>FunctionsInProc8</SiteExtensionName>
1919
</PropertyGroup>
20-
21-
<!-- Only .NET6 builds include workers. -->
22-
<Import Project="$(WorkersProps)" Condition="'$(TargetFramework)' == 'net6.0'" />
20+
21+
<Import Project="$(WorkersProps)" />
2322

2423
<ItemGroup>
2524
<ProjectReference Include="../WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj" ReferenceOutputAssembly="false" />

0 commit comments

Comments
 (0)