feat: add prism extension.

This commit is contained in:
rabbitism
2024-02-03 23:01:29 +08:00
parent 0f97da7ce8
commit 6cf169e1d7
8 changed files with 121 additions and 0 deletions

7
global.json Normal file
View File

@@ -0,0 +1,7 @@
{
"sdk": {
"version": "8.0.0",
"rollForward": "latestMajor",
"allowPrerelease": false
}
}