File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 6161 <!-- Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certific
6262ates 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:
You can’t perform that action at this time.
0 commit comments