Skip to content

Commit

Permalink
Update sos-threading tool to use NET 8 runtime
Browse files Browse the repository at this point in the history
NET 7 is out of support.
  • Loading branch information
lifengl committed Sep 19, 2024
1 parent bbe3328 commit 047f86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SosThreadingTools/SosThreadingTools.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="MSBuild.Sdk.Extras">
<PropertyGroup>
<TargetFrameworks>net7.0-windows</TargetFrameworks>
<TargetFrameworks>net8.0-windows</TargetFrameworks>
<RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
<ExtrasBuildEachRuntimeIdentifier>true</ExtrasBuildEachRuntimeIdentifier>
<EnableDynamicLoading>true</EnableDynamicLoading>
Expand Down

0 comments on commit 047f86f

Please sign in to comment.