From c6814f4f4d2b90ae2830035a9b6cbdcd3604dd56 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 19 Aug 2020 10:00:08 -0700 Subject: [PATCH] Enable the compatibility analyzer for Blazor WebAssembly (#24978) 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 dd8f13bf24..13982d548a 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. + + + + + +