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

This commit is contained in:
2026-01-29 22:30:06 +01:00
parent 26e05710b3
commit 7d11271d7c
5 changed files with 12 additions and 12 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>