Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit f0ce38a

Browse files
committed
Fix assembly names, which should match directory names
1 parent 0b79876 commit f0ce38a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/System.Xml.ReaderWriter/tests/Writers/XmlWriterApi/System.Xml.RW.XmlWriterApi.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
77
<ProjectGuid>{E6DAD59F-7CB7-4E70-B4C5-FCCBC3376EDE}</ProjectGuid>
88
<OutputType>Library</OutputType>
9-
<AssemblyName>System.Xml.RW.XmlWriterApiTests</AssemblyName>
9+
<AssemblyName>System.Xml.RW.XmlWriterApi.Tests</AssemblyName>
1010
<RootNamespace>XmlWriterAPI.Test</RootNamespace>
1111
</PropertyGroup>
1212
<!-- Default configurations to help VS understand the configurations -->

src/System.Xml.ReaderWriter/tests/XmlReader/ReadContentAs/System.Xml.RW.XmlReader.ReadContentAs.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
77
<ProjectGuid>{DA6A9B7F-F311-49A4-8BBE-42EF3152C37B}</ProjectGuid>
88
<OutputType>Library</OutputType>
9-
<AssemblyName>System.Xml.RW.XmlReaderReadContentAs.Tests</AssemblyName>
9+
<AssemblyName>System.Xml.RW.XmlReader.ReadContentAs.Tests</AssemblyName>
1010
<RootNamespace>XMLTests.ReaderWriter.ReadContentTests</RootNamespace>
1111
</PropertyGroup>
1212
<!-- Default configurations to help VS understand the configurations -->

0 commit comments

Comments
 (0)