File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
"type" : " coreclr" ,
10
10
"request" : " launch" ,
11
11
"preLaunchTask" : " build" ,
12
- "program" : " ${workspaceFolder}/bin/Debug/netcoreapp3.1 /SubTubular.dll" ,
12
+ "program" : " ${workspaceFolder}/bin/Debug/net7.0 /SubTubular.dll" ,
13
13
"args" : [],
14
14
"cwd" : " ${workspaceFolder}" ,
15
15
//https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window
Original file line number Diff line number Diff line change 2
2
<Project Sdk =" Microsoft.NET.Sdk" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >netcoreapp3.1 </TargetFramework >
5
+ <TargetFramework >net7.0 </TargetFramework >
6
6
<ApplicationIcon >SubTubular.ico</ApplicationIcon >
7
7
<AssemblyTitle >SubTubular - full-text search in YouTube video subtitles and metadata</AssemblyTitle >
8
8
<Product >SubTubular</Product >
9
- <VersionPrefix >2.3 .0</VersionPrefix >
9
+ <VersionPrefix >3.0 .0</VersionPrefix >
10
10
<Description >A command-line for full-text-searching YouTube video subtitles and metadata.</Description >
11
11
<Authors >Holger Schmidt</Authors >
12
12
<Copyright >Copyright © Holger Schmidt 2020</Copyright >
You can’t perform that action at this time.
0 commit comments