Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Luo <johluo@microsoft.com>2020-05-17 04:07:24 +0300
committerJohn Luo <johluo@microsoft.com>2020-05-26 22:31:49 +0300
commit50f3a165717069e155ad1d66b1b4c18a4c791418 (patch)
tree2916b324e0d916b0f41b20ba6386640bf8cbaa6e /Directory.Build.props
parentc565c2a4f11230ee58d5a612da25e819b901b71e (diff)
aspnetcore-tooling migration fixups
Diffstat (limited to 'Directory.Build.props')
-rw-r--r--Directory.Build.props4
1 files changed, 4 insertions, 0 deletions
diff --git a/Directory.Build.props b/Directory.Build.props
index da65ca2c01..edd4ebe1aa 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -56,6 +56,7 @@
<IncludeSymbols>true</IncludeSymbols>
+ <!-- Also update the DefaultNetCoreTargetFramework defined at src/Razor/test/testassets/Directory.Build.props -->
<DefaultNetCoreTargetFramework>net5.0</DefaultNetCoreTargetFramework>
</PropertyGroup>
@@ -70,6 +71,9 @@
<NoWarn>$(NoWarn);NU5131</NoWarn>
<!-- Needed until we resolve https://github.com/dotnet/aspnetcore-internal/issues/3103 -->
<NoWarn>$(NoWarn);NU5048</NoWarn>
+
+ <!-- TODO: Figure out why these warnings are occuring -->
+ <NoWarn Condition="'$(IsAnalyzersProject)' == 'true'">$(NoWarn);RS1024;RS1025;RS1026</NoWarn>
</PropertyGroup>
<!-- Source code settings -->