Skip to content

Commit 3886ce1

Browse files
committed
(chocolatey#201 Fix & Bump CCM Dependencies)
Bump dotnet-aspnetcoremodule-v2 to V 16.0.23172 Bump dotnet-6.0-runtime to V 6.0.20 Bump dotnet-6.0-aspnetruntime to V 6.0.20 Signed-off-by: Ryan Richter <[email protected]>
1 parent 0bd513b commit 3886ce1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Start-C4bCcmSetup.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,13 @@ process {
104104
$chocoArgs = @('install', 'IIS-ApplicationInit', "--source='windowsfeatures'" ,'--no-progress', '-y')
105105
& choco @chocoArgs
106106

107-
$chocoArgs = @('install', 'dotnet-aspnetcoremodule-v2', "--version='16.0.23170'", "--source='$Ccr'", '--no-progress', '--pin', '--pin-reason="Latest version compatible with chocolatey-management-web V 0.10.1"', '-y')
107+
$chocoArgs = @('install', 'dotnet-aspnetcoremodule-v2', "--version='16.0.23172'", "--source='$Ccr'", '--no-progress', '--pin', '--pin-reason="Latest version compatible with chocolatey-management-web V 0.10.1"', '-y')
108108
& choco @chocoArgs
109109

110-
$chocoArgs = @('install', 'dotnet-6.0-runtime', '--version=16.0.19', "--source='$Ccr'", '--no-progress', '-y')
110+
$chocoArgs = @('install', 'dotnet-6.0-runtime', '--version=6.0.20', "--source='$Ccr'", '--no-progress', '-y')
111111
& choco @chocoArgs
112112

113-
$chocoArgs = @('install', 'dotnet-6.0-aspnetruntime', '--version=16.0.19', "--source='$Ccr'", '--no-progress', '-y')
113+
$chocoArgs = @('install', 'dotnet-6.0-aspnetruntime', '--version=6.0.20', "--source='$Ccr'", '--no-progress', '-y')
114114
& choco @chocoArgs
115115

116116
# Install CCM DB package using Local SQL Express

0 commit comments

Comments
 (0)