-
Notifications
You must be signed in to change notification settings - Fork 471
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
Castle Core dependencies for .Net Standard 1.5 #534
Comments
Safe to use on .NET Standard 2.0 as long as it isn't an AOT platform (like some of the Xamarin platforms). We have added .NET Standard 2.0 in the next major version (#407), it just hasn't been released yet. |
@jonorossi Does it have the same list of dependencies as netstandard 1.5, or has that changed at all? |
The Core/src/Castle.Core/Castle.Core.csproj Lines 31 to 41 in a7454e5
|
@SonnyCampbellUnity all those dependencies (which was Microsoft's guidance at the time of .NET Standard 1.x) are gone, minimal list now with the .NET Standard library dependency. |
Thanks guys |
Does Castle.Core have any dependencies on .Net Standard 2.0 ?
We can see there are dependencies for .Net Standard 1.5
Just looking at this here:
Thanks!
The text was updated successfully, but these errors were encountered: