Jackett/src/Jackett.Server
airhawk777 65ca4d7478
Update to .NET 5 (#10346)
* Update to .NET 5

.NET 5 brings many performance (especially regex) improvements
https://devblogs.microsoft.com/dotnet/announcing-net-5-0/

Can look at bringing the packages upto date and using a single file executable in a future PR if the maintainers are interested

* Dotnet restore before building

* Restore on Windows only

* Out of ideas

* Update framework for windows specific apps

* Don't upgrade Microsoft.Extensions.Configuration

* drop mono from the dotnet linux build instructions

* Fix logic to get app runtime

* readme: add windows .net prereq link

* Update README.md

* azure-pipeline: bump minorversion to 17

Co-authored-by: garfield69 <garfieldsixtynine@gmail.com>
Co-authored-by: Diego Heras <ngosang@hotmail.es>
Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
2020-12-08 21:10:34 +13:00
..
ActionFilters Run dotnet format on solution (#7145) 2020-02-09 15:35:16 +13:00
Controllers core: follow torznab specs about categories. resolves #10120 (#10147) 2020-11-08 23:27:54 +01:00
Middleware core: code cleanup, exception messages (#9631) 2020-09-24 22:02:45 +02:00
Services core: fix version number to match github release tag. resolves #10249 (#10413) 2020-12-07 00:14:23 +01:00
Helper.cs core: refactor http webclient part 15 #8529 2020-09-21 18:21:48 +02:00
Initialisation.cs core: fix ignoresslerrors cli option (#9657) 2020-09-26 19:50:58 +02:00
Jackett.Server.csproj Update to .NET 5 (#10346) 2020-12-08 21:10:34 +13:00
Program.cs core: fix version number to match github release tag. resolves #10249 (#10413) 2020-12-07 00:14:23 +01:00
Startup.cs Convert functions and properties to expression bodies when able (#7312) 2020-02-25 10:08:03 -06:00
jackett.ico Update to .NET core 2.1 RTM and setup builds 2018-06-02 17:33:26 +10:00