Skip to content

Commit 3235f24

Browse files
authored
updating to Functions v4 Preview 4 (#2717)
1 parent 6128515 commit 3235f24

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
Invoke-WebRequest 'https://dot.net/v1/dotnet-install.ps1' -OutFile 'dotnet-install.ps1'
4747
# Official release versions can be found at: https://dotnet.microsoft.com/download/dotnet/6.0
4848
# Newer versions can be found at: https://github.com/dotnet/installer#installers-and-binaries
49-
./dotnet-install.ps1 -InstallDir 'C:\Program Files\dotnet' -Verbose -Version 6.0.100-preview.7.21379.14
49+
./dotnet-install.ps1 -InstallDir 'C:\Program Files\dotnet' -Verbose -Version 6.0.100-rc.1.21458.32
5050
- task: NuGetToolInstaller@1
5151
inputs:
5252
versionSpec:

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,11 @@
149149
<PackageReference Include="Colors.Net" Version="1.1.0" />
150150
<PackageReference Include="AccentedCommandLineParser" Version="2.0.0" />
151151
<PackageReference Include="DotNetZip" Version="1.13.3" />
152+
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.18.0" />
152153
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="2.2.0" />
153154
<PackageReference Include="Microsoft.Azure.DurableTask.AzureStorage.Internal" Version="1.4.0" />
154-
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.0.0-preview.3.16281" />
155-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
155+
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.0.0-preview.4.16394" />
156+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
156157
<PackageReference Include="YamlDotNet" Version="6.0.0" />
157158
</ItemGroup>
158159
<ItemGroup Condition="'$(NoWorkers)' != 'true'">

0 commit comments

Comments
 (0)