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%]==[] (
1111echo on
1212call " C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\VsDevCmd.bat"
1313dotnet 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
1616
1717" C:\Program Files\7-Zip\7z.exe" a " v%version% .zip" " v%version% "
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net5 .0</TargetFramework >
5+ <TargetFramework >net6 .0</TargetFramework >
66 </PropertyGroup >
77
88 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
You can’t perform that action at this time.
0 commit comments