xoofx / dotnet-releaser

Easily build, run tests and coverage, cross-compile, package and publish your .NET library or application to NuGet and GitHub.
BSD 2-Clause "Simplified" License
698 stars 25 forks source link

Unable to use this with .NET Framework 4.8 projects #50

Closed 3UR closed 2 years ago

3UR commented 2 years ago

When I attempt to use this with any .NET 4.8 project I am faced with the following message : The project 'projectpath' doesn't not have a <TargetFramework> or <TargetFrameworks> defined is this a bug?

3UR commented 2 years ago

instead of TargetFramework/TargetFrameworks it seems to use <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>

xoofx commented 2 years ago

NET 4.8 project

You mean old csproj project? If yes, these are not supported.