dotnet-websharper / owin

Wrappers for hosting WebSharper sitelets and remoting components in OWIN projects
Apache License 2.0
10 stars 9 forks source link

Update build to FAKE 5 #24

Closed Tarmil closed 5 years ago

Tarmil commented 5 years ago

This updates the project to use netcore-based FAKE 5. The immediate reason for this is to fix dotnet-websharper/build-script#1, but beyond that, being up to date should help with potential future issues. The goal would be to do this to all ws projects.

The significant changes are actually in the fake5 branch of build-script, but I won't make a PR there because it needs to stay on a branch (so that projects not upgraded to this can continue to build). This project's paket.dependencies pulls the build script from the fake5 branch.

I'll work on a script to convert a repo to this new format easily.

granicz commented 5 years ago

Cool, thanks! Feel free to merge as you see fit.

Tarmil commented 5 years ago

The script to convert a repository is at https://github.com/dotnet-websharper/build-script/tree/convert-to-fake5.