Skip to content

Conversation

@jonathanpeppers
Copy link
Member

This failed with:

Microsoft.NET.TargetFrameworkInference.targets(188,5): error NETSDK1045:
The current .NET SDK does not support targeting .NET 11.0.
Either target .NET 10.0 or lower, or use a version of the .NET SDK that supports .NET 11.0.
Download the .NET SDK from https://aka.ms/dotnet/download

This step doesn't need to use .NET 11, so...

I think we can pass in $(DotNetStableTargetFramework) at this step to avoid this problem.

This failed with:

    Microsoft.NET.TargetFrameworkInference.targets(188,5): error NETSDK1045:
    The current .NET SDK does not support targeting .NET 11.0.
    Either target .NET 10.0 or lower, or use a version of the .NET SDK that supports .NET 11.0.
    Download the .NET SDK from https://aka.ms/dotnet/download

This step doesn't *need* to use .NET 11, so...

I think we can pass in `$(DotNetStableTargetFramework)` at this step
to avoid this problem.
@jonathanpeppers
Copy link
Member Author

@jonathanpeppers
Copy link
Member Author

@jonathanpeppers
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants