Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-07-08 05:55:01 +0300
committerJan Kotas <jkotas@microsoft.com>2017-07-08 05:55:01 +0300
commitfb94c11c56efb1f70cdeba91ae120e906426afe7 (patch)
tree13d470d943d42550025b8a724a7c2d1ac0dae777 /src/System.Private.Jit
parent1d0cf7dc83c33153717c28e3ef2f763a7126e05b (diff)
Fix build breaks
Diffstat (limited to 'src/System.Private.Jit')
-rw-r--r--src/System.Private.Jit/src/System.Private.Jit.csproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/System.Private.Jit/src/System.Private.Jit.csproj b/src/System.Private.Jit/src/System.Private.Jit.csproj
index 96e9c00ef..e8a31aaf1 100644
--- a/src/System.Private.Jit/src/System.Private.Jit.csproj
+++ b/src/System.Private.Jit/src/System.Private.Jit.csproj
@@ -5,7 +5,6 @@
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<OutputType>Library</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CLSCompliant>false</CLSCompliant>
<DefineConstants>TYPE_LOADER_IMPLEMENTATION;SUPPORTS_NATIVE_METADATA_TYPE_LOADING;$(DefineConstants)</DefineConstants>
<METADATA_TYPE_LOADER>true</METADATA_TYPE_LOADER>
<EcmaMetadataSupport>true</EcmaMetadataSupport>
@@ -140,4 +139,4 @@
<Compile Include="Internal\Runtime\JitSupport\VirtualMethodSlotHelper.cs" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project> \ No newline at end of file
+</Project>