Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0878a8d

Browse files
author
Mitchell Hwang
committed
Update target framework to target net6.0
1 parent 6968298 commit 0878a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/mono-samples/iOS/Program.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net5.0</TargetFramework>
3+
<TargetFramework>net6.0</TargetFramework>
44
<RuntimeIdentifier>ios-x64</RuntimeIdentifier>
55
<OutputType>Exe</OutputType>
66
</PropertyGroup>

0 commit comments

Comments
 (0)