Skip to content

Commit c8fe290

Browse files
authored
Merge pull request #6 from tableau/dev
hyper release v0.11074
2 parents c526a08 + 5b41a58 commit c8fe290

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Tableau-Supported/DotNet/Example.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>netcoreapp2.2</TargetFramework>
5+
<TargetFramework>netcoreapp3.1</TargetFramework>
66
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
77
</PropertyGroup>
88

Tableau-Supported/DotNet/build.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
SETLOCAL EnableDelayedExpansion
22
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!

Tableau-Supported/DotNet/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
set -e
22
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/

0 commit comments

Comments
 (0)