Skip to content

Commit 12d5e48

Browse files
committed
1.16.0
1 parent 4a68928 commit 12d5e48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
SHELL := /bin/bash
2-
RATOOLS_VERSION := tags/v1.15.2
2+
RATOOLS_VERSION := tags/v1.16.0
33
TARGET_FRAMEWORK := net8.0
44

55
reset:
6-
rm -rf RATools/ && git submodule update --init --recursive && cd RATools/ && git fetch && git checkout ${RATOOLS_VERSION} && cd .. && git submodule update --init --recursive
6+
rm -rf RATools/ && git submodule update --init --recursive && cd RATools/ && git fetch && git checkout ${RATOOLS_VERSION} && git submodule update --init --recursive
77

88
modify:
99
sed -i -E 's|<TargetFramework>.*</TargetFramework>|<TargetFramework>${TARGET_FRAMEWORK}</TargetFramework>|' RATools/Source/rascript-cli/rascript-cli.csproj

RATools

Submodule RATools updated 97 files

0 commit comments

Comments
 (0)