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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user