From f269454c95a7a150e2cb4c86f9428ebd2b450ee3 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 17 Aug 2020 14:40:32 -0700 Subject: [PATCH] Enable the compatibility analyzer for Blazor WebAssembly See https://github.com/dotnet/sdk/pull/12872#issuecomment-673783153 --- .../Microsoft.NET.Sdk.BlazorWebAssembly.Current.targets | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Components/WebAssembly/Sdk/src/targets/Microsoft.NET.Sdk.BlazorWebAssembly.Current.targets b/src/Components/WebAssembly/Sdk/src/targets/Microsoft.NET.Sdk.BlazorWebAssembly.Current.targets index 32b5b19913be..70895ae1a890 100644 --- a/src/Components/WebAssembly/Sdk/src/targets/Microsoft.NET.Sdk.BlazorWebAssembly.Current.targets +++ b/src/Components/WebAssembly/Sdk/src/targets/Microsoft.NET.Sdk.BlazorWebAssembly.Current.targets @@ -69,6 +69,12 @@ Copyright (c) .NET Foundation. All rights reserved. + + + + + +