Skip to content

Commit

Permalink
Change target framework to net48
Browse files Browse the repository at this point in the history
  • Loading branch information
tkouba committed Feb 16, 2021
1 parent 42b315a commit 11e0f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MTPCmd/MTPCmd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net48</TargetFramework>
<AssemblyName>mtpcmd</AssemblyName>
</PropertyGroup>

Expand Down

0 comments on commit 11e0f62

Please sign in to comment.