Commit 097742b
authored
[build] fix
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 use `$(DotNetStableTargetFramework)` in this project
to avoid this problem for now.generate and publish BAR manifest step (#10685)1 parent 3595451 commit 097742b
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
| |||
0 commit comments