Skip to content

Commit

Permalink
Merge pull request #2 from Krutonium/net5
Browse files Browse the repository at this point in the history
Update project to .net 5
  • Loading branch information
Krutonium authored Oct 5, 2021
2 parents f999fb7 + a439be7 commit 3e7e637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDNS/DuckDNS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp1.0</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 3e7e637

Please sign in to comment.