Skip to content

Commit 825f812

Browse files
committed
Fix net451 build when using .NET 9.0
dotnet/sdk#44048
1 parent 23a243b commit 825f812

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/Directory.Build.props

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<DebugType>embedded</DebugType>
88
<EmbedUntrackedSources>true</EmbedUntrackedSources>
99
<LangVersion>Latest</LangVersion>
10+
<NuGetAuditMode>direct</NuGetAuditMode>
1011
</PropertyGroup>
1112
<ItemGroup>
1213
<Compile Include="..\SharedAssemblyInfo.cs" Link="Properties\SharedAssemblyInfo.cs" />

0 commit comments

Comments
 (0)