Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Bump System.Drawing.Common.TestData to 1.0.6 (#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
  • Loading branch information
qmfrederik authored and mellinoe committed Sep 19, 2017
1 parent 15f9a31 commit c4e03f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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
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

0 comments on commit c4e03f0

Please sign in to comment.