-
Notifications
You must be signed in to change notification settings - Fork 11
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
.NET Standard support #12
Conversation
… support cake 0.22.0+
@gentledepp I will take a look at this in the weekend. Thank you. |
@@ -0,0 +1,34 @@ | |||
<?xml version="1.0" encoding="utf-8"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gentledepp since the nuget package info is in the .csproj, any reason why you added this .nuspec here?
I don't think I did that deliberately. Guess it can go. Sorry for that
Am 21.10.2017 11:31 schrieb "jzeferino" <[email protected]>:
… ***@***.**** commented on this pull request.
------------------------------
In src/Cake.AndroidAppManifest_.nuspec
<#12 (comment)>
:
> @@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
@gentledepp <https://github.com/gentledepp> since the nuget package info
is in the .csproj, any reason why you added this .nuspec here?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#12 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABHwx5WAjO55828MvJkwOkbxPdimQB2pks5subn-gaJpZM4P_L5A>
.
|
@gentledepp I can't build the Test project:
The Cake.AppManifest its not being generated into net46 folder. |
@gentledepp since we have some users that need this ASAP, I will only update the .NET Framework from 452 to 46 and after that we could move to the .netstandard. Seems cool for you? |
yeah that's fine with me. |
@gentledepp I've made some big changes now, if you don't mind please do a new PR so we can work together converting the project to .netstandard 1.6 and add better packaging. |
…ipt (e.g. target)
Hi! I do not quite understand the problem with .net46 you're facing. I also added the recommended build.ps1 file of cake, so you can now run specific targets using
as for the .net46 problem: Do you have the required sdks installed? |
So, I now merged with the master branch.
|
@gentledepp thanks for the effort. We have a problem now, Since i've updated and released the addin with .net46, as I said #9. This PR should is behind that changes. At this moments this is a bit confusing. Do you mind to start a new feature from develop and apply the .netstandar16 changes on top of it and when your done PR it to develop again? |
@gentledepp I will take some of your changes and create a new PR with .NET Standard support, cool for you? |
Hi! |
@gentledepp ok, I will wait for it and after you made it I will help. |
@gentledepp any news? |
…' into cake_0.22.0
Just created another PR targeting the develop branch. |
@gentledepp just for future reference, it is possible to re-target a PR against another branch. There is no hard requirement to create a new one 😄 |
yes @gep13 but this PR was a bit older since i've made some major changes in develop, he could rebase develop into de PR but, it will be more clean to start the PR again since it has some small changes. thanks. |
Hi!
We are using Cake 0.22.0 in our build, which requires net46.
As Cake.AndroidAppManifest runs on net452, I upgraded it.
I also upgraded to the latest csproj format along with the Nuget 4.0 "" style.
In the cake script, I changed the NuGet package creation from using "NuGetPack" to "MSBuild", because
One last thing: I did not manage to get "GitLink" to run. Always got the exception
... which did not make sense to me.
So would you mind checking out if I did not destroy something, and (hopefully) also explain to me what I did wrong?
Cheers