-
Notifications
You must be signed in to change notification settings - Fork 3
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
1.1.6 silently requires FSharp.Core 6.0 #30
Comments
…authaufen/Adaptify#30 needs to be fixed before releasing the pinning)
what to do here? where is 1.1.6 btw? there seems to be no tag? https://github.com/krauthaufen/Adaptify/tags |
The msbuild integration and the tool actually require FSharp.Core 6.0 (caused by the compiler services most likely) but the runtime part should not. I guess nuget/paket can't handle that properly since the msbuild task isn't really a runtime dependency and could therefore use a different FSharp.Core version. |
The thing is CI built |
So i don't have any local tags, maybe something with the CI is wrong, but you can just lookup the Release-Notes history to find the appropriate commit |
i put adaptify.core deps into a separate group - #30 |
Testing things locally was pretty painful, you need to pin the version somewhere in the code and start a server manually, etc. |
fixed in 1.1.8 |
i think this problem was fixed here again: e7797b4 What puzzles me here is "hans" being part of the source path - is this strange? e7797b4#diff-5ebd60ceb88910043c04c5a665d836197d7184488edcf52f590e8fcad6101519R291 |
manifests in apps using F# 5.0.. seealso aardvark-platform/aardvark.base#79
The text was updated successfully, but these errors were encountered: