Skip to content

Commit cacf7c4

Browse files
committed
add net9.0 to gh action
1 parent 40920e7 commit cacf7c4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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/ \;

SnowplowTracker/SnowplowTracker/SnowplowTracker.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
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>

0 commit comments

Comments
 (0)