File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
streaming-tools/WindowsKeyboardHook Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ if [%version%]==[] (
11
11
echo on
12
12
call " C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\VsDevCmd.bat"
13
13
dotnet build streaming-tools/streaming-tools.sln /p:Configuration=Release /p:Platform=" Any CPU"
14
- xcopy streaming-tools\streaming-tools\bin\Release\net5 .0 " v%version% \streaming-tools\" /s /e
15
- xcopy streaming-tools\WindowsKeyboardHook\bin\Release\net5 .0 " v%version% \WindowsKeyboardHook\" /s /e
14
+ xcopy streaming-tools\streaming-tools\bin\Release\net6 .0 " v%version% \streaming-tools\" /s /e
15
+ xcopy streaming-tools\WindowsKeyboardHook\bin\Release\net6 .0 " v%version% \WindowsKeyboardHook\" /s /e
16
16
17
17
" C:\Program Files\7-Zip\7z.exe" a " v%version% .zip" " v%version% "
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net5 .0</TargetFramework >
5
+ <TargetFramework >net6 .0</TargetFramework >
6
6
</PropertyGroup >
7
7
8
8
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
You can’t perform that action at this time.
0 commit comments