Skip to content

Commit 9c17afd

Browse files
committed
Merge remote-tracking branch 'upstream/vs18.0'
2 parents 699f55f + 43d976a commit 9c17afd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Directory.Build.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@
6161
<!-- Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certific
6262
ates https://learn.microsoft.com/en-gb/dotnet/fundamentals/syslib-diagnostics/syslib0057 -->
6363
<NoWarn>$(NoWarn);SYSLIB0057;</NoWarn>
64+
65+
<!-- Some VMR builds will occur after MSBuild has gone stable, but other VMR repos haven't.
66+
That means the .NET 10 packages referenced by the MSBuild packages will have unstable
67+
version numbers. This is ok in that context, since VMR-produced MSBuild packages won't
68+
be published. -->
69+
<NoWarn Condition="'$(DotNetBuild)' == 'true'">$(NoWarn);NU5104;</NoWarn>
6470
</PropertyGroup>
6571

6672
<!-- Configuration MSBuild for portable (xcopy-install) toolsets: works on WinNT and linux/mac via Mono, isolates from machine environment:

0 commit comments

Comments
 (0)