-
Notifications
You must be signed in to change notification settings - Fork 525
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 .net sdk preview3 fsprojs to core3 #2004
Conversation
Atm i get one error
same error if i build |
Nvm fixed :D
works with |
ok, done. the
The
|
rebased it on master and will take a look tomorrow. thanks buddy |
@@ -207,7 +211,11 @@ let pack (results : ParseResults<_>) = | |||
?releaseNotes = results.TryGetResult <@ PackArgs.ReleaseNotes @>, | |||
?templateFile = results.TryGetResult <@ PackArgs.TemplateFile @>, | |||
excludedTemplates = results.GetResults <@ PackArgs.ExcludedTemplate @>, | |||
#if NETCOREAPP1_0 | |||
workingDir = System.IO.Directory.GetCurrentDirectory(), |
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.
Can we use this in both cases and remove the #if
?
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.
jupp will do
ok this is pretty cool. |
Microsoft.FSharp.Core.netcore is that stuff merged into FSharp.Core alpha package? |
Try workaround for pack https://github.com/dotnet/netcorecli-fsc/blob/master/examples/preview3/console-crossgen/README.md Yes is the same. Use fsharp.core if you want. |
There are issues with fsharp.core a netcore but less discuss later. |
@forki i'll check later. |
Cool. I'll commented it out for now. Am 05.11.2016 12:58 nachm. schrieb "Enrico Sada" [email protected]:
|
https://ci.appveyor.com/project/SteffenForkmann/paket/branch/master
what does that mean? |
what does PrivateAssets mean and is it needed? |
It's new of nuget spec for references AFAIK. |
Deps.json error dunno why happen. I'll check |
using .net core sdk
1.0.0-preview3-004007
To test:
build
(becuase some paket files are rrequired as sources)cd src\Paket.Core
dotnet restore Paket.Core.preview3.fsproj
dotnet build Paket.Core.preview3.fsproj