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-02-25 02:36:08 +0300
committerGitHub <noreply@github.com>2017-02-25 02:36:08 +0300
commit83afd158b908115ab509b3bd7b6436b952bd5e2f (patch)
tree8b7ae31b57f79e12a3c9dbdb2b0931b9efafc4f8 /src/ILCompiler.MetadataTransform
parent2930417fd21d3e4c24483eed169b9794a13cbad3 (diff)
Update build tools to latest (#2815)
* Update BuildToolsVersion to latest * Cleanup CLSCompliant warnings * Delete workaround that is no longer needed * Download .NET Core 1.1 * Fix Roslyn props * MSBuild.exe was renamed to MSBuild.dll * Fix CoreCLR tests * Rename netcoreapp12 -> netcoreapp20 * Fix UnitTests runs * Fix RemoveEmptyFinalizers CodeAnalysis warnings * Port init-tools.sh cleanup from CoreCLR
Diffstat (limited to 'src/ILCompiler.MetadataTransform')
-rw-r--r--src/ILCompiler.MetadataTransform/src/ILCompiler.MetadataTransform.csproj4
-rw-r--r--src/ILCompiler.MetadataTransform/tests/ILCompiler.MetadataTransform.Tests.csproj2
-rw-r--r--src/ILCompiler.MetadataTransform/tests/project.json2
3 files changed, 3 insertions, 5 deletions
diff --git a/src/ILCompiler.MetadataTransform/src/ILCompiler.MetadataTransform.csproj b/src/ILCompiler.MetadataTransform/src/ILCompiler.MetadataTransform.csproj
index 9c687390f..71389b236 100644
--- a/src/ILCompiler.MetadataTransform/src/ILCompiler.MetadataTransform.csproj
+++ b/src/ILCompiler.MetadataTransform/src/ILCompiler.MetadataTransform.csproj
@@ -6,9 +6,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<AssemblyName>ILCompiler.MetadataTransform</AssemblyName>
- <FileAlignment>512</FileAlignment>
<ExcludeResourcesImport>true</ExcludeResourcesImport>
- <CLSCompliant>false</CLSCompliant>
<NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
@@ -19,7 +17,7 @@
<ItemGroup>
<PackageDestination Include="Tools">
<InProject>false</InProject>
- <TargetFramework>.NetCoreApp,Version=1.2</TargetFramework>
+ <TargetFramework>.NetCoreApp,Version=2.0</TargetFramework>
</PackageDestination>
</ItemGroup>
<ItemGroup Condition="'$(IsProjectNLibrary)' != 'true'">
diff --git a/src/ILCompiler.MetadataTransform/tests/ILCompiler.MetadataTransform.Tests.csproj b/src/ILCompiler.MetadataTransform/tests/ILCompiler.MetadataTransform.Tests.csproj
index ef9e29a0e..e11889767 100644
--- a/src/ILCompiler.MetadataTransform/tests/ILCompiler.MetadataTransform.Tests.csproj
+++ b/src/ILCompiler.MetadataTransform/tests/ILCompiler.MetadataTransform.Tests.csproj
@@ -9,7 +9,7 @@
<AssemblyName>ILCompiler.MetadataTransform.Tests</AssemblyName>
<RootNamespace>MetadataTransformTests</RootNamespace>
<NugetTargetMoniker>.NETStandard,Version=v1.3</NugetTargetMoniker>
- <TestTFM>netcoreapp1.0</TestTFM>
+ <TestTFM>netcoreapp1.1</TestTFM>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
diff --git a/src/ILCompiler.MetadataTransform/tests/project.json b/src/ILCompiler.MetadataTransform/tests/project.json
index abc553b68..0764ff3a5 100644
--- a/src/ILCompiler.MetadataTransform/tests/project.json
+++ b/src/ILCompiler.MetadataTransform/tests/project.json
@@ -13,6 +13,6 @@
"netstandard1.3": { }
},
"supports": {
- "coreFx.Test.netcoreapp1.0": { }
+ "coreFx.Test.netcoreapp1.1": { }
}
}