[mapguide-commits] r10058 - in sandbox/adsk/trunk/Web/src/DotNetApi: Foundation Geometry MapGuideCommon PlatformBase

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sun Sep 17 22:30:33 PDT 2023


Author: christinebao
Date: 2023-09-17 22:30:32 -0700 (Sun, 17 Sep 2023)
New Revision: 10058

Modified:
   sandbox/adsk/trunk/Web/src/DotNetApi/Foundation/OSGeo.MapGuide.Foundation.csproj
   sandbox/adsk/trunk/Web/src/DotNetApi/Geometry/OSGeo.MapGuide.Geometry.csproj
   sandbox/adsk/trunk/Web/src/DotNetApi/MapGuideCommon/OSGeo.MapGuide.MapGuideCommon.csproj
   sandbox/adsk/trunk/Web/src/DotNetApi/PlatformBase/OSGeo.MapGuide.PlatformBase.csproj
Log:
Target csproj to dotnet8

Modified: sandbox/adsk/trunk/Web/src/DotNetApi/Foundation/OSGeo.MapGuide.Foundation.csproj
===================================================================
--- sandbox/adsk/trunk/Web/src/DotNetApi/Foundation/OSGeo.MapGuide.Foundation.csproj	2023-07-28 02:21:40 UTC (rev 10057)
+++ sandbox/adsk/trunk/Web/src/DotNetApi/Foundation/OSGeo.MapGuide.Foundation.csproj	2023-09-18 05:30:32 UTC (rev 10058)
@@ -1,6 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
-    <TargetFramework>net6.0-windows</TargetFramework>
+    <TargetFramework>net8.0-windows</TargetFramework>
     <OutputPath>$(OUTDIR)</OutputPath>
     <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
     <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

Modified: sandbox/adsk/trunk/Web/src/DotNetApi/Geometry/OSGeo.MapGuide.Geometry.csproj
===================================================================
--- sandbox/adsk/trunk/Web/src/DotNetApi/Geometry/OSGeo.MapGuide.Geometry.csproj	2023-07-28 02:21:40 UTC (rev 10057)
+++ sandbox/adsk/trunk/Web/src/DotNetApi/Geometry/OSGeo.MapGuide.Geometry.csproj	2023-09-18 05:30:32 UTC (rev 10058)
@@ -1,6 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
-    <TargetFramework>net6.0-windows</TargetFramework>
+    <TargetFramework>net8.0-windows</TargetFramework>
     <OutputPath>$(OUTDIR)</OutputPath>
     <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
     <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

Modified: sandbox/adsk/trunk/Web/src/DotNetApi/MapGuideCommon/OSGeo.MapGuide.MapGuideCommon.csproj
===================================================================
--- sandbox/adsk/trunk/Web/src/DotNetApi/MapGuideCommon/OSGeo.MapGuide.MapGuideCommon.csproj	2023-07-28 02:21:40 UTC (rev 10057)
+++ sandbox/adsk/trunk/Web/src/DotNetApi/MapGuideCommon/OSGeo.MapGuide.MapGuideCommon.csproj	2023-09-18 05:30:32 UTC (rev 10058)
@@ -1,6 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
-    <TargetFramework>net6.0-windows</TargetFramework>
+    <TargetFramework>net8.0-windows</TargetFramework>
     <OutputPath>$(OUTDIR)</OutputPath>
     <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
     <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

Modified: sandbox/adsk/trunk/Web/src/DotNetApi/PlatformBase/OSGeo.MapGuide.PlatformBase.csproj
===================================================================
--- sandbox/adsk/trunk/Web/src/DotNetApi/PlatformBase/OSGeo.MapGuide.PlatformBase.csproj	2023-07-28 02:21:40 UTC (rev 10057)
+++ sandbox/adsk/trunk/Web/src/DotNetApi/PlatformBase/OSGeo.MapGuide.PlatformBase.csproj	2023-09-18 05:30:32 UTC (rev 10058)
@@ -1,6 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
-    <TargetFramework>net6.0-windows</TargetFramework>
+    <TargetFramework>net8.0-windows</TargetFramework>
     <OutputPath>$(OUTDIR)</OutputPath>
     <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
     <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>



More information about the mapguide-commits mailing list