Skip to content

Commit

Permalink
Remove LKG download left over from cross-repo merges (#25)
Browse files Browse the repository at this point in the history
core-sdk does not need to download an LKG to run tests as it is the
top repo that builds the entire SDK. This file was left over from
cli and causing problems for source build.
  • Loading branch information
nguerrera committed Jul 17, 2018
1 parent 56d3449 commit bae3a77
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
1 change: 0 additions & 1 deletion Directory.Build.props
Expand Up @@ -59,7 +59,6 @@ tools\TestAssetsDependencies\TestAssetsDependencies.csproj
<Import Project="build/BuildDefaults.props" />
<Import Project="build/BundledRuntimes.props" />
<Import Project="build/BundledToolset.props" />
<Import Project="build/DotnetCoreSdkLKG.props" />
<Import Project="build/CrossGen.props" />
<Import Project="build/BackwardsCompatibilityRuntimes.props" />

Expand Down
1 change: 0 additions & 1 deletion build/DependencyVersions.props
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<DotNetCoreSdkLKGVersion>2.2.100-preview1-008982</DotNetCoreSdkLKGVersion>
<ToolsetVersion>3.0.100-alpha1-009033</ToolsetVersion>
<MicrosoftAspNetCoreAllPackageVersion>3.0.0-alpha1-10062</MicrosoftAspNetCoreAllPackageVersion>
<MicrosoftAspNetCoreAppPackageVersion>$(MicrosoftAspNetCoreAllPackageVersion)</MicrosoftAspNetCoreAppPackageVersion>
Expand Down
31 changes: 0 additions & 31 deletions build/DotnetCoreSdkLKG.props

This file was deleted.

0 comments on commit bae3a77

Please sign in to comment.