-
Notifications
You must be signed in to change notification settings - Fork 780
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
Transition Caliburn.Micro.Core from profile based PCL to .Net Standard based PCL #371
Comments
Was hoping to leave this until the teams sorted out the whole |
Would be happy to PR this to help make it happen faster. |
Just pushed the work on the |
Temporary while building multitargeting project
Inital framework targeting .NET 4.5
Using .NET Standard 1.4 target framework
We now have
This is definitely the first rough cut. There's some work to be done getting the samples working against these as well as the packaging story. |
@nigel-sampson Any update on the nuget package release/pre-release date? |
Not sure, I was loathe to distribute the new assemblies via nuget until we had the functionality changes 4.0.0. But if people are keen we can do a 4.0.0-alpha with the knowledge that would be heavy breaking changes between that and 4.0.0-beta. |
+1
…On 18 Dec 2017 11:16 p.m., "Nigel Sampson" ***@***.***> wrote:
Not sure, I was loathe to distribute the new asemblies via nuget until we
had the functionality changes 4.0.0.
But if people are keen we can do a 4.0.0-alpha with the knowledge that
would be heavy breaking changes between that and 4.0.0-beta.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#371 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHbkI38toB4MFZQ19RUzYcHYuoHJJrZ-ks5tBtYugaJpZM4KBoi2>
.
|
With the latest update to VisualStudio, we can't create PCL based projects with Xamarin.Forms. I think at least an Alpha version should be out there... |
Good to know, I'll up the priority on a very early alpha. but will come with some heavy warnings that there will be breaking changes. |
At the moment, when a PCL project is changed from using profiles to using .Net Standard versions, the Caliburn.Micro.Core NuGet package cannot be added to it.
Probably caused by the package not being updated to the new package dependencies model.
The text was updated successfully, but these errors were encountered: