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/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 @@ - + 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/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 @@ - - - - - - - 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 @@ - +