summaryrefslogtreecommitdiff
path: root/init-tools.msbuild
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2017-05-02 16:33:41 -0700
committerwtgodbe <wigodbe@microsoft.com>2017-05-16 16:37:21 -0700
commit798387ee90d7536d5a620af8482100ba76f6061a (patch)
treec11eea885b05e7424f103cd671d227ff173a3083 /init-tools.msbuild
parent36e988ee6593351f1e962118a99154df5eae0254 (diff)
downloadcoreclr-798387ee90d7536d5a620af8482100ba76f6061a.tar.gz
coreclr-798387ee90d7536d5a620af8482100ba76f6061a.tar.bz2
coreclr-798387ee90d7536d5a620af8482100ba76f6061a.zip
Update Coreclr to 2.0.0 buildtools
Diffstat (limited to 'init-tools.msbuild')
-rw-r--r--init-tools.msbuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/init-tools.msbuild b/init-tools.msbuild
new file mode 100644
index 0000000000..d9ff7b4517
--- /dev/null
+++ b/init-tools.msbuild
@@ -0,0 +1,16 @@
+<Project Sdk="Microsoft.NET.Sdk">
+ <PropertyGroup>
+ <TargetFramework>netcoreapp1.0</TargetFramework>
+ <EnableDefaultItems>false</EnableDefaultItems>
+ <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
+ <BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)Tools/$(BuildToolsPackageVersion)</BaseIntermediateOutputPath>
+ </PropertyGroup>
+ <ItemGroup>
+ <PackageReference Include="Microsoft.DotNet.BuildTools">
+ <Version>$(BuildToolsPackageVersion)</Version>
+ </PackageReference>
+ <PackageReference Include="Microsoft.DotNet.BuildTools.Coreclr">
+ <Version>1.0.4-prerelease</Version>
+ </PackageReference>
+ </ItemGroup>
+</Project> \ No newline at end of file