File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
SnowplowTracker/SnowplowTracker Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2020 dotnet build
2121
2222 - name : Insert build files into Unity projects
23- working-directory : SnowplowTracker/SnowplowTracker/bin/Debug/netstandard2 .0
23+ working-directory : SnowplowTracker/SnowplowTracker/bin/Debug/net9 .0
2424 run : |
2525 find . -name \*.dll -and -not -name UnityEngine.dll -and -not -name Newtonsoft.Json.dll -exec cp {} ../../../../../SnowplowTracker.Demo/Assets/Plugins/SnowplowTracker/ \;
2626 find . -name \*.dll -and -not -name UnityEngine.dll -and -not -name Newtonsoft.Json.dll -exec cp {} ../../../../../SnowplowTracker.Tests/Assets/Plugins/SnowplowTracker/ \;
Original file line number Diff line number Diff line change 5252 </ItemGroup >
5353 <ItemGroup >
5454 <PackageReference Include =" LiteDB" Version =" 5.0.20" />
55+ <PackageReference Include =" MessagePack" Version =" 3.1.3" />
5556 <PackageReference Include =" MessagePack.UnityShims" Version =" 3.1.3" />
5657 </ItemGroup >
5758</Project >
You can’t perform that action at this time.
0 commit comments