Skip to content

Commit 020f5e9

Browse files
authored
Merge pull request #271 from DynamicDevices/ajl/dotnet10-default-version
layer.conf: set dotnet 10.0.100 as default preferred version
2 parents 7353187 + 6590d90 commit 020f5e9

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)