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
npx mock-signalr -origins https://localhost:5000 -hub chatHub -port 8128
Need to install the following packages:
[email protected]
Ok to proceed? (y)
Warning NETSDK1174: The abbreviation of -p for --project is deprecated. Please use --project.
MSBUILD : error MSB1009: Project file does not exist.
Switch: server
The build failed. Fix the build errors and run again.
Could you update it so it is working with the changes to the dot net?
The text was updated successfully, but these errors were encountered:
Running this project directly (cloning then running dotnet run -origins https://localhost:5000 -hub chatHub -port 8128 from within the server folder) produce this error:
You must install or update .NET to run this application.
App: /Users/lukaszgrela/Development/signalr/mock-signalR/server/bin/Debug/netcoreapp2.2/mock-signalR.dll
Architecture: arm64
Framework: 'Microsoft.AspNetCore.App', version '2.2.0' (arm64)
.NET location: /usr/local/share/dotnet/
The following frameworks were found:
6.0.29 at [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
6.0.30 at [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
7.0.18 at [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
8.0.4 at [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
8.0.6 at [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Learn more:
https://aka.ms/dotnet/app-launch-failed
To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.AspNetCore.App&framework_version=2.2.0&arch=arm64&rid=osx-arm64&os=osx.14
I've tried this from NPM and got this error:
Could you update it so it is working with the changes to the dot net?
The text was updated successfully, but these errors were encountered: