Skip to content

Commit 6590d90

Browse files
Alex J Lennoncursoragent
andcommitted
layer.conf: set dotnet 10.0.100 as default preferred version
Add PREFERRED_VERSION_dotnet and PREFERRED_VERSION_dotnet-native defaulting to 10.0.100 (.NET 10) now that the recipe is available. Uses weak assignment (?=) so users can override in local.conf. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 7353187 commit 6590d90

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

conf/layer.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ BBFILE_PRIORITY_mono = "5"
1313
PREFERRED_VERSION_mono ?= "6.12.0.206"
1414
PREFERRED_VERSION_mono-native ?= "6.12.0.206"
1515

16+
PREFERRED_VERSION_dotnet ?= "10.0.100"
17+
PREFERRED_VERSION_dotnet-native ?= "10.0.100"
18+
1619
PREFERRED_VERSION_libgdiplus ?= "6.0.5"
1720
PREFERRED_VERSION_libgdiplus-native ?= "6.0.5"
1821

0 commit comments

Comments
 (0)