2 assignments to MSBuild property SuppressNETCoreSdkPreviewMessage
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\10.0.201\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (1)
374<SuppressNETCoreSdkPreviewMessage
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.26164.1\tools\ProjectDefaults.props (1)
27<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
2 usages of MSBuild property SuppressNETCoreSdkPreviewMessage
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\10.0.201\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (2)
376AND '$(SuppressNETCoreSdkPreviewMessage)' == '' 382Condition=" '$(_NETCoreSdkIsPreview)' == 'true' AND '$(SuppressNETCoreSdkPreviewMessage)' != 'true' ">