Skip to content

Commit d1491f2

Browse files
committed
updated to v3.0.0 updating target framework from .NET Core 3.1 to .NET 7
1 parent c4b3953 commit d1491f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vscode/launch.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "coreclr",
1010
"request": "launch",
1111
"preLaunchTask": "build",
12-
"program": "${workspaceFolder}/bin/Debug/netcoreapp3.1/SubTubular.dll",
12+
"program": "${workspaceFolder}/bin/Debug/net7.0/SubTubular.dll",
1313
"args": [],
1414
"cwd": "${workspaceFolder}",
1515
//https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window

SubTubular.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<Project Sdk="Microsoft.NET.Sdk" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<TargetFramework>net7.0</TargetFramework>
66
<ApplicationIcon>SubTubular.ico</ApplicationIcon>
77
<AssemblyTitle>SubTubular - full-text search in YouTube video subtitles and metadata</AssemblyTitle>
88
<Product>SubTubular</Product>
9-
<VersionPrefix>2.3.0</VersionPrefix>
9+
<VersionPrefix>3.0.0</VersionPrefix>
1010
<Description>A command-line for full-text-searching YouTube video subtitles and metadata.</Description>
1111
<Authors>Holger Schmidt</Authors>
1212
<Copyright>Copyright © Holger Schmidt 2020</Copyright>

0 commit comments

Comments
 (0)