You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to install .NET 6 and .NET 8 on the same windows server using choco install dotnet-6.0-windowshosting --version=6.0.21 -y & choco install dotnet-8.0-windowshosting --version=8.0.2 -y
The .Net 6 installation goes fine but .Net 8 errors out with:
Failures
- dotnet-8.0-windowshosting - Unable to resolve dependency: Unable to find a version of 'chocolatey-core.exten
sion' that is compatible with 'dotnet-8.0-aspnetruntime 8.0.2 constraint: chocolatey-core.extension (>= 1.4.0)'
, 'dotnet-8.0-runtime 8.0.2 constraint: chocolatey-core.extension (>= 1.4.0)', 'dotnet-aspnetcoremodule-v2 16.0
.23196 constraint: chocolatey-core.extension (>= 1.4.0)'.
I can see that this package which it is complaining about is installed and has version 1..4.0
The text was updated successfully, but these errors were encountered:
When I try to install .NET 6 and .NET 8 on the same windows server using
choco install dotnet-6.0-windowshosting --version=6.0.21 -y
&choco install dotnet-8.0-windowshosting --version=8.0.2 -y
The .Net 6 installation goes fine but .Net 8 errors out with:
I can see that this package which it is complaining about is installed and has version 1..4.0
The text was updated successfully, but these errors were encountered: