Skip to content

Commit

Permalink
Fixed dotnet version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
misprit7 committed Jun 12, 2024
1 parent 429be3c commit 8ba66ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WireHead.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="..\tModLoader.targets" />
<PropertyGroup>
<AssemblyName>WireHead</AssemblyName>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit 8ba66ac

Please sign in to comment.