Skip to content

Commit 4338772

Browse files
committed
Bump library to use net7.0
1 parent 1cc2ab3 commit 4338772

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/LibObjectFile/LibObjectFile.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.1</TargetFrameworks>
5-
<LangVersion>8.0</LangVersion>
4+
<TargetFrameworks>net7.0</TargetFrameworks>
65
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
76
</PropertyGroup>
87

0 commit comments

Comments
 (0)