@@ -323,6 +323,9 @@ public void WindowsUsersGetLinuxContainers(string sdkPortableRid, string expecte
323
323
[ InlineData ( "8.0.100-preview.2" , "v8.0" , "jammy-chiseled" , "8.0.0-preview.2-jammy-chiseled" ) ]
324
324
[ InlineData ( "8.0.100-rc.2" , "v8.0" , "jammy-chiseled" , "8.0.0-rc.2-jammy-chiseled" ) ]
325
325
[ InlineData ( "8.0.100" , "v8.0" , "jammy-chiseled" , "8.0-jammy-chiseled-extra" ) ]
326
+ [ InlineData ( "8.0.200" , "v8.0" , "jammy-chiseled" , "8.0-jammy-chiseled-extra" ) ]
327
+ [ InlineData ( "8.0.300" , "v8.0" , "noble-chiseled" , "8.0-noble-chiseled-extra" ) ]
328
+ [ InlineData ( "8.0.300" , "v8.0" , "jammy-chiseled" , "8.0-jammy-chiseled-extra" ) ]
326
329
[ Theory ]
327
330
public void CanTakeContainerBaseFamilyIntoAccount ( string sdkVersion , string tfmMajMin , string containerFamily , string expectedTag )
328
331
{
@@ -383,13 +386,13 @@ public void AOTAppsGetAOTImages(string rid, string expectedImage)
383
386
}
384
387
385
388
[ InlineData ( "linux-musl-x64" , "mcr.microsoft.com/dotnet/runtime-deps:8.0-alpine-extra" ) ]
386
- [ InlineData ( "linux-x64" , "mcr.microsoft.com/dotnet/runtime-deps:8.0-jammy -chiseled-extra" ) ]
389
+ [ InlineData ( "linux-x64" , "mcr.microsoft.com/dotnet/runtime-deps:8.0-noble -chiseled-extra" ) ]
387
390
[ Theory ]
388
391
public void AOTAppsWithCulturesGetExtraImages ( string rid , string expectedImage )
389
392
{
390
393
var ( project , logger , d ) = ProjectInitializer . InitProject ( new ( )
391
394
{
392
- [ "NetCoreSdkVersion" ] = "8.0.100 " ,
395
+ [ "NetCoreSdkVersion" ] = "8.0.300 " ,
393
396
[ "TargetFrameworkVersion" ] = "v8.0" ,
394
397
[ KnownStrings . Properties . ContainerRuntimeIdentifier ] = rid ,
395
398
[ KnownStrings . Properties . PublishSelfContained ] = true . ToString ( ) ,
@@ -404,13 +407,13 @@ public void AOTAppsWithCulturesGetExtraImages(string rid, string expectedImage)
404
407
}
405
408
406
409
[ InlineData ( "linux-musl-x64" , "mcr.microsoft.com/dotnet/runtime-deps:8.0-alpine-extra" ) ]
407
- [ InlineData ( "linux-x64" , "mcr.microsoft.com/dotnet/runtime-deps:8.0-jammy -chiseled-extra" ) ]
410
+ [ InlineData ( "linux-x64" , "mcr.microsoft.com/dotnet/runtime-deps:8.0-noble -chiseled-extra" ) ]
408
411
[ Theory ]
409
412
public void TrimmedAppsWithCulturesGetExtraImages ( string rid , string expectedImage )
410
413
{
411
414
var ( project , logger , d ) = ProjectInitializer . InitProject ( new ( )
412
415
{
413
- [ "NetCoreSdkVersion" ] = "8.0.100 " ,
416
+ [ "NetCoreSdkVersion" ] = "8.0.300 " ,
414
417
[ "TargetFrameworkVersion" ] = "v8.0" ,
415
418
[ KnownStrings . Properties . ContainerRuntimeIdentifier ] = rid ,
416
419
[ KnownStrings . Properties . PublishSelfContained ] = true . ToString ( ) ,
@@ -425,13 +428,13 @@ public void TrimmedAppsWithCulturesGetExtraImages(string rid, string expectedIma
425
428
}
426
429
427
430
[ InlineData ( "linux-musl-x64" , "mcr.microsoft.com/dotnet/runtime-deps:8.0-alpine" ) ]
428
- [ InlineData ( "linux-x64" , "mcr.microsoft.com/dotnet/runtime-deps:8.0-jammy -chiseled" ) ]
431
+ [ InlineData ( "linux-x64" , "mcr.microsoft.com/dotnet/runtime-deps:8.0-noble -chiseled" ) ]
429
432
[ Theory ]
430
433
public void TrimmedAppsWithoutCulturesGetbaseImages ( string rid , string expectedImage )
431
434
{
432
435
var ( project , logger , d ) = ProjectInitializer . InitProject ( new ( )
433
436
{
434
- [ "NetCoreSdkVersion" ] = "8.0.100 " ,
437
+ [ "NetCoreSdkVersion" ] = "8.0.300 " ,
435
438
[ "TargetFrameworkVersion" ] = "v8.0" ,
436
439
[ KnownStrings . Properties . ContainerRuntimeIdentifier ] = rid ,
437
440
[ KnownStrings . Properties . PublishSelfContained ] = true . ToString ( ) ,
@@ -450,16 +453,16 @@ public void TrimmedAppsWithoutCulturesGetbaseImages(string rid, string expectedI
450
453
[ InlineData ( false , true , "linux-musl-x64" , true , "mcr.microsoft.com/dotnet/nightly/runtime-deps:8.0-alpine-aot" ) ]
451
454
[ InlineData ( false , true , "linux-musl-x64" , false , "mcr.microsoft.com/dotnet/runtime-deps:8.0-alpine-extra" ) ]
452
455
453
- [ InlineData ( true , false , "linux-x64" , true , "mcr.microsoft.com/dotnet/runtime-deps:8.0-jammy -chiseled" ) ]
454
- [ InlineData ( true , false , "linux-x64" , false , "mcr.microsoft.com/dotnet/runtime-deps:8.0-jammy -chiseled-extra" ) ]
455
- [ InlineData ( false , true , "linux-x64" , true , "mcr.microsoft.com/dotnet/nightly/runtime-deps:8.0-jammy -chiseled-aot" ) ]
456
- [ InlineData ( false , true , "linux-x64" , false , "mcr.microsoft.com/dotnet/runtime-deps:8.0-jammy -chiseled-extra" ) ]
456
+ [ InlineData ( true , false , "linux-x64" , true , "mcr.microsoft.com/dotnet/runtime-deps:8.0-noble -chiseled" ) ]
457
+ [ InlineData ( true , false , "linux-x64" , false , "mcr.microsoft.com/dotnet/runtime-deps:8.0-noble -chiseled-extra" ) ]
458
+ [ InlineData ( false , true , "linux-x64" , true , "mcr.microsoft.com/dotnet/nightly/runtime-deps:8.0-noble -chiseled-aot" ) ]
459
+ [ InlineData ( false , true , "linux-x64" , false , "mcr.microsoft.com/dotnet/runtime-deps:8.0-noble -chiseled-extra" ) ]
457
460
[ Theory ]
458
461
public void TheBigMatrixOfTrimmingInference ( bool trimmed , bool aot , string rid , bool invariant , string expectedImage )
459
462
{
460
463
var ( project , logger , d ) = ProjectInitializer . InitProject ( new ( )
461
464
{
462
- [ "NetCoreSdkVersion" ] = "8.0.100 " ,
465
+ [ "NetCoreSdkVersion" ] = "8.0.300 " ,
463
466
[ "TargetFrameworkVersion" ] = "v8.0" ,
464
467
[ KnownStrings . Properties . ContainerRuntimeIdentifier ] = rid ,
465
468
[ KnownStrings . Properties . PublishSelfContained ] = true . ToString ( ) ,
0 commit comments