summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/System.Private.CoreLib.csproj
diff options
context:
space:
mode:
authorEgor Bogatov <egorbo@gmail.com>2019-04-11 02:36:14 +0300
committerJan Kotas <jkotas@microsoft.com>2019-04-10 16:36:14 -0700
commit45e04dd1bb1c7171d88a24454cb2c2811f46ce55 (patch)
tree60211043c9e1db47e05f19f24b98ef68210b7d83 /src/System.Private.CoreLib/System.Private.CoreLib.csproj
parenta6b1e978157278d09247bb82543a21886e087583 (diff)
downloadcoreclr-45e04dd1bb1c7171d88a24454cb2c2811f46ce55.tar.gz
coreclr-45e04dd1bb1c7171d88a24454cb2c2811f46ce55.tar.bz2
coreclr-45e04dd1bb1c7171d88a24454cb2c2811f46ce55.zip
Move AssemblyName to shared (#23737)
Diffstat (limited to 'src/System.Private.CoreLib/System.Private.CoreLib.csproj')
-rw-r--r--src/System.Private.CoreLib/System.Private.CoreLib.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
index d0a17b2942..23392972ac 100644
--- a/src/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -175,7 +175,7 @@
<Compile Include="$(BclSourcesRoot)\System\Object.CoreCLR.cs" />
<Compile Include="$(BclSourcesRoot)\System\OleAutBinder.cs" Condition="'$(FeatureClassicCominterop)' == 'true'" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\Assembly.CoreCLR.cs" />
- <Compile Include="$(BclSourcesRoot)\System\Reflection\AssemblyName.cs" />
+ <Compile Include="$(BclSourcesRoot)\System\Reflection\AssemblyName.CoreCLR.cs" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\Associates.cs" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\ConstructorInfo.CoreCLR.cs" />
<Compile Include="$(BclSourcesRoot)\System\Reflection\CustomAttribute.cs" />