Is there an existing issue for this?
Current Behavior
Webgrab+ version 5.5 requires dotnet 9.0. Current release installs dotnet 8.0 which is not compatible.
Expected Behavior
No response
Steps To Reproduce
update.sh
Environment
- OS: Ubuntu
- How docker service was installed: distro's packagemanager
CPU architecture
x86-64
Docker creation
webgrabplus:
image: linuxserver/webgrabplus
container_name: webgrabplus
restart: unless-stopped
environment:
- PUID=xxx
- PGID=xxx
- TZ=xxx/yyy
Container logs
==> Starting WebGrab+...
You must install or update .NET to run this application.
App: /app/wg++/bin.net/WebGrab+Plus.dll
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '9.0.0' (x64)
.NET location: /app/dotnet/
The following frameworks were found:
8.0.20 at [/app/dotnet/shared/Microsoft.NETCore.App]
Is there an existing issue for this?
Current Behavior
Webgrab+ version 5.5 requires dotnet 9.0. Current release installs dotnet 8.0 which is not compatible.
Expected Behavior
No response
Steps To Reproduce
update.sh
Environment
CPU architecture
x86-64
Docker creation
webgrabplus: image: linuxserver/webgrabplus container_name: webgrabplus restart: unless-stopped environment: - PUID=xxx - PGID=xxx - TZ=xxx/yyyContainer logs