File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 46
46
Invoke-WebRequest 'https://dot.net/v1/dotnet-install.ps1' -OutFile 'dotnet-install.ps1'
47
47
# Official release versions can be found at: https://dotnet.microsoft.com/download/dotnet/6.0
48
48
# 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
50
50
- task : NuGetToolInstaller@1
51
51
inputs :
52
52
versionSpec :
Original file line number Diff line number Diff line change 149
149
<PackageReference Include =" Colors.Net" Version =" 1.1.0" />
150
150
<PackageReference Include =" AccentedCommandLineParser" Version =" 2.0.0" />
151
151
<PackageReference Include =" DotNetZip" Version =" 1.13.3" />
152
+ <PackageReference Include =" Microsoft.ApplicationInsights" Version =" 2.18.0" />
152
153
<PackageReference Include =" Microsoft.AspNetCore.DataProtection" Version =" 2.2.0" />
153
154
<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 " />
156
157
<PackageReference Include =" YamlDotNet" Version =" 6.0.0" />
157
158
</ItemGroup >
158
159
<ItemGroup Condition =" '$(NoWorkers)' != 'true'" >
You can’t perform that action at this time.
0 commit comments