Skip to content

Commit 22f4907

Browse files
[build] update $(ProductVersion) to align with Android 16 (#10361)
Context: dotnet/maui#30948 I don't think this will solve dotnet/maui#30948, but it will at least reduce confusion if we put a 16.x version number on our MSBuild task assemblies.
1 parent 648f791 commit 22f4907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</PropertyGroup>
3131

3232
<PropertyGroup>
33-
<ProductVersion>13.2.99</ProductVersion>
33+
<ProductVersion>16.0.0</ProductVersion>
3434
<!-- NuGet package version numbers. See Documentation/guides/OneDotNet.md.
3535
Rules:
3636
* Major/Minor match Android stable API level, such as 30.0 for API 30.

0 commit comments

Comments
 (0)