Skip to content
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

Provide support for net5 #76

Open
biohazard999 opened this issue Aug 16, 2020 · 1 comment
Open

Provide support for net5 #76

biohazard999 opened this issue Aug 16, 2020 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@biohazard999
Copy link
Contributor

Currently we are on net462 and netstandard2.0 which is totally fine.

However to roll forward we need to make sure we are running fine on net5 as well, so we should introduce that (at least) into the CI/CD pipeline.

Cause net5 is not LTS I am fine with people developing Tasty don't need to have installed net5 on their machines.

@biohazard999 biohazard999 added enhancement New feature or request good first issue Good for newcomers labels Aug 16, 2020
@biohazard999
Copy link
Contributor Author

After some research I realized why the studio was not working in net5 configuration.
At the time we have no way to specify the target frameworks for building the projects. This is also true for additional build properties and commandline arguments. So we need a way to specify them at runtime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant