Skip to content

Commit

Permalink
updating to Functions v4 Preview 4 (#2717)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettsam authored Sep 20, 2021
1 parent 6128515 commit 3235f24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
Invoke-WebRequest 'https://dot.net/v1/dotnet-install.ps1' -OutFile 'dotnet-install.ps1'
# Official release versions can be found at: https://dotnet.microsoft.com/download/dotnet/6.0
# Newer versions can be found at: https://github.com/dotnet/installer#installers-and-binaries
./dotnet-install.ps1 -InstallDir 'C:\Program Files\dotnet' -Verbose -Version 6.0.100-preview.7.21379.14
./dotnet-install.ps1 -InstallDir 'C:\Program Files\dotnet' -Verbose -Version 6.0.100-rc.1.21458.32
- task: NuGetToolInstaller@1
inputs:
versionSpec:
Expand Down
5 changes: 3 additions & 2 deletions src/Azure.Functions.Cli/Azure.Functions.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,11 @@
<PackageReference Include="Colors.Net" Version="1.1.0" />
<PackageReference Include="AccentedCommandLineParser" Version="2.0.0" />
<PackageReference Include="DotNetZip" Version="1.13.3" />
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.18.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.0.0-preview.3.16281" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.0.0-preview.4.16394" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="YamlDotNet" Version="6.0.0" />
</ItemGroup>
<ItemGroup Condition="'$(NoWorkers)' != 'true'">
Expand Down

0 comments on commit 3235f24

Please sign in to comment.