Skip to content

Commit a36add6

Browse files
Merge pull request chocolatey#206 from chocolatey/develop
Bump CCM Dependencies and Fix Tests
2 parents 0bd513b + 6ebb0f8 commit a36add6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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

tests/packages.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ $ServerOnlyPackages = @(
2525
@{Name = 'Pester' }
2626
@{Name = 'sql-server-express' }
2727
@{Name = 'sql-server-management-studio' }
28-
@{Name = 'Temurinjre' }
2928
@{Name = 'Temurin11jre' }
3029
@{Name = 'vcredist140' }
3130
)

0 commit comments

Comments
 (0)