fsprojects / FAKE

FAKE - F# Make
https://fake.build
Other
1.28k stars 585 forks source link

Fix FAKE template integration tests. #2640

Closed yazeedobaid closed 2 years ago

yazeedobaid commented 2 years ago

Description

Fix FAKE template integration tests. The tests started to fail after the upgrade of FAKE repository to NET 6.0.101. The template tests were pinned to an old version of FAKE runner and from the logs, it seems that it is not compatible with NET 6

yazeedobaid commented 2 years ago

@matthid Is there a reason why the template integration tests were pinned to version 5.16.2 ? The template integration tests started to fail after the upgrade to Net 6.0.101, I have removed the version option in the tests and now they work again. But just want to make sure that this will not cause issues in the future that are not caught currently.

Thanks