Skip to content

Commit

Permalink
Changed dotnet framework version to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Walluce committed Apr 7, 2022
1 parent be25ddd commit f76965f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -2,7 +2,7 @@

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

<PackAsTool>true</PackAsTool>
<ToolCommandName>proj1</ToolCommandName>
Expand Down
Expand Up @@ -2,7 +2,7 @@

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

<PackAsTool>true</PackAsTool>
<ToolCommandName>proj2</ToolCommandName>
Expand Down

0 comments on commit f76965f

Please sign in to comment.