Skip to content

Commit 67c924a

Browse files
Updating package versions
1 parent d162e1a commit 67c924a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [%version%]==[] (
1111
echo on
1212
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\VsDevCmd.bat"
1313
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
1616

1717
"C:\Program Files\7-Zip\7z.exe" a "v%version%.zip" "v%version%"

streaming-tools/WindowsKeyboardHook/WindowsKeyboardHook.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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'">

0 commit comments

Comments
 (0)