From dd6d108f119e4f1a166f2d05678404f33c892df0 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sep 12 2018 07:03:44 +0000 Subject: import rh-dotnet21-2.1-3.el7 --- diff --git a/SPECS/rh-dotnet21.spec b/SPECS/rh-dotnet21.spec index eb17156..bfd36e8 100644 --- a/SPECS/rh-dotnet21.spec +++ b/SPECS/rh-dotnet21.spec @@ -15,7 +15,7 @@ Name: %scl_name Version: 2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Package that installs %scl License: MIT @@ -64,6 +64,11 @@ export XDG_DATA_DIRS=%{_datadir}:\${XDG_DATA_DIRS:-/usr/local/share:/usr/share} # Opt out of telemetry collection by default export DOTNET_CLI_TELEMETRY_OPTOUT=true + +# Set the latest versions of ASP.NET Core packages to be picked up when +# building using the older SDKS +export LatestPatchVersionForAspNetCoreApp2_1=2.1.4 +export LatestPatchVersionForAspNetCoreAll2_1=2.1.4 EOF @@ -77,6 +82,10 @@ EOF %changelog +* Wed Sep 05 2018 Omair Majid - 2.1-3 +- Export environment variables to set ASP.NET Core versions to 2.1.4 +- Resolves: rhbz#1625403 + * Thu May 31 2018 Omair Majid - 2.1-2 - Add ~/.dotnet/tools to PATH on scl-enable - Resolves: rhbz#1584525