Skip to content

Commit 554b207

Browse files
committed
update deps, use slnx
1 parent 0438d16 commit 554b207

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ jobs:
9999
100100
Ensure proper escaping of quotes and special characters in the comment body. Use single quotes around the body and escape any single quotes inside with '\''
101101
claude_args: |
102-
--allowedTools "Read,Bash(gh pr:*),Grep,Glob"
102+
--allowedTools "Read,Bash(gh pr:*),Grep,Glob"

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files.exclude": {
44
"**/*.meta": true
55
},
6-
"dotnet.defaultSolution": "unity.sln",
6+
"dotnet.defaultSolution": "unity.slnx",
77
"editor.tabSize": 4,
88
"editor.indentSize": "tabSize"
99
}

Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"com.unity.ide.visualstudio": "2.0.23",
3+
"com.unity.ide.visualstudio": "2.0.25",
44
"com.unity.test-framework": "1.6.0",
55
"com.unity.toolchain.macos-arm64-linux-x86_64": "2.0.5",
66
"com.unity.ugui": "2.0.0",

Packages/packages-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"dependencies": {}
1616
},
1717
"com.unity.ide.visualstudio": {
18-
"version": "2.0.23",
18+
"version": "2.0.25",
1919
"depth": 0,
2020
"source": "registry",
2121
"dependencies": {
22-
"com.unity.test-framework": "1.1.9"
22+
"com.unity.test-framework": "1.1.31"
2323
},
2424
"url": "https://packages.unity.com"
2525
},

unity.slnx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Solution>
2+
<Project Path="Talo.Runtime.csproj" />
3+
<Project Path="Assembly-CSharp.csproj" />
4+
<Project Path="asset-store-tools-editor.csproj" />
5+
<Project Path="Talo.Tests.csproj" />
6+
<Project Path="MikeSchweitzer.WebSocket.csproj" />
7+
</Solution>

0 commit comments

Comments
 (0)