Closed red55 closed 3 years ago
hi, thanks for your report Indeed we need to use net5.0 and update the dependencies to better support net5.0 csproj
let's release a new version that expect minimum requirement for net5.0 as msbuild 16.8 can target older framework, don't think it is a breaking changes if the tool chain still need to keep net3, he could keep using the old version
Thanks for fixing this so fast! I see this should be in version 1.4.0 of the plugin, but I'm not seeing up on https://plugins.gradle.org/m2 yet. Is that in the works? Appreciate the work you've put into this!
Sorry the azure pipeline was breaking because of ubuntu-latest is still not yet having dotnet core 5 setup Didn't have time to confirm locally previously, now 1.4.0 should be ready, please help to try it, thanks
No worries, it's up now and working great. Thank you much!
Hi, First of all thanks a lot for you outstanding work.
Using gradle-dotnet-plugin 1.3.7. Got following error, after installing .NET 5.0 SDK to build net5.0 projects.
System info:
ProjectFileParser.csproj contains Target framework refence
netcoreapp3.0
- reached EoS on March 2020. I tried to setnetcoreapp3.1
the error is the same. If I specifynet.50
- everything is OK.Looks like MS broke tooling with NET 5.0 release. Maybe some quick fix could be applied to ProjectFileParser.csproj like this: