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