excubo-ag / WebCompiler

Apache License 2.0
148 stars 29 forks source link

Add net7.0 to TargetFrameworks #68

Closed mikes-gh closed 1 year ago

mikes-gh commented 1 year ago

Fixes https://github.com/excubo-ag/WebCompiler/issues/67 Tested the build. Can't find the test suite (sure there was one last time I looked}. I am not sure how packaging works in this repo. Hopefully this is all you need. If not give me a pointer and I will complete

stefanloerwald commented 1 year ago

The test suite is at Tests_WebCompiler/Tests_WebCompiler.csproj. Fingers crossed that the deployment step works (it might not yet. I haven't touched net7.0 at all so far).

stefanloerwald commented 1 year ago

After changing the workflow sdk, this now succeeded. Please give it a try with the newest version and file any bugs with the appropriate repos. Thanks!