The current .NET SDK does not support targeting .NET 8.0.

arthurdeolHOBBY

a year ago

I'm trying to update an application from .NET 6 to .NET 8.0. My local docker runs without problems, but when I try to deploy it here on the Railway, it appears to me.

error NETSDK1045: The current .NET SDK does not support targeting .NET 8.0.

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

2 Replies

a year ago

I would recommend using a Dockerfile instead of nixpacks for this.


arthurdeolHOBBY

a year ago

I fixed this problem, but now I'm having problems in the deploy:"/bin/bash: line 1: ./out/Domain: No such file or directory"