Update NuGet packages and project references

Upgraded multiple NuGet packages to latest versions across all projects, including test and core dependencies. Updated OCORE, OCORE_web, and OCORE_web_pdf project references to use local paths. Added OCORE-related projects to the solution file with environment-specific build configs. Fixed package.json structure for valid JSON.
This commit is contained in:
Stefan
2026-05-18 08:26:58 +02:00
parent 445fc2b858
commit aceef9ff74
6 changed files with 51 additions and 27 deletions
+24
View File
@@ -19,4 +19,28 @@
<Project Path="Fuchs/Fuchs.csproj" />
<Project Path="Fuchs_DataService/Fuchs_DataService.csproj" />
<Project Path="MFR_RESTClient/MFR_RESTClient.csproj" />
<Project Path="OCORE/OCORE/OCORE.csproj">
<BuildType Solution="db-dev.processweb.de|*" Project="Release" />
<BuildType Solution="server02.processweb.de|*" Project="Debug" />
</Project>
<Project Path="OCORE/OCORETests/OCORETests.csproj">
<BuildType Solution="db-dev.processweb.de|*" Project="Release" />
<BuildType Solution="server02.processweb.de|*" Project="Debug" />
</Project>
<Project Path="OCORE_Charting/OCORE_Charting.csproj">
<BuildType Solution="db-dev.processweb.de|*" Project="Release" />
<BuildType Solution="server02.processweb.de|*" Project="Debug" />
</Project>
<Project Path="OCORE_web/OCORE_web/OCORE_web.csproj">
<BuildType Solution="db-dev.processweb.de|*" Project="Release" />
<BuildType Solution="server02.processweb.de|*" Project="Debug" />
</Project>
<Project Path="OCORE_web/OCORE_webTests/OCORE_webTests.csproj">
<BuildType Solution="db-dev.processweb.de|*" Project="Release" />
<BuildType Solution="server02.processweb.de|*" Project="Debug" />
</Project>
<Project Path="OCORE_web_pdf/OCORE_web_pdf.csproj">
<BuildType Solution="db-dev.processweb.de|*" Project="Release" />
<BuildType Solution="server02.processweb.de|*" Project="Debug" />
</Project>
</Solution>