-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Dapper target netcoreapp1.0? #504
Comments
Definitely plans. And if you look at the commit history, I think the last Marc
|
Great. |
Just an FYI: there's now a |
With RC2 now officially released, it would be good to merge the It just needs |
I'll get with Marc soon as kids are out the door here and get NuGet updated - I don't follow your |
this is what class libraries shoudl be written in according to the Enrico Buonannoemail: [email protected] On Thu, May 19, 2016 at 12:04 PM, Nick Craver [email protected]
|
The 1.5 is the minimum for targeting just .NET core. If you can use a On 19 May 2016 at 12:28, Enrico [email protected] wrote:
Regards, Marc |
You only need to target a higher .NETStandard if you need more API. Libraries should target the lowest as possible. |
ok, I just migrated my own library to 1.5 as per docs, then in order to be Enrico Buonannoemail: [email protected] On Thu, May 19, 2016 at 2:24 PM, Henk Mollema [email protected]
|
1.50-beta10 (supporting RC2) has been pushed to NuGet. Let us know if you have any issues! |
1.50-rc3 supporting RTM is now on NuGet, and it will become the stable version tomorrow night if we find no issues. Closing this issue out. |
Are there any plans of targeting netcoreapp1.0 for Dapper? I am using dnxcore50 and it works pretty well with Dapper, but I would love to be able to use the dotnetcli.
The text was updated successfully, but these errors were encountered: