Skip to content

Commit

Permalink
Update core tools version to 4.21.1 (#3372)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-imohammad authored May 17, 2023
1 parent 623c085 commit ee3aca4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/Azure.Functions.Cli/Azure.Functions.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@
<LogicalName>$(AssemblyName).Dockerfile.typescript</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="StaticResources\Dockerfile.node18">
<LogicalName>$(AssemblyName).Dockerfile.node18</LogicalName>
<LogicalName>$(AssemblyName).Dockerfile.node18</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="StaticResources\Dockerfile.typescript.node18">
<LogicalName>$(AssemblyName).Dockerfile.typescript.node18</LogicalName>
<LogicalName>$(AssemblyName).Dockerfile.typescript.node18</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="StaticResources\gitignore">
<LogicalName>$(AssemblyName).gitignore</LogicalName>
Expand Down Expand Up @@ -153,10 +153,10 @@
</EmbeddedResource>
<EmbeddedResource Include="StaticResources\NewTemplate-userPrompts.json">
<LogicalName>$(AssemblyName).NewTemplate-userPrompts.json</LogicalName>
</EmbeddedResource>
</EmbeddedResource>
<EmbeddedResource Include="StaticResources\node-v4-templates.json">
<LogicalName>$(AssemblyName).node-v4-templates.json</LogicalName>
</EmbeddedResource>
</EmbeddedResource>
<EmbeddedResource Include="StaticResources\Python-HttpTrigger-help.txt">
<LogicalName>$(AssemblyName).python-HttpTrigger-help.txt</LogicalName>
</EmbeddedResource>
Expand Down Expand Up @@ -270,15 +270,15 @@
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.21.0" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="2.2.0" />
<PackageReference Include="Microsoft.Azure.DurableTask.AzureStorage.Internal" Version="1.4.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.19.2" />
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.21.1" />
<PackageReference Include="Microsoft.Build" Version="17.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="WindowsAzure.Storage" Version="9.3.1" />
<PackageReference Include="YamlDotNet" Version="6.0.0" />
</ItemGroup>
<ItemGroup Condition="'$(NoWorkers)' != 'true'">
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.10.0" />
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.6.0" />
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.11.0" />
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.6.1" />
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2733" />
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2719" />
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.2669" />
Expand Down

0 comments on commit ee3aca4

Please sign in to comment.