Skip to content

Commit

Permalink
update project files
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren committed Jun 5, 2024
1 parent 363060a commit 3e70262
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0;net472</TargetFrameworks>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>11</LangVersion>
</PropertyGroup>

</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<RootNamespace>VB</RootNamespace>
<TargetFrameworks>net6.0;net472</TargetFrameworks>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

</Project>

0 comments on commit 3e70262

Please sign in to comment.