[Tizen] Use netcoreapp3.1 TFM 63/242563/1 accepted/tizen_6.0_unified_hotfix tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.120755 accepted/tizen/6.0/unified/hotfix/20201103.051847 accepted/tizen/6.5/unified/20211028.101713 accepted/tizen/unified/20200828.121429 submit/tizen/20200828.024036 submit/tizen_6.0/20201029.205103 submit/tizen_6.0_hotfix/20201102.192503 submit/tizen_6.0_hotfix/20201103.114803 submit/tizen_6.5/20211028.162201 tizen_6.0.m2_release tizen_6.5.m2_release
authorWonyoung Choi <wy80.choi@samsung.com>
Fri, 28 Aug 2020 02:15:50 +0000 (11:15 +0900)
committerWonyoung Choi <wy80.choi@samsung.com>
Fri, 28 Aug 2020 02:15:50 +0000 (11:15 +0900)
Change-Id: I2ad0bd18bc776b2c7044a2e45c9683385da2eaab

build-tizen.sh
src/Generator.Bind/Generator.Bind.NETCore.csproj
src/Generator.Rewrite/Generator.Rewrite.NETCore.csproj
src/OpenTK/OpenTK.Tizen.csproj

index 0793cb0..05102d1 100755 (executable)
@@ -9,7 +9,7 @@ PROJECT_BIND=$SCRIPT_DIR/src/Generator.Bind/Generator.Bind.NETCore.csproj
 PROJECT_REWRITE=$SCRIPT_DIR/src/Generator.Rewrite/Generator.Rewrite.NETCore.csproj
 PROJECT_OPENTK=$SCRIPT_DIR/src/OpenTK/OpenTK.Tizen.csproj
 
-BIND_EXE="dotnet $SCRIPT_DIR/src/Generator.Bind/bin/$CONFIGURATION/netcoreapp3.0/Bind.dll"
+BIND_EXE="dotnet $SCRIPT_DIR/src/Generator.Bind/bin/$CONFIGURATION/netcoreapp3.1/Bind.dll"
 
 ARTIFACTS_DIR=$SCRIPT_DIR/artifacts
 
index 42bd33c..e5fee63 100644 (file)
@@ -2,7 +2,7 @@
 
   <PropertyGroup>
     <OutputType>exe</OutputType>
-    <TargetFramework>netcoreapp3.0</TargetFramework>
+    <TargetFramework>netcoreapp3.1</TargetFramework>
   </PropertyGroup>
 
   <PropertyGroup>
index 7d45dce..e4f1251 100644 (file)
@@ -2,7 +2,7 @@
 
   <PropertyGroup>
     <OutputType>exe</OutputType>
-    <TargetFramework>netcoreapp3.0</TargetFramework>
+    <TargetFramework>netcoreapp3.1</TargetFramework>
   </PropertyGroup>
 
   <PropertyGroup>
index c2ef92f..d0c44be 100644 (file)
 
     <!-- Rewrite OpenTK.dll -->
     <PropertyGroup>
-      <RewriteCmd>dotnet ../Generator.Rewrite/bin/$(Configuration)/netcoreapp3.0/Generator.Rewrite.dll</RewriteCmd>
+      <RewriteCmd>dotnet ../Generator.Rewrite/bin/$(Configuration)/netcoreapp3.1/Generator.Rewrite.dll</RewriteCmd>
       <DebugOpt Condition="'$(Configuration)' == 'Debug'">--debug</DebugOpt>
     </PropertyGroup>
     <Exec Command="$(RewriteCmd) --assembly $(TargetPath) --dllimport $(DebugOpt)" />
   </Target>
 
-</Project>
\ No newline at end of file
+</Project>