diff --git a/src/TypeSystem/src/Common/AlignmentHelper.cs b/src/Common/src/TypeSystem/Common/AlignmentHelper.cs similarity index 100% rename from src/TypeSystem/src/Common/AlignmentHelper.cs rename to src/Common/src/TypeSystem/Common/AlignmentHelper.cs diff --git a/src/TypeSystem/src/Common/ArrayType.cs b/src/Common/src/TypeSystem/Common/ArrayType.cs similarity index 100% rename from src/TypeSystem/src/Common/ArrayType.cs rename to src/Common/src/TypeSystem/Common/ArrayType.cs diff --git a/src/TypeSystem/src/Common/ByRefType.cs b/src/Common/src/TypeSystem/Common/ByRefType.cs similarity index 100% rename from src/TypeSystem/src/Common/ByRefType.cs rename to src/Common/src/TypeSystem/Common/ByRefType.cs diff --git a/src/TypeSystem/src/Common/FieldDesc.cs b/src/Common/src/TypeSystem/Common/FieldDesc.cs similarity index 100% rename from src/TypeSystem/src/Common/FieldDesc.cs rename to src/Common/src/TypeSystem/Common/FieldDesc.cs diff --git a/src/TypeSystem/src/Common/FieldForInstantiatedType.cs b/src/Common/src/TypeSystem/Common/FieldForInstantiatedType.cs similarity index 100% rename from src/TypeSystem/src/Common/FieldForInstantiatedType.cs rename to src/Common/src/TypeSystem/Common/FieldForInstantiatedType.cs diff --git a/src/TypeSystem/src/Common/FieldLayout.cs b/src/Common/src/TypeSystem/Common/FieldLayout.cs similarity index 100% rename from src/TypeSystem/src/Common/FieldLayout.cs rename to src/Common/src/TypeSystem/Common/FieldLayout.cs diff --git a/src/TypeSystem/src/Common/InstantiatedMethod.cs b/src/Common/src/TypeSystem/Common/InstantiatedMethod.cs similarity index 100% rename from src/TypeSystem/src/Common/InstantiatedMethod.cs rename to src/Common/src/TypeSystem/Common/InstantiatedMethod.cs diff --git a/src/TypeSystem/src/Common/InstantiatedType.cs b/src/Common/src/TypeSystem/Common/InstantiatedType.cs similarity index 100% rename from src/TypeSystem/src/Common/InstantiatedType.cs rename to src/Common/src/TypeSystem/Common/InstantiatedType.cs diff --git a/src/TypeSystem/src/Common/MetadataType.cs b/src/Common/src/TypeSystem/Common/MetadataType.cs similarity index 100% rename from src/TypeSystem/src/Common/MetadataType.cs rename to src/Common/src/TypeSystem/Common/MetadataType.cs diff --git a/src/TypeSystem/src/Common/MethodDesc.cs b/src/Common/src/TypeSystem/Common/MethodDesc.cs similarity index 100% rename from src/TypeSystem/src/Common/MethodDesc.cs rename to src/Common/src/TypeSystem/Common/MethodDesc.cs diff --git a/src/TypeSystem/src/Common/MethodForInstantiatedType.cs b/src/Common/src/TypeSystem/Common/MethodForInstantiatedType.cs similarity index 100% rename from src/TypeSystem/src/Common/MethodForInstantiatedType.cs rename to src/Common/src/TypeSystem/Common/MethodForInstantiatedType.cs diff --git a/src/TypeSystem/src/Common/ParameterizedType.cs b/src/Common/src/TypeSystem/Common/ParameterizedType.cs similarity index 100% rename from src/TypeSystem/src/Common/ParameterizedType.cs rename to src/Common/src/TypeSystem/Common/ParameterizedType.cs diff --git a/src/TypeSystem/src/Common/PointerType.cs b/src/Common/src/TypeSystem/Common/PointerType.cs similarity index 100% rename from src/TypeSystem/src/Common/PointerType.cs rename to src/Common/src/TypeSystem/Common/PointerType.cs diff --git a/src/TypeSystem/src/Common/SignatureVariable.cs b/src/Common/src/TypeSystem/Common/SignatureVariable.cs similarity index 100% rename from src/TypeSystem/src/Common/SignatureVariable.cs rename to src/Common/src/TypeSystem/Common/SignatureVariable.cs diff --git a/src/TypeSystem/src/Common/TargetDetails.cs b/src/Common/src/TypeSystem/Common/TargetDetails.cs similarity index 100% rename from src/TypeSystem/src/Common/TargetDetails.cs rename to src/Common/src/TypeSystem/Common/TargetDetails.cs diff --git a/src/TypeSystem/src/Common/ThreadSafeFlags.cs b/src/Common/src/TypeSystem/Common/ThreadSafeFlags.cs similarity index 100% rename from src/TypeSystem/src/Common/ThreadSafeFlags.cs rename to src/Common/src/TypeSystem/Common/ThreadSafeFlags.cs diff --git a/src/TypeSystem/src/Common/TypeCast.cs b/src/Common/src/TypeSystem/Common/TypeCast.cs similarity index 100% rename from src/TypeSystem/src/Common/TypeCast.cs rename to src/Common/src/TypeSystem/Common/TypeCast.cs diff --git a/src/TypeSystem/src/Common/TypeDesc.MethodImpls.cs b/src/Common/src/TypeSystem/Common/TypeDesc.MethodImpls.cs similarity index 100% rename from src/TypeSystem/src/Common/TypeDesc.MethodImpls.cs rename to src/Common/src/TypeSystem/Common/TypeDesc.MethodImpls.cs diff --git a/src/TypeSystem/src/Common/TypeDesc.cs b/src/Common/src/TypeSystem/Common/TypeDesc.cs similarity index 100% rename from src/TypeSystem/src/Common/TypeDesc.cs rename to src/Common/src/TypeSystem/Common/TypeDesc.cs diff --git a/src/TypeSystem/src/Common/TypeFlags.cs b/src/Common/src/TypeSystem/Common/TypeFlags.cs similarity index 100% rename from src/TypeSystem/src/Common/TypeFlags.cs rename to src/Common/src/TypeSystem/Common/TypeFlags.cs diff --git a/src/TypeSystem/src/Common/TypeHashingAlgorithms.cs b/src/Common/src/TypeSystem/Common/TypeHashingAlgorithms.cs similarity index 100% rename from src/TypeSystem/src/Common/TypeHashingAlgorithms.cs rename to src/Common/src/TypeSystem/Common/TypeHashingAlgorithms.cs diff --git a/src/TypeSystem/src/Common/TypeSystemContext.cs b/src/Common/src/TypeSystem/Common/TypeSystemContext.cs similarity index 100% rename from src/TypeSystem/src/Common/TypeSystemContext.cs rename to src/Common/src/TypeSystem/Common/TypeSystemContext.cs diff --git a/src/TypeSystem/src/Common/TypeSystemHelpers.cs b/src/Common/src/TypeSystem/Common/TypeSystemHelpers.cs similarity index 100% rename from src/TypeSystem/src/Common/TypeSystemHelpers.cs rename to src/Common/src/TypeSystem/Common/TypeSystemHelpers.cs diff --git a/src/TypeSystem/src/Common/VirtualFunctionResolution.cs b/src/Common/src/TypeSystem/Common/VirtualFunctionResolution.cs similarity index 99% rename from src/TypeSystem/src/Common/VirtualFunctionResolution.cs rename to src/Common/src/TypeSystem/Common/VirtualFunctionResolution.cs index 1eb9af26b1e..7384311acc6 100644 --- a/src/TypeSystem/src/Common/VirtualFunctionResolution.cs +++ b/src/Common/src/TypeSystem/Common/VirtualFunctionResolution.cs @@ -7,7 +7,7 @@ namespace Internal.TypeSystem { - static class VirtualFunctionResolution + public static class VirtualFunctionResolution { class UnificationGroup { diff --git a/src/TypeSystem/src/Common/WellKnownType.cs b/src/Common/src/TypeSystem/Common/WellKnownType.cs similarity index 100% rename from src/TypeSystem/src/Common/WellKnownType.cs rename to src/Common/src/TypeSystem/Common/WellKnownType.cs diff --git a/src/TypeSystem/src/Ecma/EcmaField.cs b/src/Common/src/TypeSystem/Ecma/EcmaField.cs similarity index 100% rename from src/TypeSystem/src/Ecma/EcmaField.cs rename to src/Common/src/TypeSystem/Ecma/EcmaField.cs diff --git a/src/TypeSystem/src/Ecma/EcmaGenericParameter.cs b/src/Common/src/TypeSystem/Ecma/EcmaGenericParameter.cs similarity index 100% rename from src/TypeSystem/src/Ecma/EcmaGenericParameter.cs rename to src/Common/src/TypeSystem/Ecma/EcmaGenericParameter.cs diff --git a/src/TypeSystem/src/Ecma/EcmaMethod.cs b/src/Common/src/TypeSystem/Ecma/EcmaMethod.cs similarity index 100% rename from src/TypeSystem/src/Ecma/EcmaMethod.cs rename to src/Common/src/TypeSystem/Ecma/EcmaMethod.cs diff --git a/src/TypeSystem/src/Ecma/EcmaModule.cs b/src/Common/src/TypeSystem/Ecma/EcmaModule.cs similarity index 100% rename from src/TypeSystem/src/Ecma/EcmaModule.cs rename to src/Common/src/TypeSystem/Ecma/EcmaModule.cs diff --git a/src/TypeSystem/src/Ecma/EcmaSignatureParser.cs b/src/Common/src/TypeSystem/Ecma/EcmaSignatureParser.cs similarity index 100% rename from src/TypeSystem/src/Ecma/EcmaSignatureParser.cs rename to src/Common/src/TypeSystem/Ecma/EcmaSignatureParser.cs diff --git a/src/TypeSystem/src/Ecma/EcmaType.cs b/src/Common/src/TypeSystem/Ecma/EcmaType.cs similarity index 100% rename from src/TypeSystem/src/Ecma/EcmaType.cs rename to src/Common/src/TypeSystem/Ecma/EcmaType.cs diff --git a/src/TypeSystem/src/Ecma/IMetadataStringDecoderProvider.cs b/src/Common/src/TypeSystem/Ecma/IMetadataStringDecoderProvider.cs similarity index 100% rename from src/TypeSystem/src/Ecma/IMetadataStringDecoderProvider.cs rename to src/Common/src/TypeSystem/Ecma/IMetadataStringDecoderProvider.cs diff --git a/src/TypeSystem/src/IL/EcmaMethodIL.cs b/src/Common/src/TypeSystem/IL/EcmaMethodIL.cs similarity index 100% rename from src/TypeSystem/src/IL/EcmaMethodIL.cs rename to src/Common/src/TypeSystem/IL/EcmaMethodIL.cs diff --git a/src/TypeSystem/src/IL/ILImporter.cs b/src/Common/src/TypeSystem/IL/ILImporter.cs similarity index 100% rename from src/TypeSystem/src/IL/ILImporter.cs rename to src/Common/src/TypeSystem/IL/ILImporter.cs diff --git a/src/TypeSystem/src/IL/ILOpcode.cs b/src/Common/src/TypeSystem/IL/ILOpcode.cs similarity index 100% rename from src/TypeSystem/src/IL/ILOpcode.cs rename to src/Common/src/TypeSystem/IL/ILOpcode.cs diff --git a/src/TypeSystem/src/IL/ILProvider.cs b/src/Common/src/TypeSystem/IL/ILProvider.cs similarity index 100% rename from src/TypeSystem/src/IL/ILProvider.cs rename to src/Common/src/TypeSystem/IL/ILProvider.cs diff --git a/src/TypeSystem/src/IL/InstantiatedMethodIL.cs b/src/Common/src/TypeSystem/IL/InstantiatedMethodIL.cs similarity index 100% rename from src/TypeSystem/src/IL/InstantiatedMethodIL.cs rename to src/Common/src/TypeSystem/IL/InstantiatedMethodIL.cs diff --git a/src/TypeSystem/src/IL/MethodIL.cs b/src/Common/src/TypeSystem/IL/MethodIL.cs similarity index 100% rename from src/TypeSystem/src/IL/MethodIL.cs rename to src/Common/src/TypeSystem/IL/MethodIL.cs diff --git a/src/TypeSystem/src/IL/Stubs/ArrayMethodILEmitter.cs b/src/Common/src/TypeSystem/IL/Stubs/ArrayMethodILEmitter.cs similarity index 100% rename from src/TypeSystem/src/IL/Stubs/ArrayMethodILEmitter.cs rename to src/Common/src/TypeSystem/IL/Stubs/ArrayMethodILEmitter.cs diff --git a/src/TypeSystem/src/IL/Stubs/DelegateThunks.cs b/src/Common/src/TypeSystem/IL/Stubs/DelegateThunks.cs similarity index 100% rename from src/TypeSystem/src/IL/Stubs/DelegateThunks.cs rename to src/Common/src/TypeSystem/IL/Stubs/DelegateThunks.cs diff --git a/src/TypeSystem/src/IL/Stubs/ILEmitter.cs b/src/Common/src/TypeSystem/IL/Stubs/ILEmitter.cs similarity index 100% rename from src/TypeSystem/src/IL/Stubs/ILEmitter.cs rename to src/Common/src/TypeSystem/IL/Stubs/ILEmitter.cs diff --git a/src/ILToNative.TypeSystem/src/ILToNative.TypeSystem.csproj b/src/ILToNative.TypeSystem/src/ILToNative.TypeSystem.csproj new file mode 100644 index 00000000000..fc22f7d6cb1 --- /dev/null +++ b/src/ILToNative.TypeSystem/src/ILToNative.TypeSystem.csproj @@ -0,0 +1,59 @@ + + + + + Debug + AnyCPU + {1A9DF196-43A9-44BB-B2C6-D62AA56B0E49} + Library + Internal.TypeSystem + ILToNative.TypeSystem + en-US + 512 + false + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/TypeSystem.Ecma/src/project.json b/src/ILToNative.TypeSystem/src/project.json similarity index 93% rename from src/TypeSystem.Ecma/src/project.json rename to src/ILToNative.TypeSystem/src/project.json index 96cd130e9f1..822be1042b2 100644 --- a/src/TypeSystem.Ecma/src/project.json +++ b/src/ILToNative.TypeSystem/src/project.json @@ -14,7 +14,7 @@ "System.Threading": "4.0.0", "System.Text.Encoding.Extensions": "4.0.0", "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Metadata": "1.0.22" + "System.Reflection.Metadata": "1.0.22", }, "frameworks": { "dotnet": {} diff --git a/src/TypeSystem/tests/CoreTestAssembly/CoreTestAssembly.csproj b/src/ILToNative.TypeSystem/tests/CoreTestAssembly/CoreTestAssembly.csproj similarity index 100% rename from src/TypeSystem/tests/CoreTestAssembly/CoreTestAssembly.csproj rename to src/ILToNative.TypeSystem/tests/CoreTestAssembly/CoreTestAssembly.csproj diff --git a/src/TypeSystem/tests/CoreTestAssembly/InstanceFieldLayout.cs b/src/ILToNative.TypeSystem/tests/CoreTestAssembly/InstanceFieldLayout.cs similarity index 100% rename from src/TypeSystem/tests/CoreTestAssembly/InstanceFieldLayout.cs rename to src/ILToNative.TypeSystem/tests/CoreTestAssembly/InstanceFieldLayout.cs diff --git a/src/TypeSystem/tests/CoreTestAssembly/Platform.cs b/src/ILToNative.TypeSystem/tests/CoreTestAssembly/Platform.cs similarity index 100% rename from src/TypeSystem/tests/CoreTestAssembly/Platform.cs rename to src/ILToNative.TypeSystem/tests/CoreTestAssembly/Platform.cs diff --git a/src/TypeSystem/tests/CoreTestAssembly/StaticFieldLayout.cs b/src/ILToNative.TypeSystem/tests/CoreTestAssembly/StaticFieldLayout.cs similarity index 100% rename from src/TypeSystem/tests/CoreTestAssembly/StaticFieldLayout.cs rename to src/ILToNative.TypeSystem/tests/CoreTestAssembly/StaticFieldLayout.cs diff --git a/src/TypeSystem/tests/InstanceFieldLayoutTests.cs b/src/ILToNative.TypeSystem/tests/InstanceFieldLayoutTests.cs similarity index 100% rename from src/TypeSystem/tests/InstanceFieldLayoutTests.cs rename to src/ILToNative.TypeSystem/tests/InstanceFieldLayoutTests.cs diff --git a/src/TypeSystem/tests/StaticFieldLayoutTests.cs b/src/ILToNative.TypeSystem/tests/StaticFieldLayoutTests.cs similarity index 100% rename from src/TypeSystem/tests/StaticFieldLayoutTests.cs rename to src/ILToNative.TypeSystem/tests/StaticFieldLayoutTests.cs diff --git a/src/TypeSystem/tests/TestTypeSystemContext.cs b/src/ILToNative.TypeSystem/tests/TestTypeSystemContext.cs similarity index 100% rename from src/TypeSystem/tests/TestTypeSystemContext.cs rename to src/ILToNative.TypeSystem/tests/TestTypeSystemContext.cs diff --git a/src/TypeSystem/tests/TypeSystem.Tests.csproj b/src/ILToNative.TypeSystem/tests/TypeSystem.Tests.csproj similarity index 86% rename from src/TypeSystem/tests/TypeSystem.Tests.csproj rename to src/ILToNative.TypeSystem/tests/TypeSystem.Tests.csproj index b01fd936660..ed79dc5c56c 100644 --- a/src/TypeSystem/tests/TypeSystem.Tests.csproj +++ b/src/ILToNative.TypeSystem/tests/TypeSystem.Tests.csproj @@ -16,13 +16,9 @@ - + {dd5b6baa-d41a-4a6e-9e7d-83060f394b10} - TypeSystem - - - {dd5b6baa-d41a-4a6e-9e7d-83060f394b10} - TypeSystem + ILToNative.TypeSystem diff --git a/src/TypeSystem/tests/project.json b/src/ILToNative.TypeSystem/tests/project.json similarity index 100% rename from src/TypeSystem/tests/project.json rename to src/ILToNative.TypeSystem/tests/project.json diff --git a/src/ILToNative/ILToNative.sln b/src/ILToNative/ILToNative.sln index 391aad9cf37..6e6e9e5eafe 100644 --- a/src/ILToNative/ILToNative.sln +++ b/src/ILToNative/ILToNative.sln @@ -7,6 +7,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ILToNative", "src\ILToNativ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "repro", "repro\repro.csproj", "{FBA029C3-B184-4457-AEEC-38D0C2523067}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ILToNative.TypeSystem", "..\ILToNative.TypeSystem\src\ILToNative.TypeSystem.csproj", "{1A9DF196-43A9-44BB-B2C6-D62AA56B0E49}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -21,6 +23,10 @@ Global {FBA029C3-B184-4457-AEEC-38D0C2523067}.Debug|Any CPU.Build.0 = Debug|Any CPU {FBA029C3-B184-4457-AEEC-38D0C2523067}.Release|Any CPU.ActiveCfg = Release|Any CPU {FBA029C3-B184-4457-AEEC-38D0C2523067}.Release|Any CPU.Build.0 = Release|Any CPU + {1A9DF196-43A9-44BB-B2C6-D62AA56B0E49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1A9DF196-43A9-44BB-B2C6-D62AA56B0E49}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1A9DF196-43A9-44BB-B2C6-D62AA56B0E49}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1A9DF196-43A9-44BB-B2C6-D62AA56B0E49}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/src/ILToNative/src/ILToNative.csproj b/src/ILToNative/src/ILToNative.csproj index 81e15e1be9b..49541d09f9f 100644 --- a/src/ILToNative/src/ILToNative.csproj +++ b/src/ILToNative/src/ILToNative.csproj @@ -34,6 +34,12 @@ + + + {dd5b6baa-d41a-4a6e-9e7d-83060f394b10} + ILToNative.TypeSystem + + @@ -59,131 +65,31 @@ - - TypeSystem\AlignmentHelper.cs - - - TypeSystem\ArrayType.cs - - - TypeSystem\ByRefType.cs - - - TypeSystem\FieldForInstantiatedType.cs - - - TypeSystem\FieldLayout.cs - - - TypeSystem\InstantiatedMethod.cs - - - TypeSystem\InstantiatedType.cs - - - TypeSystem\MetadataType.cs - - - TypeSystem\MethodForInstantiatedType.cs - - - TypeSystem\ParameterizedType.cs - - - TypeSystem\PointerType.cs - - - TypeSystem\SignatureVariable.cs - - - TypeSystem\TargetDetails.cs - - - TypeSystem\ThreadSafeFlags.cs - - - TypeSystem\TypeCast.cs - - - TypeSystem\TypeFlags.cs - - - TypeSystem\TypeHashingAlgorithms.cs - - - TypeSystem\TypeSystemContext.cs - - - TypeSystem\TypeSystemHelpers.cs - - - TypeSystem\WellKnownType.cs - - - TypeSystem\FieldDesc.cs - - - TypeSystem\MethodDesc.cs - - - TypeSystem\TypeDesc.cs - - - TypeSystem\TypeDesc.MethodImpls.cs - - - TypeSystem\VirtualFunctionResolution.cs - - - - - TypeSystem.Ecma\EcmaField.cs - - - TypeSystem.Ecma\EcmaGenericParameter.cs - - - TypeSystem.Ecma\EcmaMethod.cs - - - TypeSystem.Ecma\EcmaModule.cs - - - TypeSystem.Ecma\EcmaSignatureParser.cs - - - TypeSystem.Ecma\EcmaType.cs - - - TypeSystem.Ecma\IMetadataStringDecoderProvider.cs - - - - + IL\EcmaMethodIL.cs - + IL\ILOpcode.cs - + IL\ILProvider.cs - + IL\InstantiatedMethodIL.cs - + IL\MethodIL.cs - + IL\ILImporter.cs - + IL\Stubs\ArrayMethodILEmitter.cs - + IL\Stubs\DelegateThunks.cs - + IL\Stubs\ILEmitter.cs diff --git a/src/TypeSystem.Ecma/src/TypeSystem.Ecma.csproj b/src/TypeSystem.Ecma/src/TypeSystem.Ecma.csproj deleted file mode 100644 index 4901fefeb32..00000000000 --- a/src/TypeSystem.Ecma/src/TypeSystem.Ecma.csproj +++ /dev/null @@ -1,53 +0,0 @@ - - - - - Debug - AnyCPU - {05F88F48-EF79-4866-8CAF-870BD1949196} - Library - Properties - Internal.TypeSystem.Ecma - TypeSystem.Ecma - en-US - 512 - false - true - - - true - full - false - bin\Debug\ - TRACE;DEBUG - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - {dd5b6baa-d41a-4a6e-9e7d-83060f394b10} - TypeSystem - - - - - - - \ No newline at end of file diff --git a/src/TypeSystem/src/TypeSystem.csproj b/src/TypeSystem/src/TypeSystem.csproj deleted file mode 100644 index bde48dae4e8..00000000000 --- a/src/TypeSystem/src/TypeSystem.csproj +++ /dev/null @@ -1,65 +0,0 @@ - - - - - Debug - AnyCPU - {DD5B6BAA-D41A-4A6E-9E7D-83060F394B10} - Library - Internal.TypeSystem - TypeSystem - en-US - 512 - false - true - true - - - true - full - false - bin\Debug\ - TRACE;DEBUG - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/TypeSystem/src/project.json b/src/TypeSystem/src/project.json deleted file mode 100644 index 5672802f953..00000000000 --- a/src/TypeSystem/src/project.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "dependencies": { - "System.Runtime": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Diagnostics.Debug": "4.0.0", - "System.IO": "4.0.0", - "System.Collections.Immutable": "1.1.37", - "System.Collections": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", - "System.Reflection": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Threading": "4.0.0", - "System.Text.Encoding.Extensions": "4.0.0", - "System.Reflection.Extensions": "4.0.0" - }, - "frameworks": { - "dotnet": {} - } -} \ No newline at end of file