@@ -1111,20 +1111,31 @@ tasks:
11111111 - func : configure-framework
11121112 vars :
11131113 FRAMEWORK : net472
1114+ DOTNET_SDK_VERSION : 10.0
11141115 - func : run-unit-tests
11151116
11161117 - name : unit-tests-netstandard21
11171118 commands :
11181119 - func : configure-framework
11191120 vars :
11201121 FRAMEWORK : netstandard2.1
1122+ DOTNET_SDK_VERSION : 10.0
11211123 - func : run-unit-tests
11221124
11231125 - name : unit-tests-net60
11241126 commands :
11251127 - func : configure-framework
11261128 vars :
11271129 FRAMEWORK : net6.0
1130+ DOTNET_SDK_VERSION : 10.0
1131+ - func : run-unit-tests
1132+
1133+ - name : unit-tests-net100
1134+ commands :
1135+ - func : configure-framework
1136+ vars :
1137+ FRAMEWORK : net10.0
1138+ DOTNET_SDK_VERSION : 10.0
11281139 - func : run-unit-tests
11291140
11301141 - name : test-net472
@@ -1654,6 +1665,7 @@ tasks:
16541665 - func : configure-framework
16551666 vars :
16561667 FRAMEWORK : net472
1668+ DOTNET_SDK_VERSION : 10.0
16571669 - func : bootstrap-mongo-orchestration
16581670 - func : run-smoke-tests
16591671
@@ -1665,6 +1677,7 @@ tasks:
16651677 - func : configure-framework
16661678 vars :
16671679 FRAMEWORK : netcoreapp3.1
1680+ DOTNET_SDK_VERSION : 10.0
16681681 - func : bootstrap-mongo-orchestration
16691682 - func : run-smoke-tests
16701683
@@ -1676,6 +1689,7 @@ tasks:
16761689 - func : configure-framework
16771690 vars :
16781691 FRAMEWORK : net5.0
1692+ DOTNET_SDK_VERSION : 10.0
16791693 - func : bootstrap-mongo-orchestration
16801694 - func : run-smoke-tests
16811695
@@ -1687,6 +1701,7 @@ tasks:
16871701 - func : configure-framework
16881702 vars :
16891703 FRAMEWORK : net6.0
1704+ DOTNET_SDK_VERSION : 10.0
16901705 - func : bootstrap-mongo-orchestration
16911706 - func : run-smoke-tests
16921707
@@ -1698,6 +1713,19 @@ tasks:
16981713 - func : configure-framework
16991714 vars :
17001715 FRAMEWORK : net8.0
1716+ DOTNET_SDK_VERSION : 10.0
1717+ - func : bootstrap-mongo-orchestration
1718+ - func : run-smoke-tests
1719+
1720+ - name : test-smoke-tests-net100
1721+ depends_on :
1722+ - name : push-packages-myget
1723+ variant : " .push-packages-myget"
1724+ commands :
1725+ - func : configure-framework
1726+ vars :
1727+ FRAMEWORK : net10.0
1728+ DOTNET_SDK_VERSION : 10.0
17011729 - func : bootstrap-mongo-orchestration
17021730 - func : run-smoke-tests
17031731
@@ -2380,6 +2408,7 @@ buildvariants:
23802408 - name : unit-tests-net472
23812409 - name : unit-tests-netstandard21
23822410 - name : unit-tests-net60
2411+ - name : unit-tests-net100
23832412
23842413- name : unit-tests-ubuntu
23852414 display_name : Unit Tests on Ubuntu
@@ -2389,6 +2418,7 @@ buildvariants:
23892418 tasks :
23902419 - name : unit-tests-netstandard21
23912420 - name : unit-tests-net60
2421+ - name : unit-tests-net100
23922422
23932423- name : unit-tests-macos
23942424 display_name : Unit Tests on MacOs
@@ -2398,6 +2428,7 @@ buildvariants:
23982428 tasks :
23992429 - name : unit-tests-netstandard21
24002430 - name : unit-tests-net60
2431+ - name : unit-tests-net100
24012432
24022433- name : unit-tests-macos-arm
24032434 display_name : Unit Tests on MacOs Arm
@@ -2406,6 +2437,7 @@ buildvariants:
24062437 OS : " macos-14-arm64"
24072438 tasks :
24082439 - name : unit-tests-net60
2440+ - name : unit-tests-net100
24092441
24102442- matrix_name : stable-api-tests
24112443 matrix_spec : { version: ["5.0", "6.0", "7.0", "8.0", "rapid", "latest"], topology: ["standalone", "sharded-cluster"], auth: "auth", ssl: "nossl", os: "windows-64" }
@@ -2778,6 +2810,7 @@ buildvariants:
27782810 - name : test-smoke-tests-net50
27792811 - name : test-smoke-tests-net60
27802812 - name : test-smoke-tests-net80
2813+ - name : test-smoke-tests-net100
27812814 rules :
27822815 - if : { version: "*", topology: "*", ssl: "*", os: ["ubuntu-2004", "macos-14"] }
27832816 then :
0 commit comments