Skip to content

Commit ee3aca4

Browse files
authored
Update core tools version to 4.21.1 (#3372)
1 parent 623c085 commit ee3aca4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Azure.Functions.Cli/Azure.Functions.Cli.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@
101101
<LogicalName>$(AssemblyName).Dockerfile.typescript</LogicalName>
102102
</EmbeddedResource>
103103
<EmbeddedResource Include="StaticResources\Dockerfile.node18">
104-
<LogicalName>$(AssemblyName).Dockerfile.node18</LogicalName>
104+
<LogicalName>$(AssemblyName).Dockerfile.node18</LogicalName>
105105
</EmbeddedResource>
106106
<EmbeddedResource Include="StaticResources\Dockerfile.typescript.node18">
107-
<LogicalName>$(AssemblyName).Dockerfile.typescript.node18</LogicalName>
107+
<LogicalName>$(AssemblyName).Dockerfile.typescript.node18</LogicalName>
108108
</EmbeddedResource>
109109
<EmbeddedResource Include="StaticResources\gitignore">
110110
<LogicalName>$(AssemblyName).gitignore</LogicalName>
@@ -153,10 +153,10 @@
153153
</EmbeddedResource>
154154
<EmbeddedResource Include="StaticResources\NewTemplate-userPrompts.json">
155155
<LogicalName>$(AssemblyName).NewTemplate-userPrompts.json</LogicalName>
156-
</EmbeddedResource>
156+
</EmbeddedResource>
157157
<EmbeddedResource Include="StaticResources\node-v4-templates.json">
158158
<LogicalName>$(AssemblyName).node-v4-templates.json</LogicalName>
159-
</EmbeddedResource>
159+
</EmbeddedResource>
160160
<EmbeddedResource Include="StaticResources\Python-HttpTrigger-help.txt">
161161
<LogicalName>$(AssemblyName).python-HttpTrigger-help.txt</LogicalName>
162162
</EmbeddedResource>
@@ -270,15 +270,15 @@
270270
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.21.0" />
271271
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="2.2.0" />
272272
<PackageReference Include="Microsoft.Azure.DurableTask.AzureStorage.Internal" Version="1.4.0" />
273-
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.19.2" />
273+
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.21.1" />
274274
<PackageReference Include="Microsoft.Build" Version="17.0.0" />
275275
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
276276
<PackageReference Include="WindowsAzure.Storage" Version="9.3.1" />
277277
<PackageReference Include="YamlDotNet" Version="6.0.0" />
278278
</ItemGroup>
279279
<ItemGroup Condition="'$(NoWorkers)' != 'true'">
280-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.10.0" />
281-
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.6.0" />
280+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.11.0" />
281+
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.6.1" />
282282
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2733" />
283283
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2719" />
284284
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.2669" />

0 commit comments

Comments
 (0)