From f02db052d83cf35fdcead6c879a0573f2868ca0b Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Mon, 14 May 2018 22:17:12 -0700 Subject: [PATCH 1/3] [feature] update to dotnetcore2.1-rc1 --- .travis.yml | 2 +- appveyor.yml | 2 +- global.json | 2 +- test/tools/WebListener/WebListener.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 59e0f849d96..743c471983d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,7 @@ after_success: # travis-ci will quit using the cache if an enviroment variable changes env: global: - - CACHE_VERSION=netcoreapp.2.1-sdk.2.1.300-rc1-008662 + - CACHE_VERSION=netcoreapp.2.1-sdk.2.1.300-rc1 - POWERSHELL_TELEMETRY_OPTOUT=1 # timeout uploading cache after 6 minutes (360 seconds) diff --git a/appveyor.yml b/appveyor.yml index 3e274298c55..16ce2867a88 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ image: Visual Studio 2017 -# cache version - netcoreapp.2.1-sdk.2.1.300-rc1-008662 +# cache version - netcoreapp.2.1-sdk.2.1.300-rc1 cache: - '%LocalAppData%\Microsoft\dotnet -> appveyor.yml' - '%HOMEDRIVE%%HOMEPATH%\.nuget\packages -> appveyor.yml' diff --git a/global.json b/global.json index b895f35e19a..42356097675 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "2.1.300-rc1-008662" + "version": "2.1.300-rc1-008673" } } diff --git a/test/tools/WebListener/WebListener.csproj b/test/tools/WebListener/WebListener.csproj index acc1441c6f5..3222505844e 100644 --- a/test/tools/WebListener/WebListener.csproj +++ b/test/tools/WebListener/WebListener.csproj @@ -7,7 +7,7 @@ - + From 886ff0125fc7407f951c50897a354d7e15d0c75c Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Tue, 15 May 2018 08:59:30 -0700 Subject: [PATCH 2/3] [feature] update files.wxs to new versions of dlls --- assets/files.wxs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/files.wxs b/assets/files.wxs index 8131167794f..03afdac2dd8 100644 --- a/assets/files.wxs +++ b/assets/files.wxs @@ -140,7 +140,7 @@ - + @@ -437,7 +437,7 @@ - + From bda906164d42b0bd007ebc91e5baa395b06d49d1 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Tue, 15 May 2018 19:51:10 -0700 Subject: [PATCH 3/3] [feature] remove nuget.config as it's no longer needed since aspnetcore is on nuget --- test/tools/WebListener/NuGet.config | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test/tools/WebListener/NuGet.config diff --git a/test/tools/WebListener/NuGet.config b/test/tools/WebListener/NuGet.config deleted file mode 100644 index 6a6d8d924d9..00000000000 --- a/test/tools/WebListener/NuGet.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - -