Skip to content

Commit 47b742e

Browse files
committed
chore(CI): UnityPack pinned versions required
DotNet Script should treat no version as use latest but doesn't.
1 parent 2bbf574 commit 47b742e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/UnityPack.csx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
Newtonsoft.Json and Unity Test Framework dependencies.
1111
*/
1212

13-
#r "nuget: SharpZipLib"
14-
#r "nuget: YamlDotNet"
13+
#r "nuget: SharpZipLib, 1.4.2"
14+
#r "nuget: YamlDotNet, 16.3.0"
1515

1616
using System;
1717
using System.Collections.Generic;

0 commit comments

Comments
 (0)