-
Notifications
You must be signed in to change notification settings - Fork 998
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace all remaining pkgprojs with NuGet Pack task (dotnet/runtime#5…
…6712) * Runtime specific and doc file packaging fixes * Replace all remaining pkgprojs with NuGet Pack task * Avoid NuGet/Home/issues/10368 * Update PackageValidation package to latest Commit migrated from dotnet/runtime@503ae51
- Loading branch information
1 parent
b5cc83b
commit 14ade70
Showing
4 changed files
with
36 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
src/System.Drawing.Common/pkg/System.Drawing.Common.pkgproj
This file was deleted.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
src/System.Drawing.Common/src/CompatibilitySuppressions.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
<Suppression> | ||
<DiagnosticId>CP0001</DiagnosticId> | ||
<Left>lib/netstandard2.0/System.Drawing.Common.dll</Left> | ||
<Right>lib/net461/System.Drawing.Common.dll</Right> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0001</DiagnosticId> | ||
<Target>T:System.Drawing.ColorTranslator</Target> | ||
<Left>lib/netstandard2.0/System.Drawing.Common.dll</Left> | ||
<Right>lib/netcoreapp3.1/System.Drawing.Common.dll</Right> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0001</DiagnosticId> | ||
<Target>T:System.Drawing.SystemColors</Target> | ||
<Left>lib/netstandard2.0/System.Drawing.Common.dll</Left> | ||
<Right>lib/netcoreapp3.1/System.Drawing.Common.dll</Right> | ||
</Suppression> | ||
</Suppressions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters