Update dll references to use net10.0 paths and use dotnet pack instead

This commit is contained in:
2026-01-29 22:30:14 +01:00
parent e22d360425
commit 0a3890e411
4 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Oqtane.Shared"><HintPath>..\..\oqtane.framework\Oqtane.Server\bin\Debug\net9.0\Oqtane.Shared.dll</HintPath></Reference>
<Reference Include="Oqtane.Shared"><HintPath>..\..\oqtane.framework\Oqtane.Server\bin\Debug\net10.0\Oqtane.Shared.dll</HintPath></Reference>
</ItemGroup>
</Project>