Skip to content
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

Add support for .NET Standard 2.0 preview #486

Closed
adamfur opened this issue May 17, 2017 · 3 comments
Closed

Add support for .NET Standard 2.0 preview #486

adamfur opened this issue May 17, 2017 · 3 comments
Milestone

Comments

@adamfur
Copy link

adamfur commented May 17, 2017

Version: 3.0.0-alpha2

Expected behavior

Clean compile

Actual behavior

Timeout/Alarm.cs(48,31): error CS0433: The type 'ThreadInterruptedException' exists in both 'Quartz, Version=3.0.0.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4' and 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' [ESX.csproj]

Steps to reproduce

Use Quartz-3.0.0-alpha2 and .NET Standard 2.0-pre

@lahma lahma added this to the 3.0-alpha3 milestone May 18, 2017
@lahma
Copy link
Member

lahma commented May 18, 2017

Thanks for reporting this, I'm planning to prepare separate build target for netstandard20

@aford22
Copy link

aford22 commented Jun 29, 2017

Hi Iahma,

I too am encountering this error in .Net core. Have you an estimated publish date for the netstandard20 build?

Thanks,
Andrew

@lahma lahma changed the title ThreadInterruptedException exists in both Quartz and netstandard Add support for .NET Standard 2.0 preview Jul 9, 2017
lahma added a commit that referenced this issue Jul 9, 2017
lahma added a commit that referenced this issue Jul 9, 2017
lahma added a commit that referenced this issue Jul 9, 2017
lahma added a commit that referenced this issue Jul 9, 2017
@lahma lahma closed this as completed in 66db1b3 Jul 9, 2017
lahma added a commit that referenced this issue Jul 9, 2017
fixes #486 add support for .NET Standard 2.0
@lahma
Copy link
Member

lahma commented Jul 9, 2017

The version that can build against netstandard 2.0 is now in master. You can compile your own copy while waiting for alpha 3 to hit NuGet. I have still things to check before releasing the next drop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants