summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/System.Private.CoreLib.csproj
diff options
context:
space:
mode:
authorEgor Bogatov <egorbo@gmail.com>2019-03-15 06:41:05 +0300
committerJan Kotas <jkotas@microsoft.com>2019-03-14 20:41:05 -0700
commit45dd63f1523c559a3a5ba4029a46ef08b55dd10d (patch)
tree774aa44d6d6aa3a6e2e8b3da2bdec268051c4da6 /src/System.Private.CoreLib/System.Private.CoreLib.csproj
parentfa43509b42083ba044660d7ea566af79207a4275 (diff)
downloadcoreclr-45dd63f1523c559a3a5ba4029a46ef08b55dd10d.tar.gz
coreclr-45dd63f1523c559a3a5ba4029a46ef08b55dd10d.tar.bz2
coreclr-45dd63f1523c559a3a5ba4029a46ef08b55dd10d.zip
Move TypeLoadException to shared (#23238)
* fix coding-style * shorter form for TypeName property * move coreclr-specific ctor to TypeLoadException
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 384babf674..536977169d 100644
--- a/src/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -261,7 +261,7 @@
<Compile Include="$(BclSourcesRoot)\System\Threading\WaitHandle.CoreCLR.cs" />
<Compile Include="$(BclSourcesRoot)\System\Type.CoreCLR.cs" />
<Compile Include="$(BclSourcesRoot)\System\TypedReference.cs" />
- <Compile Include="$(BclSourcesRoot)\System\TypeLoadException.cs" />
+ <Compile Include="$(BclSourcesRoot)\System\TypeLoadException.CoreCLR.cs" />
<Compile Include="$(BclSourcesRoot)\System\TypeNameParser.cs" />
<Compile Include="$(BclSourcesRoot)\System\ValueType.cs" />
<Compile Include="$(BclSourcesRoot)\System\WeakReference.cs" />