Skip to content

Commit

Permalink
Bump System.Drawing.Common.TestData to 1.0.6 (dotnet/corefx#24149)
Browse files Browse the repository at this point in the history
* Bump system.drawing.common.testdata to 1.0.6

* Fix path to test data

* Fix whitespace


Commit migrated from dotnet/corefx@c4e03f0
  • Loading branch information
qmfrederik authored and mellinoe committed Sep 19, 2017
1 parent b857b2a commit b705535
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,19 @@
</Compile>
</ItemGroup>
<ItemGroup>
<SupplementalTestData Include="$(PackagesDir)system.drawing.common.testdata\1.0.3\content\**\*.*">
<SupplementalTestData Include="$(PackagesDir)system.drawing.common.testdata\1.0.6\content\**\*.*">
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
</SupplementalTestData>
<EmbeddedResource Include="$(PackagesDir)system.drawing.common.testdata\1.0.3\content\bitmaps\48x48_multiple_entries_4bit.ico">
<EmbeddedResource Include="$(PackagesDir)system.drawing.common.testdata\1.0.6\content\bitmaps\48x48_multiple_entries_4bit.ico">
<LogicalName>System.Drawing.Tests.48x48_multiple_entries_4bit.ico</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="$(PackagesDir)system.drawing.common.testdata\1.0.3\content\bitmaps\bitmap_173x183_indexed_8bit.bmp">
<EmbeddedResource Include="$(PackagesDir)system.drawing.common.testdata\1.0.6\content\bitmaps\bitmap_173x183_indexed_8bit.bmp">
<LogicalName>System.Drawing.Tests.bitmap_173x183_indexed_8bit.bmp</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="$(PackagesDir)system.drawing.common.testdata\1.0.3\content\bitmaps\empty.file">
<EmbeddedResource Include="$(PackagesDir)system.drawing.common.testdata\1.0.6\content\bitmaps\empty.file">
<LogicalName>System.Drawing.Tests.empty.file</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="$(PackagesDir)system.drawing.common.testdata\1.0.3\content\bitmaps\invalid.ico">
<EmbeddedResource Include="$(PackagesDir)system.drawing.common.testdata\1.0.6\content\bitmaps\invalid.ico">
<LogicalName>System.Drawing.Tests.invalid.ico</LogicalName>
</EmbeddedResource>
<Compile Include="Printing\MarginsTests.cs" />
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/external/test-runtime/XUnit.Runtime.depproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<Version>1.0.0-prerelease</Version>
</PackageReference>
<PackageReference Include="System.Drawing.Common.TestData">
<Version>1.0.3</Version>
<Version>1.0.6</Version>
</PackageReference>
</ItemGroup>
<ItemGroup Condition="'$(TargetGroup)' == 'netfx'">
Expand Down

0 comments on commit b705535

Please sign in to comment.