Skip to content

Commit 6dd663a

Browse files
committed
Fix target framework typo in DurableTask.Samples.Tests.csproj
1 parent 6c4ed19 commit 6dd663a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DurableTask.Samples.Tests/DurableTask.Samples.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory),DurableTask.sln))\tools\DurableTask.props" />
44
<PropertyGroup>
5-
<TargetFramework>netnet48</TargetFramework>
5+
<TargetFramework>net48</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)