|
| 1 | +From 724b6ef044040525509e9992520f8695c2f5e8d3 Mon Sep 17 00:00:00 2001 |
| 2 | +From: Chris Rummel <crummel@microsoft.com> |
| 3 | +Date: Wed, 7 Nov 2018 00:55:00 -0600 |
| 4 | +Subject: [PATCH] Use runtime framework version produced by source-build |
| 5 | + |
| 6 | +--- |
| 7 | + build/DependencyVersions.props | 2 +- |
| 8 | + build_projects/dotnet-cli-build/dotnet-cli-build.csproj | 1 + |
| 9 | + src/redist/redist.csproj | 1 + |
| 10 | + src/tool_cli/tool_cli.csproj | 1 + |
| 11 | + src/tool_fsharp/tool_fsc.csproj | 1 + |
| 12 | + src/tool_msbuild/tool_msbuild.csproj | 1 + |
| 13 | + src/tool_nuget/tool_nuget.csproj | 3 ++- |
| 14 | + tools/CrossGen.Dependencies/CrossGen.Dependencies.csproj | 1 + |
| 15 | + 8 files changed, 9 insertions(+), 2 deletions(-) |
| 16 | + |
| 17 | +diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props |
| 18 | +index 0b7e4f5a5..ba8ce7aa7 100644 |
| 19 | +--- a/build/DependencyVersions.props |
| 20 | ++++ b/build/DependencyVersions.props |
| 21 | +@@ -1,7 +1,7 @@ |
| 22 | + <?xml version="1.0" encoding="utf-8"?> |
| 23 | + <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 24 | + <PropertyGroup> |
| 25 | +- <DotNetCoreSdkLKGVersion>3.0.100-preview-009718</DotNetCoreSdkLKGVersion> |
| 26 | ++ <DotNetCoreSdkLKGVersion>2.1.403</DotNetCoreSdkLKGVersion> |
| 27 | + <DotnetCliInternalVersion>3.0.100-alpha1-00000001-01</DotnetCliInternalVersion> |
| 28 | + <MicrosoftNETSdkPackageVersion>3.0.100-preview.18554.1</MicrosoftNETSdkPackageVersion> |
| 29 | + <MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion> |
| 30 | +diff --git a/build_projects/dotnet-cli-build/dotnet-cli-build.csproj b/build_projects/dotnet-cli-build/dotnet-cli-build.csproj |
| 31 | +index c85420dfb..7d7cfba91 100644 |
| 32 | +--- a/build_projects/dotnet-cli-build/dotnet-cli-build.csproj |
| 33 | ++++ b/build_projects/dotnet-cli-build/dotnet-cli-build.csproj |
| 34 | +@@ -3,6 +3,7 @@ |
| 35 | + <Description>Build scripts for dotnet-cli</Description> |
| 36 | + <VersionPrefix>1.0.0</VersionPrefix> |
| 37 | + <TargetFramework>$(CliTargetFramework)</TargetFramework> |
| 38 | ++ <RuntimeFrameworkVersion>3.0.0-preview1-27023-03</RuntimeFrameworkVersion> |
| 39 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 40 | + <OutputPath>bin\$(Configuration)</OutputPath> |
| 41 | + <AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8+wp8+wpa81</AssetTargetFallback> |
| 42 | +diff --git a/src/redist/redist.csproj b/src/redist/redist.csproj |
| 43 | +index fbea24ceb..132bcac09 100644 |
| 44 | +--- a/src/redist/redist.csproj |
| 45 | ++++ b/src/redist/redist.csproj |
| 46 | +@@ -4,6 +4,7 @@ |
| 47 | + <PropertyGroup> |
| 48 | + <VersionPrefix>$(CliVersionPrefix)</VersionPrefix> |
| 49 | + <TargetFramework>$(CliTargetFramework)</TargetFramework> |
| 50 | ++ <RuntimeFrameworkVersion>3.0.0-preview1-27023-03</RuntimeFrameworkVersion> |
| 51 | + <GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles> |
| 52 | + <CopyBuildOutputToPublishDirectory>false</CopyBuildOutputToPublishDirectory> |
| 53 | + <AssetTargetFallback>dotnet5.4</AssetTargetFallback> |
| 54 | +diff --git a/src/tool_cli/tool_cli.csproj b/src/tool_cli/tool_cli.csproj |
| 55 | +index 43c6cf930..8c382e1fa 100644 |
| 56 | +--- a/src/tool_cli/tool_cli.csproj |
| 57 | ++++ b/src/tool_cli/tool_cli.csproj |
| 58 | +@@ -3,6 +3,7 @@ |
| 59 | + <PropertyGroup> |
| 60 | + <VersionPrefix>$(CliVersionPrefix)</VersionPrefix> |
| 61 | + <TargetFramework>$(CliTargetFramework)</TargetFramework> |
| 62 | ++ <RuntimeFrameworkVersion>3.0.0-preview1-27023-03</RuntimeFrameworkVersion> |
| 63 | + <GenerateRuntimeConfigurationFiles>false</GenerateRuntimeConfigurationFiles> |
| 64 | + <CopyBuildOutputToPublishDirectory>false</CopyBuildOutputToPublishDirectory> |
| 65 | + <AssetTargetFallback>dotnet5.4</AssetTargetFallback> |
| 66 | +diff --git a/src/tool_fsharp/tool_fsc.csproj b/src/tool_fsharp/tool_fsc.csproj |
| 67 | +index 9067b58cd..d10e38b4f 100644 |
| 68 | +--- a/src/tool_fsharp/tool_fsc.csproj |
| 69 | ++++ b/src/tool_fsharp/tool_fsc.csproj |
| 70 | +@@ -3,6 +3,7 @@ |
| 71 | + |
| 72 | + <PropertyGroup> |
| 73 | + <TargetFramework>$(CliTargetFramework)</TargetFramework> |
| 74 | ++ <RuntimeFrameworkVersion>3.0.0-preview1-27023-03</RuntimeFrameworkVersion> |
| 75 | + <GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles> |
| 76 | + </PropertyGroup> |
| 77 | + |
| 78 | +diff --git a/src/tool_msbuild/tool_msbuild.csproj b/src/tool_msbuild/tool_msbuild.csproj |
| 79 | +index b566fb5b0..27c3d9045 100644 |
| 80 | +--- a/src/tool_msbuild/tool_msbuild.csproj |
| 81 | ++++ b/src/tool_msbuild/tool_msbuild.csproj |
| 82 | +@@ -3,6 +3,7 @@ |
| 83 | + <PropertyGroup> |
| 84 | + <VersionPrefix>$(CliVersionPrefix)</VersionPrefix> |
| 85 | + <TargetFramework>$(CliTargetFramework)</TargetFramework> |
| 86 | ++ <RuntimeFrameworkVersion>3.0.0-preview1-27023-03</RuntimeFrameworkVersion> |
| 87 | + <GenerateRuntimeConfigurationFiles>false</GenerateRuntimeConfigurationFiles> |
| 88 | + <CopyBuildOutputToPublishDirectory>false</CopyBuildOutputToPublishDirectory> |
| 89 | + </PropertyGroup> |
| 90 | +diff --git a/src/tool_nuget/tool_nuget.csproj b/src/tool_nuget/tool_nuget.csproj |
| 91 | +index 4d7b842c5..220579066 100644 |
| 92 | +--- a/src/tool_nuget/tool_nuget.csproj |
| 93 | ++++ b/src/tool_nuget/tool_nuget.csproj |
| 94 | +@@ -3,6 +3,7 @@ |
| 95 | + <PropertyGroup> |
| 96 | + <VersionPrefix>$(CliVersionPrefix)</VersionPrefix> |
| 97 | + <TargetFramework>$(CliTargetFramework)</TargetFramework> |
| 98 | ++ <RuntimeFrameworkVersion>3.0.0-preview1-27023-03</RuntimeFrameworkVersion> |
| 99 | + <GenerateRuntimeConfigurationFiles>false</GenerateRuntimeConfigurationFiles> |
| 100 | + <CopyBuildOutputToPublishDirectory>false</CopyBuildOutputToPublishDirectory> |
| 101 | + </PropertyGroup> |
| 102 | +@@ -10,4 +11,4 @@ |
| 103 | + <ItemGroup> |
| 104 | + <PackageReference Include="NuGet.CommandLine.XPlat" Version="$(NuGetCommandLineXPlatPackageVersion)" /> |
| 105 | + </ItemGroup> |
| 106 | +-</Project> |
| 107 | +\ No newline at end of file |
| 108 | ++</Project> |
| 109 | +diff --git a/tools/CrossGen.Dependencies/CrossGen.Dependencies.csproj b/tools/CrossGen.Dependencies/CrossGen.Dependencies.csproj |
| 110 | +index 71a8c46dc..e0644332d 100644 |
| 111 | +--- a/tools/CrossGen.Dependencies/CrossGen.Dependencies.csproj |
| 112 | ++++ b/tools/CrossGen.Dependencies/CrossGen.Dependencies.csproj |
| 113 | +@@ -2,5 +2,6 @@ |
| 114 | + <PropertyGroup> |
| 115 | + <TargetFramework>$(CliTargetFramework)</TargetFramework> |
| 116 | + <RuntimeIdentifier>$(SharedFrameworkRid)</RuntimeIdentifier> |
| 117 | ++ <RuntimeFrameworkVersion>3.0.0-preview1-27023-03</RuntimeFrameworkVersion> |
| 118 | + </PropertyGroup> |
| 119 | + </Project> |
| 120 | +-- |
| 121 | +2.18.0 |
| 122 | + |
0 commit comments