From 7a65da94f812ecd852a8568b755d53fe08370076 Mon Sep 17 00:00:00 2001 From: Safia Abdalla Date: Fri, 25 Jun 2021 04:27:47 +0000 Subject: [PATCH 1/4] Update SDK to pick up incremental Razor source generator --- global.json | 4 ++-- .../Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj | 1 - .../test/testassets/BasicTestApp/BasicTestApp.csproj | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/global.json b/global.json index 3a464ec16615..88c76f08f256 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "6.0.100-preview.6.21313.2" + "version": "6.0.100-preview.7.21324.6" }, "tools": { - "dotnet": "6.0.100-preview.6.21313.2", + "dotnet": "6.0.100-preview.7.21324.6", "runtimes": { "dotnet/x64": [ "2.1.27", diff --git a/src/Components/benchmarkapps/Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj b/src/Components/benchmarkapps/Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj index 11eacdddfeab..f791ea3a786f 100644 --- a/src/Components/benchmarkapps/Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj +++ b/src/Components/benchmarkapps/Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj @@ -8,7 +8,6 @@ Clien caching isn't part of our performance measurement, so we'll skip it. --> false - false diff --git a/src/Components/test/testassets/BasicTestApp/BasicTestApp.csproj b/src/Components/test/testassets/BasicTestApp/BasicTestApp.csproj index 5642e0dc6bef..3033eb876c55 100644 --- a/src/Components/test/testassets/BasicTestApp/BasicTestApp.csproj +++ b/src/Components/test/testassets/BasicTestApp/BasicTestApp.csproj @@ -11,7 +11,6 @@ true - false From 001a80bae1e5c7ba12340ff95128517ec112fdf7 Mon Sep 17 00:00:00 2001 From: Safia Abdalla Date: Sat, 26 Jun 2021 11:45:51 -0700 Subject: [PATCH 2/4] Bump SDK version again --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 88c76f08f256..fc54cda8b17c 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "6.0.100-preview.7.21324.6" + "version": "6.0.100-preview.7.21326.2" }, "tools": { - "dotnet": "6.0.100-preview.7.21324.6", + "dotnet": "6.0.100-preview.7.21326.2", "runtimes": { "dotnet/x64": [ "2.1.27", From da18b16025a900dd9432025098f097b5dd92a833 Mon Sep 17 00:00:00 2001 From: Safia Abdalla Date: Sun, 27 Jun 2021 09:16:42 -0700 Subject: [PATCH 3/4] Update SDK to pick up another bug fix --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index fc54cda8b17c..11b9d068be21 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "6.0.100-preview.7.21326.2" + "version": "6.0.100-preview.7.21326.4" }, "tools": { - "dotnet": "6.0.100-preview.7.21326.2", + "dotnet": "6.0.100-preview.7.21326.4", "runtimes": { "dotnet/x64": [ "2.1.27", From 8c9fe67c9eae2cc03638df19b2b90531c7b910b7 Mon Sep 17 00:00:00 2001 From: Safia Abdalla Date: Sun, 27 Jun 2021 18:31:43 -0700 Subject: [PATCH 4/4] Update to resolve issues with building test assets --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 11b9d068be21..8942dabc5efc 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "6.0.100-preview.7.21326.4" + "version": "6.0.100-preview.7.21327.2" }, "tools": { - "dotnet": "6.0.100-preview.7.21326.4", + "dotnet": "6.0.100-preview.7.21327.2", "runtimes": { "dotnet/x64": [ "2.1.27",