@@ -70,7 +70,7 @@ This project uses features from the current stable SDK and C# language. As such
7070``` json 
7171{
7272  "sdk" : {
73-     "version" : " 9 .0.200 " 
73+     "version" : " 10 .0.100-preview.3.25120.7 " 
7474    "allowPrerelease" : true ,
7575    "rollForward" : " latestFeature" 
7676  }
@@ -547,12 +547,6 @@ The class `Polyfill` includes the following extension methods:
547547 *  ` bool HasSingleTarget(Delegate) `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.delegate.hassingletarget ) 
548548
549549
550- #### Dictionary<TKey, TValue>  
551- 
552-  *  ` bool Remove<TKey, TValue>(Dictionary<TKey, TValue>, TKey, TValue) where TKey : notnull `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.dictionary-2.remove ) 
553-  *  ` bool TryAdd<TKey, TValue>(Dictionary<TKey, TValue>, TKey, TValue) where TKey : notnull `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.dictionary-2.tryadd ) 
554- 
555- 
556550#### double  
557551
558552 *  ` bool TryFormat(double, Span<byte>, int, ReadOnlySpan<char>, IFormatProvider?) `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.double.tryformat#system-double-tryformat(system-span((system-byte))-system-int32@-system-readonlyspan((system-char))-system-iformatprovider) ) 
@@ -621,6 +615,8 @@ The class `Polyfill` includes the following extension methods:
621615#### IDictionary<TKey, TValue>  
622616
623617 *  ` ReadOnlyDictionary<TKey, TValue> AsReadOnly<TKey, TValue>(IDictionary<TKey, TValue>) where TKey : notnull `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.collectionextensions.asreadonly#system-collections-generic-collectionextensions-asreadonly-2(system-collections-generic-idictionary((-0-1))) ) 
618+  *  ` bool Remove<TKey, TValue>(IDictionary<TKey, TValue>, TKey, TValue) where TKey : notnull `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.collectionextensions.remove ) 
619+  *  ` bool TryAdd<TKey, TValue>(IDictionary<TKey, TValue>, TKey, TValue) where TKey : notnull `  [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.collectionextensions.tryadd ) 
624620
625621
626622#### IEnumerable<TFirst >  
0 commit comments