chore: bump .NET version to net7.0

This commit is contained in:
Marcello 2022-11-08 17:26:56 +01:00
parent 128d9286ac
commit fca9867fa6

View file

@ -2,10 +2,10 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.1.1</Version>
<Version>0.1.2</Version>
<PackAsTool>true</PackAsTool>
<ToolCommandName>script-launcher</ToolCommandName>
</PropertyGroup>