From 3934c2c03d02571d741505b30161363bf680c2a1 Mon Sep 17 00:00:00 2001 From: Stephen Halter Date: Mon, 28 Jun 2021 11:59:58 -0700 Subject: [PATCH 1/3] Revert "Update SDK to pick up incremental Razor source generator (#33833)" This reverts commit 86ea8e019eb315dd6b68bd7fcc796a0fcb6a67c9. --- global.json | 4 ++-- .../Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj | 1 + .../test/testassets/BasicTestApp/BasicTestApp.csproj | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 8942dabc5efc..6ae4d587b6d4 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "6.0.100-preview.7.21327.2" + "version": "6.0.100-preview.7.21324.2" }, "tools": { - "dotnet": "6.0.100-preview.7.21327.2", + "dotnet": "6.0.100-preview.7.21324.2", "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 f791ea3a786f..11eacdddfeab 100644 --- a/src/Components/benchmarkapps/Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj +++ b/src/Components/benchmarkapps/Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj @@ -8,6 +8,7 @@ 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 3033eb876c55..5642e0dc6bef 100644 --- a/src/Components/test/testassets/BasicTestApp/BasicTestApp.csproj +++ b/src/Components/test/testassets/BasicTestApp/BasicTestApp.csproj @@ -11,6 +11,7 @@ true + false From 9ad6676e0b57213a7d5fb2a3b2f50d3f71ab05bf Mon Sep 17 00:00:00 2001 From: Stephen Halter Date: Mon, 28 Jun 2021 13:53:05 -0700 Subject: [PATCH 2/3] Revert to last known good SDK --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 6ae4d587b6d4..3a464ec16615 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "6.0.100-preview.7.21324.2" + "version": "6.0.100-preview.6.21313.2" }, "tools": { - "dotnet": "6.0.100-preview.7.21324.2", + "dotnet": "6.0.100-preview.6.21313.2", "runtimes": { "dotnet/x64": [ "2.1.27", From 709e959e11cc4ec7b6c58d7673deef9712fcf4c9 Mon Sep 17 00:00:00 2001 From: Stephen Halter Date: Mon, 28 Jun 2021 14:35:45 -0700 Subject: [PATCH 3/3] Update src/Components/benchmarkapps/Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj --- .../Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj | 1 - 1 file changed, 1 deletion(-) 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