1
0
mirror of synced 2025-12-25 02:14:57 -05:00

API Diff .NET 9.0 -> 10.0 (#10147)

* API Diff .NET 9.0 -> 10.0

* Remove System.Threading.AccessControl from notes

* Move files up one level
This commit is contained in:
Pranav Senthilnathan
2025-12-02 18:35:35 -05:00
committed by GitHub
parent ca43c12503
commit bbe69a494d
85 changed files with 7827 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# System.Drawing.Common
```diff
namespace System.Drawing.Text
{
public sealed class InstalledFontCollection : System.Drawing.Text.FontCollection
{
+ protected override void Dispose(bool disposing);
}
}
```