We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc2ab3 commit 4338772Copy full SHA for 4338772
src/LibObjectFile/LibObjectFile.csproj
@@ -1,8 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFrameworks>netstandard2.1</TargetFrameworks>
5
- <LangVersion>8.0</LangVersion>
+ <TargetFrameworks>net7.0</TargetFrameworks>
6
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7
</PropertyGroup>
8
0 commit comments