Skip to content

Commit 7a55580

Browse files
committed
(#242) Update CCM .Net Depedency Versions and Pins >> - Update dotnet-aspnetcoremdoule-v2 to V16.0.24052
>> - Update dotnet-6.0-runtime to V6.0.28 >> - Update dotnet-6.0-aspnetruntime to V6.0.28 >> - Update pin mesage for dotnet-aspnetcoremdoule-v2 to reflect current CCM version >> - Add pin and pin-reason for dotnet-6.0-runtime package >> - Add pin and pin-reason for dotnet-6.0-aspnetruntime package Signed-off-by: Ryan Richter <ryan@chocolatey.io>
1 parent 4cf5046 commit 7a55580

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.23237'", "--source='$Ccr'", '--no-progress', '--pin', '--pin-reason="Latest version compatible with chocolatey-management-web V 0.11.0"', '-y')
107+
$chocoArgs = @('install', 'dotnet-aspnetcoremodule-v2', "--version='16.0.24052'", "--source='$Ccr'", '--no-progress', '--pin', '--pin-reason="Latest version compatible with chocolatey-management-web V 0.12.0"', '-y')
108108
& choco @chocoArgs
109109

110-
$chocoArgs = @('install', 'dotnet-6.0-runtime', '--version=6.0.22', "--source='$Ccr'", '--no-progress', '-y')
110+
$chocoArgs = @('install', 'dotnet-6.0-runtime', '--version=6.0.28', "--source='$Ccr'", '--no-progress', '--pin', '--pin-reason="Latest version compatible with chocolatey-management-database V 0.12.0"', '-y')
111111
& choco @chocoArgs
112112

113-
$chocoArgs = @('install', 'dotnet-6.0-aspnetruntime', '--version=6.0.22', "--source='$Ccr'", '--no-progress', '-y')
113+
$chocoArgs = @('install', 'dotnet-6.0-aspnetruntime', '--version=6.0.28', "--source='$Ccr'", '--no-progress', '--pin', '--pin-reason="Latest version compatible with chocolatey-management-database V 0.12.0"', '-y')
114114
& choco @chocoArgs
115115

116116
# Install CCM DB package using Local SQL Express

0 commit comments

Comments
 (0)