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

the csproj build has been failing (but the sln project builds successfully) #80

Open
KirisameMarisa opened this issue Jan 8, 2024 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@KirisameMarisa
Copy link
Owner

KirisameMarisa commented Jan 8, 2024

How to reproduse

command: dotnet build Application\WPF\BocchiTracker.Client\BocchiTracker.Client.csproj

F:\BocchiTracker>dotnet build Application\WPF\BocchiTracker.Client\BocchiTracker.Client.csproj
C:\Program Files\dotnet\sdk\7.0.304\NuGet.targets(156,5): error : Invalid framework identifier ''. [F:\BocchiTracker\Application\WPF\BocchiTracker.Client\BocchiTracker.Client.csproj]

command: dotnet build Application\Tests\BocchiTracker.UnitTests\BocchiTracker.UnitTests.csproj

F:\BocchiTracker>dotnet build Application\Tests\BocchiTracker.UnitTests\BocchiTracker.UnitTests.csproj
C:\Program Files\dotnet\sdk\7.0.304\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets(92,5):
error NETSDK1013: TargetFramework value '' was not recognized.
not recognized. The spelling may be incorrect. If it is correct, you must explicitly specify the TargetFrameworkIdentifier or TargetFrameworkVersion property (or both).
[F:\BocchiTracker\Application\Tests\BocchiTracker.UnitTests\BocchiTracker.UnitTests.csproj]
@KirisameMarisa KirisameMarisa added bug Something isn't working help wanted Extra attention is needed labels Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
Status: Backlog
Development

No branches or pull requests

1 participant