-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 5.1.4 doesn't support UAP/UWP any longer #145
Comments
I never really used UWP, I can't help you (at least for now). |
Hi, HakanL. Which version of Visual Studio are you using? |
I'm on VS2017 and I've upgraded all packages, except FluentScheduler. |
Well that's sad News. Will test later. |
@HakanL the error is very non intuitive but I believe the error is because UWP 10 only supports upto .netstandard 1.4 as seen here I did a quick test of grabbing the source and lowering the target version to 1.4 then ran the tests. Everything passed so there shouldn't be a downside to going down to 1.4 (maybe even 1.3) |
@tallesl I'd be interested in seeing FluentScheduler work on UWP. Would you accept a PR to retarget to a lower .netstandard? I don't believe there is anything dependent on 1.5 specifically. |
I'm OK in changing it to 1.4. Since I'm not familiar with UWP, do you guys mind testing once again, this time the |
@tallesl I was able to add the package to a UWP application, scheduled a job and it executed. From my perspective it looks good. |
I didn't have a chance to download the nupkg file above and test. But if it worked for @tallesl then I'm sure it will work for me too :) |
Published. Thanks guys 👍 |
The latest version I can use is 5.0.0, the later versions give me this:
The text was updated successfully, but these errors were encountered: