We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da30928 commit acd6783Copy full SHA for acd6783
tools/GenerateApps.msbuild
@@ -5,8 +5,8 @@
5
<_NetWindowsTarget>net8.0-windows10.0.19041.0</_NetWindowsTarget>
6
<_NetAndroidTarget>net8.0-android</_NetAndroidTarget>
7
<Configuration Condition="'$(Configuration)'==''">Release</Configuration>
8
- <RELEASE_VERSION Condition="'$(RELEASE_VERSION)'==''">200.6.0</RELEASE_VERSION>
9
- <BUILD_NUM Condition="'$(BUILD_NUM)'==''">0</BUILD_NUM>
+ <RELEASE_VERSION>200.6.0</RELEASE_VERSION>
+ <BUILD_NUM>0</BUILD_NUM>
10
<ArcGISMapsSDKVersion>$(RELEASE_VERSION)</ArcGISMapsSDKVersion>
11
12
<AppManifestNamespace>
0 commit comments