applications => .net7

This commit is contained in:
Robert McRackan 2022-11-16 11:43:35 -05:00
parent 90cbf3b7a6
commit c9217990cd
10 changed files with 11 additions and 11 deletions

View file

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<PublishReadyToRun>true</PublishReadyToRun>
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>