mirror of
https://github.com/m-lamonaca/script-launcher.git
synced 2025-04-05 18:06:28 +00:00
chore: bump .NET version to net7.0
This commit is contained in:
parent
128d9286ac
commit
fca9867fa6
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue