https://github.com/mevdschee/woontotaal-vb
https://github.com/mevdschee/woontotaal-vb
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mevdschee/woontotaal-vb
- Owner: mevdschee
- Created: 2019-09-06T21:28:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T13:08:16.000Z (almost 4 years ago)
- Last Synced: 2025-05-31T00:50:29.520Z (about 1 year ago)
- Language: Visual Basic .NET
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# woontotaal-vb
To install dependencies run:
dotnet restore
Then to compile and run:
dotnet run
Or to just build:
dotnet build
Enjoy!
### Install .net Core 2.2
I did the following:
wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
sudo apt-get update
sudo apt-get install apt-transport-https
sudo apt-get install dotnet-sdk-2.2
echo "export DOTNET_CLI_TELEMETRY_OPTOUT=1" >> ~/.bashrc
I run Ubuntu 18.04