Skip to content

Commit

Permalink
Bump library to use net7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Oct 5, 2023
1 parent 1cc2ab3 commit 4338772
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/LibObjectFile/LibObjectFile.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1</TargetFrameworks>
<LangVersion>8.0</LangVersion>
<TargetFrameworks>net7.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

Expand Down

0 comments on commit 4338772

Please sign in to comment.