Jackett/src/Jackett.Test
junglebus 64abc61893 Update to .NET Core 3.0 (#6151)
* Update to .NET Core 3.0

Updated Jackett so that it runs on .NET Core 3.0 now

.NET Core 3.0 brings the following benefits https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0/
One of the benefits is the ability to create single file executables. I haven't enabled this yet, but its only a one line change to turn it on (would likely also require some changes to the updater).

This means that builds for LinuxAMDx64, LinuxARM32, LinuxARM64 and macOS will now run on .NET Core 3.0 instead of 2.2. Windows and Mono remain on full framework. Once .NET Core 3.1 is released (November) I'll look to moving Windows over to .NET Core as well

Tested on
-Windows 10 x64
-Debian running Jackett with Mono
-Debian running Jackett standalone (.NET Core)
2019-10-15 06:51:33 +13:00
..
Services Change namespace to Jackett.Common (#2691) 2018-03-10 19:05:56 +11:00
Util Change namespace to Jackett.Common (#2691) 2018-03-10 19:05:56 +11:00
Jackett.Test.csproj Update to .NET Core 3.0 (#6151) 2019-10-15 06:51:33 +13:00
TestBase.cs Change namespace to Jackett.Common (#2691) 2018-03-10 19:05:56 +11:00
TestIIndexerManagerServiceHelper.cs Change namespace to Jackett.Common (#2691) 2018-03-10 19:05:56 +11:00
TestUtil.cs Tests: Remove dependency on Jackett.dll 2018-08-18 17:27:35 +10:00
TestWebClient.cs Change namespace to Jackett.Common (#2691) 2018-03-10 19:05:56 +11:00
WebUtilityHelpersTests.cs Update to .NET Core 3.0 (#6151) 2019-10-15 06:51:33 +13:00