Skip to content

Commit f46b9df

Browse files
committed
okay try these then
1 parent 81465b1 commit f46b9df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

version_stamp/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ private static void gen_directory_build_props(string root, string nupkgs_dir_nam
113113
f.WriteElementString("tfm_framework", "net471");
114114
f.WriteElementString("tfm_windows", "net8.0-windows");
115115
f.WriteElementString("tfm_ios", "net9.0-ios18.2");
116-
f.WriteElementString("tfm_tvos", "net8.0-tvos18.0");
117-
f.WriteElementString("tfm_maccatalyst", "net8.0-maccatalyst18.0");
116+
f.WriteElementString("tfm_tvos", "net9.0-tvos18.2");
117+
f.WriteElementString("tfm_maccatalyst", "net9.0-maccatalyst18.2");
118118

119119
f.WriteComment("The NoNFloatUsing below is a workaround for xamarin/xamarin-macios/#14434");
120120
f.WriteElementString("NoNFloatUsing", "true");

0 commit comments

Comments
 (0)