Skip to content

Commit 3e7e637

Browse files
authored
Merge pull request #2 from Krutonium/net5
Update project to .net 5
2 parents f999fb7 + a439be7 commit 3e7e637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DuckDNS/DuckDNS.csproj

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

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp1.0</TargetFramework>
5+
<TargetFramework>net5.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)