-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[.NET 6] [Source Compat Failure] Greenshot & ControlzEx apps doesn't build with .net6.0 SDK #4061
Comments
You may be hitting a NET SDK change that impacts the import order of Directory.Build.props. |
Can you test this with the most recent version of the SDK? Thanks. |
@ryalanms We will try with last version and let you know |
@ryalanms This doesn't look like it is at all related to the Directory.Build.targets breaking change (see dotnet/sdk#15449). The greenshot repo doesn't even have a Directory.Build.targets file. Was there another change you thought might have fixed this? |
@dsplaisted: Yes, this is unrelated to Directory.Build.targets and is fixed in recent builds. I confirmed with build 6.0.100-preview.1.21073.4. |
Close this issue as verified. |
Application Name: Greenshot
OS: Windows 10 RS5
CPU: X64
.NET Build Number: 6.0.100-preview.1.21071.10
Project Location: https://github.com/greenshot/greenshot
Verify Scenarios:
1). Windows 10 RS5 X64 + .NET Core SDK build 6.0.100-preview.1.21071.10: Fail
2). Windows 10 RS5 X64 + .NET Core SDK build 5.0.102: Pass
Repro steps
Expected Result:
Build succeeded
Actual Result:
@dotnet-actwx-bot @dotnet/compat
The text was updated successfully, but these errors were encountered: