Skip to content

Commit f23d10f

Browse files
authored
Merge pull request #243 from ryanrichter94/QSG-242
(#242) Update CCM .Net Dependency Versions and Pins
2 parents 4cf5046 + 7a55580 commit f23d10f

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)