Skip to content

Commit 719d3ba

Browse files
committed
Fix nowarn actually
1 parent 4f15e9c commit 719d3ba

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<EmbedUntrackedSources>true</EmbedUntrackedSources>
3333

3434
<!-- Working around https://github.com/dotnet/sdk/issues/24747 -->
35-
<NoWarn>$(NoWarn);NU1505</NoWarn>
35+
<NoWarn>$(NoWarn);NU1505;NETSDK1138</NoWarn>
3636

3737
<!-- Working around https://github.com/microsoft/msbuild/pull/4764 -->
3838
<EmbeddedResourceUseDependentUponConvention>false</EmbeddedResourceUseDependentUponConvention>

eng/Build.props

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup>
4-
<!-- This is a servicing branch, do not warn about outdated SDKs. -->
5-
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
6-
</PropertyGroup>
73
<ItemGroup>
84
<!-- Note: It is important BuildAnalyzers.sln builds first and does not allow building in parallel.
95
Because projects in Razor.sln (or Razor.Slim.slnf) have a project reference to Razor.Diagnostics.Analyzers

0 commit comments

Comments
 (0)