Skip to content

Commit 748b7ad

Browse files
author
John Luo
committed
Disable MSB3243 warning
1 parent 9300b88 commit 748b7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
3636

3737
<!-- Reference implementation assemblies in addition to ref assemblies to get xml docs -->
3838
<ReferenceImplementationAssemblies>true</ReferenceImplementationAssemblies>
39-
<NoWarn>$(NoWarn);MSB3243</NoWarn>
39+
<ResolveAssemblyReferencesSilent>true</ResolveAssemblyReferencesSilent>
4040

4141
<!-- Platform manifest data -->
4242
<FrameworkListFileName>FrameworkList.xml</FrameworkListFileName>

0 commit comments

Comments
 (0)