Skip to content

Commit

Permalink
Fix net451 build when using .NET 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Nov 13, 2024
1 parent 23a243b commit 825f812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<DebugType>embedded</DebugType>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<LangVersion>Latest</LangVersion>
<NuGetAuditMode>direct</NuGetAuditMode>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\SharedAssemblyInfo.cs" Link="Properties\SharedAssemblyInfo.cs" />
Expand Down

0 comments on commit 825f812

Please sign in to comment.