https://github.com/axtens/juab
https://github.com/axtens/juab
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/axtens/juab
- Owner: axtens
- Created: 2022-09-09T02:03:26.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-09T02:09:05.000Z (almost 4 years ago)
- Last Synced: 2025-01-31T06:42:02.844Z (over 1 year ago)
- Language: C#
- Size: 75.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JUAB جواب - the answer
If running a binary, sight unseen, is a concern:
* Navigate to the folder where juab.csproj is located
* type 'dotnet build'
* If dotnet 6.x SDK is installed, the binary will be rebuilt.
* If all you have is dotnet 5.x, edit the csproj, and change the TargetFramework to net5.0
* Save the file and attempt a build.