a year ago
ou reached the start of the range → Jul 10, 2024 11:25 AM
10 0.535 Welcome to .NET 6.0!
10 0.535 ---------------------
10 0.535 SDK Version: 6.0.413
10 0.535
10 0.535 Telemetry
10 0.535 ---------
10 0.535 The .NET tools collect usage data in order to help us improve your experience. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNETCLITELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
10 0.535
10 0.535 Read more about .NET CLI Tools telemetry: [https://aka.ms/dotnet-cli](https://aka.ms/dotnet-cli)-telemetry
10 0.535
10 0.535 ----------------
10 0.535 Installed an ASP.NET Core HTTPS development certificate.
10 0.535 To trust the certificate run 'dotnet dev-certs https --trust' (Windows and macOS only).
10 0.535 Learn about HTTPS: https://aka.ms/dotnet-https
10 0.535 ----------------
10 0.535 Write your first app: https://aka.ms/dotnet-hello-world
10 0.535 Find out what's new: https://aka.ms/dotnet-whats-new
10 0.535 Explore documentation: https://aka.ms/dotnet-docs
10 0.535 Report issues and find source on GitHub: https://github.com/dotnet/core
10 0.535 Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli
10 0.535 --------------------------------------------------------------------------------------
10 1.557 Determining projects to restore…
10 1.570 /nix/store/0f43yfx91hg74bcp66qkbp97zv3ln27i-dotnet-sdk-6.0.413/sdk/6.0.413/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets(144,5): error NETSDK1045: The current .NET SDK does not support targeting .NET 8.0. Either target .NET 6.0 or lower, or use a version of the .NET SDK that supports .NET 8.0. [/app/AlbionDCBot.csproj]
10 ERROR: process "/bin/bash -ol pipefail -c dotnet restore" did not complete successfully: exit code: 1
[6/9] RUN dotnet restore:
0.535 Learn about HTTPS: https://aka.ms/dotnet-https
0.535 ----------------
0.535 Write your first app: https://aka.ms/dotnet-hello-world
0.535 Find out what's new: https://aka.ms/dotnet-whats-new
0.535 Explore documentation: https://aka.ms/dotnet-docs
0.535 Report issues and find source on GitHub: https://github.com/dotnet/core
0.535 Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli
0.535 --------------------------------------------------------------------------------------
1.557 Determining projects to restore…
1.570 /nix/store/0f43yfx91hg74bcp66qkbp97zv3ln27i-dotnet-sdk-6.0.413/sdk/6.0.413/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets(144,5): error NETSDK1045: The current .NET SDK does not support targeting .NET 8.0. Either target .NET 6.0 or lower, or use a version of the .NET SDK that supports .NET 8.0. [/app/AlbionDCBot.csproj]
Dockerfile:19
17 | # install phase
18 | COPY . /app/.
19 | >>> RUN dotnet restore
20 |
21 | # build phase
ERROR: failed to solve: process "/bin/bash -ol pipefail -c dotnet restore" did not complete successfully: exit code: 1
Error: Docker build failed
ⓘ Deployment information is only viewable by project members and Railway employees.
0 Replies