Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed Oct 6, 2023
2 parents 68ff24a + 6cf1861 commit 92d2132
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Digitalroot.Valheim.Common.Log" Version="1.1.44" />
<PackageReference Include="Digitalroot.Valheim.Common.References" Version="0.217.4">
<PackageReference Include="Digitalroot.Valheim.Common.References" Version="0.217.24">
<PrivateAssets>all</PrivateAssets>
<ExcludeAssets>runtime</ExcludeAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Digitalroot.Valheim.References.JvL" Version="2.12.7" />
<PackageReference Include="Digitalroot.Valheim.References.JvL" Version="2.14.3" />
<PackageReference Include="ErrorProne.NET.CoreAnalyzers" Version="0.1.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
12 changes: 6 additions & 6 deletions src/Digitalroot.Valheim.MaxDungeonRooms/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
},
"Digitalroot.Valheim.Common.References": {
"type": "Direct",
"requested": "[0.217.4, )",
"resolved": "0.217.4",
"contentHash": "1I3f3Iyd2KGkF9UiJBm38igV6CKiAG/wKW5AeJUJ+oSUBdzU/qAXPATOYEelr2+I+2k3wI8iTVuP+X4+NTwINw=="
"requested": "[0.217.24, )",
"resolved": "0.217.24",
"contentHash": "W78oFP03XyA6oEGgBbOJQGGCcCDqA3nLzby4fG2rKLtDQTVqRTaL7JvExrZ+JPFXEAT5bitBY1MW9rUePfUIGw=="
},
"Digitalroot.Valheim.References.JvL": {
"type": "Direct",
"requested": "[2.12.7, )",
"resolved": "2.12.7",
"contentHash": "aZHPeAG2mr6gBIkeR6C0R8gNRapU1Yl1YssKc8G4nzIe/VqRE2GLJ3r33bGFwgQjDIoRPqnPWjJYboSkonZM4Q=="
"requested": "[2.14.3, )",
"resolved": "2.14.3",
"contentHash": "OxzLZDyqTXbtb+SlkNwmm5ZvoJOVtGXJm8Ehx9pbp05zFZeu1UD9CPIYw4EjmUOVy/yxnG9tk/pVox9asdxB0Q=="
},
"ErrorProne.NET.CoreAnalyzers": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion src/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
Expand Down

0 comments on commit 92d2132

Please sign in to comment.