- Removed unneeded package

- Fixed build not working on dotnet sdk older than 5.0.3xx, this was done by downgrading Microsoft.CodeAnalysis.CSharp to 3.8.0
This commit is contained in:
Kwoth
2021-08-20 02:52:33 +02:00
parent 75eca393af
commit 88c005c50e
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.
- todo: Reworked from source installation (linux/windows) guide <todo link>
- todo: Added docker support, installation guide at <todo link>
- Guides
- Now instruct users to set build output to nadekobot/output instead of running from nadekobot/src/NadekoBot
- Now instruct users to set build output to nadekobot/output instead of running from nadekobot/src/NadekoBot
### Fixed