-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build Client-Server template (F#) in Ubuntu 22.04 (.NET 7 installed) #1313
Comments
Can you post the output of |
anibal@dev43 MINGW64 /
System information as of Thu Jan 12 01:19:34 AM UTC 2023 System load: 0.02294921875 Processes: 128
72 updates can be applied immediately. Last login: Thu Jan 12 01:16:06 2023 from 10.38.112.143
1:7>Project "/home/anibal/tecpal/projects/Experiments/ws002/ws002.fsproj" on node 1 (default targets).
Build FAILED.
Time Elapsed 00:00:02.32 |
I changed targetFramework to net6.0 / 7.0 , the results are the same. |
Oops, might be related... |
After I manually installed .net 6 runtime. anibal@u2204:~/tecpal/projects/Experiments/ws002$ dotnet build -v n
1:7>Project "/home/anibal/tecpal/projects/Experiments/ws002/ws002.fsproj" on node 1 (default targets). Build FAILED.
Time Elapsed 00:00:02.26 |
doesn't work |
After I copied the so file from runtime installed by apt-get install
The error message becomes
|
After I removed the manually installed .net 6, and cp .net 6 from original apt-get install folder, it works.
and I added
Then the project is able to build. Thanks Websharper!!! I love it ^0^ |
Hi @granicz , |
@ingted Glad you worked it out. Thanks! |
The text was updated successfully, but these errors were encountered: