1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05:00

New: Build with NET5

This commit is contained in:
ta264
2020-08-25 21:26:45 +01:00
committed by Qstick
parent 7f29af6d4d
commit 26a04c9fd1
53 changed files with 1210 additions and 1366 deletions

View File

@@ -21,7 +21,7 @@ Setup guides, FAQ, the more information we have on the [wiki](https://wiki.serva
2. Clone the repository into your development machine. [*info*](https://help.github.com/articles/working-with-repositories)
3. Install the required Node Packages `yarn install`
4. Start gulp to monitor your dev environment for any changes that need post processing using `yarn start` command.
5. Build the project in Visual Studio, Setting startup project to `Radarr.Console` and framework to `netcoreapp31`
5. Build the project in Visual Studio, Setting startup project to `Radarr.Console` and framework to `net5.0`
6. Debug the project in Visual Studio
7. Open http://localhost:7878