Skip to content

Commit 054ef3c

Browse files
committed
Merge master
2 parents 4d17c63 + 29811d2 commit 054ef3c

3 files changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Dotnet
4444
uses: actions/setup-dotnet@v4
4545
with:
46-
dotnet-version: 8.x
46+
dotnet-version: 9.x
4747
source-url: https://nuget.pkg.github.com/ResoniteModdingGroup/index.json
4848

4949
- name: Add MonkeyLoader NuGet Source
@@ -98,7 +98,7 @@ jobs:
9898
- name: Setup Dotnet
9999
uses: actions/setup-dotnet@v4
100100
with:
101-
dotnet-version: 8.x
101+
dotnet-version: 9.x
102102
source-url: https://nuget.pkg.github.com/ResoniteModdingGroup/index.json
103103

104104
- name: Add MonkeyLoader NuGet Source

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Setup Dotnet
6969
uses: actions/setup-dotnet@v4
7070
with:
71-
dotnet-version: 8.x
71+
dotnet-version: 9.x
7272
source-url: https://nuget.pkg.github.com/ResoniteModdingGroup/index.json
7373

7474
- name: Add MonkeyLoader NuGet Source

ArrayEditing/ArrayEditing.csproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,7 @@
4545
<PrivateAssets>all</PrivateAssets>
4646
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4747
</PackageReference>
48-
<PackageReference Include="Resonite.Elements.Core" Version="1.4.9.4" />
49-
<PackageReference Include="Resonite.FrooxEngine" Version="2025.8.28.607" />
50-
<PackageReference Include="System.Text.Json" Version="9.0.1">
51-
<PrivateAssets>all</PrivateAssets>
52-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
53-
</PackageReference>
48+
<PackageReference Include="Resonite.Elements.Core" Version="1.4.3" />
49+
<PackageReference Include="Resonite.FrooxEngine" Version="2025.1.17.6" />
5450
</ItemGroup>
5551
</Project>

0 commit comments

Comments
 (0)