[mapguide-commits] r10157 - in sandbox/adsk/trunk/Web/src/DotNetApi: Foundation Geometry MapGuideCommon PlatformBase
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Mon Jul 21 00:35:38 PDT 2025
Author: christinebao
Date: 2025-07-21 00:35:37 -0700 (Mon, 21 Jul 2025)
New Revision: 10157
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:
Use env var TargetFramework.
Modified: sandbox/adsk/trunk/Web/src/DotNetApi/Foundation/OSGeo.MapGuide.Foundation.csproj
===================================================================
--- sandbox/adsk/trunk/Web/src/DotNetApi/Foundation/OSGeo.MapGuide.Foundation.csproj 2025-07-18 10:53:16 UTC (rev 10156)
+++ sandbox/adsk/trunk/Web/src/DotNetApi/Foundation/OSGeo.MapGuide.Foundation.csproj 2025-07-21 07:35:37 UTC (rev 10157)
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <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 2025-07-18 10:53:16 UTC (rev 10156)
+++ sandbox/adsk/trunk/Web/src/DotNetApi/Geometry/OSGeo.MapGuide.Geometry.csproj 2025-07-21 07:35:37 UTC (rev 10157)
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <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 2025-07-18 10:53:16 UTC (rev 10156)
+++ sandbox/adsk/trunk/Web/src/DotNetApi/MapGuideCommon/OSGeo.MapGuide.MapGuideCommon.csproj 2025-07-21 07:35:37 UTC (rev 10157)
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <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 2025-07-18 10:53:16 UTC (rev 10156)
+++ sandbox/adsk/trunk/Web/src/DotNetApi/PlatformBase/OSGeo.MapGuide.PlatformBase.csproj 2025-07-21 07:35:37 UTC (rev 10157)
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net8.0-windows</TargetFramework>
<OutputPath>$(OUTDIR)</OutputPath>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
More information about the mapguide-commits
mailing list