Diff
checker
Texte
Texte
Images
Documents
Excel
Dossiers
Legal
Enterprise
Application de bureau
Prix
Se connecter
Télécharger Diffchecker Desktop
Comparer le texte
Trouver la différence entre deux fichiers texte
Outils
Historique
Éditeur live
Cacher identiques
Sans retour à la ligne
Vue
Divisé
Unifié
Niveau de précision
Intelligent
Mot
Caractère
Coloration syntaxique
Choisir la syntaxe
Ignorer
Transformer le texte
Aller au premier écart
Modifier l'entrée
Diffchecker Desktop
La façon la plus sécurisée d'utiliser Diffchecker. Obtenez l'application Diffchecker Desktop : vos diffs ne quittent jamais votre ordinateur !
Obtenir Desktop
System.Drawing.Common
Créé
il y a 5 ans
Le diff n'expire jamais
Effacer
Exporter
Partager
Expliquer
23 suppressions
Lignes
Total
Supprimé
Caractères
Total
Supprimé
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
48 lignes
Copier tout
11 ajouts
Lignes
Total
Ajouté
Caractères
Total
Ajouté
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
38 lignes
Copier tout
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
Copier
Copié
Copier
Copié
<package xmlns="http://schemas.microsoft.com/packaging/201
3/01
/nuspec.xsd">
<package xmlns="http://schemas.microsoft.com/packaging/201
2/06
/nuspec.xsd">
<metadata
minClientVersion="2.12"
>
<metadata
>
<id>System.Drawing.Common</id>
<id>System.Drawing.Common</id>
Copier
Copié
Copier
Copié
<version>6.0.0-
preview.6.21352.12
</version>
<version>6.0.0-
dev
</version>
<title>System.Drawing.Common</title>
<authors>Microsoft</authors>
<authors>Microsoft</authors>
Copier
Copié
Copier
Copié
<owners>
microsoft,dotnetframework
</owners>
<owners>
</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<license type="expression">MIT</license>
<icon>Icon.png</icon>
<icon>Icon.png</icon>
<projectUrl>https://dot.net/</projectUrl>
<projectUrl>https://dot.net/</projectUrl>
Copier
Copié
Copier
Copié
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<description>Provides access to GDI+ graphics functionality.
<description>Provides access to GDI+ graphics functionality.
Commonly Used Types:
Commonly Used Types:
System.Drawing.Bitmap
System.Drawing.Bitmap
System.Drawing.BitmapData
System.Drawing.BitmapData
System.Drawing.Brush
System.Drawing.Brush
System.Drawing.Font
System.Drawing.Font
System.Drawing.Graphics
System.Drawing.Graphics
Copier
Copié
Copier
Copié
System.Drawing.Icon
</description>
System.Drawing.Icon
Unix support is disabled by default. See https://aka.ms/systemdrawingnonwindows for more information.
</description>
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<serviceable>true</serviceable>
<serviceable>true</serviceable>
Copier
Copié
Copier
Copié
<repository type="git" url="https://github.com/dotnet/runtime" commit="
770d630b283ec1be4a8ed41ac78e13ec1fd957b1
" />
<repository type="git" url="https://github.com/dotnet/runtime" commit="
0000000000000000000000000000000000000000
" />
<dependencies>
<dependencies>
Copier
Copié
Copier
Copié
<group targetFramework="MonoAndroid1.0" />
<group targetFramework="MonoTouch1.0" />
<group targetFramework=".NETFramework4.6.1" />
<group targetFramework=".NETFramework4.6.1" />
Copier
Copié
Copier
Copié
<group targetFramework="net6.0">
<dependency id="Microsoft.Win32.SystemEvents" version="6.0.0-preview.6.21352.12" exclude="Compile" />
</group>
<group targetFramework=".NETCoreApp3.1">
<group targetFramework=".NETCoreApp3.1">
Copier
Copié
Copier
Copié
<dependency id="Microsoft.Win32.SystemEvents" version="6.0.0-
preview.6.21352.12
" exclude="
Compile
" />
<dependency id="Microsoft.Win32.SystemEvents" version="6.0.0-
dev" exclude="Build,Analyzers" />
</group>
<group targetFramework="net6.0">
<dependency id="Microsoft.Win32.SystemEvents" version="6.0.0-dev
" exclude="
Build,Analyzers
" />
</group>
</group>
<group targetFramework=".NETStandard2.0" />
<group targetFramework=".NETStandard2.0" />
Copier
Copié
Copier
Copié
<group targetFramework="Xamarin.iOS1.0" />
<group targetFramework="Xamarin.Mac2.0" />
<group targetFramework="Xamarin.TVOS1.0" />
<group targetFramework="Xamarin.WatchOS1.0" />
</dependencies>
</dependencies>
Copier
Copié
Copier
Copié
<frameworkAssemblies>
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6.1" />
<frameworkAssembly assemblyName="System.Drawing" targetFramework=".NETFramework4.6.1" />
</frameworkAssemblies>
</metadata>
</metadata>
</package>
</package>
Différences enregistrées
Texte d'origine
Ouvrir un fichier
<?xml version="1.0" encoding="utf-8"?> <package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd"> <metadata minClientVersion="2.12"> <id>System.Drawing.Common</id> <version>6.0.0-preview.6.21352.12</version> <title>System.Drawing.Common</title> <authors>Microsoft</authors> <owners>microsoft,dotnetframework</owners> <requireLicenseAcceptance>false</requireLicenseAcceptance> <license type="expression">MIT</license> <icon>Icon.png</icon> <projectUrl>https://dot.net/</projectUrl> <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl> <description>Provides access to GDI+ graphics functionality. Commonly Used Types: System.Drawing.Bitmap System.Drawing.BitmapData System.Drawing.Brush System.Drawing.Font System.Drawing.Graphics System.Drawing.Icon</description> <releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes> <copyright>© Microsoft Corporation. All rights reserved.</copyright> <serviceable>true</serviceable> <repository type="git" url="https://github.com/dotnet/runtime" commit="770d630b283ec1be4a8ed41ac78e13ec1fd957b1" /> <dependencies> <group targetFramework="MonoAndroid1.0" /> <group targetFramework="MonoTouch1.0" /> <group targetFramework=".NETFramework4.6.1" /> <group targetFramework="net6.0"> <dependency id="Microsoft.Win32.SystemEvents" version="6.0.0-preview.6.21352.12" exclude="Compile" /> </group> <group targetFramework=".NETCoreApp3.1"> <dependency id="Microsoft.Win32.SystemEvents" version="6.0.0-preview.6.21352.12" exclude="Compile" /> </group> <group targetFramework=".NETStandard2.0" /> <group targetFramework="Xamarin.iOS1.0" /> <group targetFramework="Xamarin.Mac2.0" /> <group targetFramework="Xamarin.TVOS1.0" /> <group targetFramework="Xamarin.WatchOS1.0" /> </dependencies> <frameworkAssemblies> <frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6.1" /> <frameworkAssembly assemblyName="System.Drawing" targetFramework=".NETFramework4.6.1" /> </frameworkAssemblies> </metadata> </package>
Texte modifié
Ouvrir un fichier
<?xml version="1.0" encoding="utf-8"?> <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> <metadata> <id>System.Drawing.Common</id> <version>6.0.0-dev</version> <authors>Microsoft</authors> <owners></owners> <requireLicenseAcceptance>false</requireLicenseAcceptance> <license type="expression">MIT</license> <icon>Icon.png</icon> <projectUrl>https://dot.net/</projectUrl> <description>Provides access to GDI+ graphics functionality. Commonly Used Types: System.Drawing.Bitmap System.Drawing.BitmapData System.Drawing.Brush System.Drawing.Font System.Drawing.Graphics System.Drawing.Icon Unix support is disabled by default. See https://aka.ms/systemdrawingnonwindows for more information.</description> <releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes> <copyright>© Microsoft Corporation. All rights reserved.</copyright> <serviceable>true</serviceable> <repository type="git" url="https://github.com/dotnet/runtime" commit="0000000000000000000000000000000000000000" /> <dependencies> <group targetFramework=".NETFramework4.6.1" /> <group targetFramework=".NETCoreApp3.1"> <dependency id="Microsoft.Win32.SystemEvents" version="6.0.0-dev" exclude="Build,Analyzers" /> </group> <group targetFramework="net6.0"> <dependency id="Microsoft.Win32.SystemEvents" version="6.0.0-dev" exclude="Build,Analyzers" /> </group> <group targetFramework=".NETStandard2.0" /> </dependencies> </metadata> </package>
Trouver la différence