-
Notifications
You must be signed in to change notification settings - Fork 58
[WIP] Net standard 2.0 #133
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
[WIP] Net standard 2.0 #133
Conversation
|
@vasily-kirichenko I added f3945c6 and it gets a bit further but we hit a problem later. Will keep working on this (don't bother looking at it again yet) |
|
@dsyme thank you. |
|
@vasily-kirichenko I pushed a PR to this PR. vasily-kirichenko#1 Could you possibly also give me write access to your repo so I can push directly into the PR if needed? |
|
@forki @matthid I didn't have any luck getting I'm not sure what I'm doing wrong, I read the docs and it seems it should just magically work |
|
@vasily-kirichenko The PR gets as far as this sequence of steps working:
Notes
|
|
@dsyme I cannot test right now but for new SDK projects (and FSharp.Configuration.Tests.fsproj already looks like a new style project) usually all you need to do is to edit the corresponding In worst case a |
|
@matthid Yeah, I know, thanks. That's what wasn't working for me. I didn't look into it and added an explicit reference into the package directory instead |
Fixes for .NET Standard 2.0 PR
|
@dsyme I included
|
|
@vasily-kirichenko Could you write out the step-by-step to get to the point you mention above? The AppVeyor log is currently showing which is the error mentioned in #133 (comment) which I don't really understand |
# Conflicts: # .paket/Paket.Restore.targets # .paket/paket.exe # paket.dependencies # paket.lock # src/FSharp.Configuration/AppSettingsProvider.fs # src/FSharp.Configuration/ConfigTypeProvider.fs # src/FSharp.Configuration/IniFileProvider.fs # src/FSharp.Configuration/ResXProvider.fs # src/FSharp.Configuration/TypeProviders.Helper.fs # src/FSharp.Configuration/YamlConfigProvider.fs # src/FSharp.Configuration/paket.references # tests/FSharp.Configuration.Tests/app.config
# Conflicts: # tests/FSharp.Configuration.Tests/ResXProvider.Tests.fs
|
I've merged master and #139 |
No description provided.