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

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>