Skip to content

Commit 7334f1a

Browse files
authored
Upgrade target framework from net462 to net8.0
1 parent 79829b1 commit 7334f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/DurableTask.Samples/DurableTask.Samples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
66
<OutputType>Exe</OutputType>
7-
<TargetFramework>net462</TargetFramework>
7+
<TargetFramework>net8.0</TargetFramework>
88
</PropertyGroup>
99

1010
<ItemGroup>

0 commit comments

Comments
 (0)