File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >netcoreapp2.2 </TargetFramework >
5
+ <TargetFramework >netcoreapp3.1 </TargetFramework >
6
6
<TargetLatestRuntimePatch >true</TargetLatestRuntimePatch >
7
7
</PropertyGroup >
8
8
Original file line number Diff line number Diff line change 1
1
SETLOCAL EnableDelayedExpansion
2
2
dotnet build Example.csproj || exit /b !ERRORLEVEL!
3
- xcopy /Y ..\lib\tableauhyperapi.dll bin\Debug\netcoreapp2.2 \ || exit /b !ERRORLEVEL!
4
- xcopy /E /Y ..\lib\hyper bin\Debug\netcoreapp2.2 \hyper\ || exit /b !ERRORLEVEL!
3
+ xcopy /Y ..\lib\tableauhyperapi.dll bin\Debug\netcoreapp3.1 \ || exit /b !ERRORLEVEL!
4
+ xcopy /E /Y ..\lib\hyper bin\Debug\netcoreapp3.1 \hyper\ || exit /b !ERRORLEVEL!
Original file line number Diff line number Diff line change 1
1
set -e
2
2
dotnet build Example.csproj
3
- cp -R ../lib/hyper bin/Debug/netcoreapp2.2
4
- cp -R ../lib/libtableauhyperapi.* bin/Debug/netcoreapp2.2 /
3
+ cp -R ../lib/hyper bin/Debug/netcoreapp3.1
4
+ cp -R ../lib/libtableauhyperapi.* bin/Debug/netcoreapp3.1 /
You can’t perform that action at this time.
0 commit comments