Skip to content

Commit e5568be

Browse files
committed
[dotnet] Bump the default SupportedOSPlatformVersion in templates to a version we actually support.
1 parent 451ce0f commit e5568be

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"description": "Overrides SupportedOSPlatformVersion in the project file",
3636
"replaces": "minOSVersion",
3737
"datatype": "string",
38-
"defaultValue": "12.0"
38+
"defaultValue": "14.0"
3939
}
4040
},
4141
"defaultName": "macOSApp1"

dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"description": "Overrides SupportedOSPlatformVersion in the project file",
3636
"replaces": "minOSVersion",
3737
"datatype": "string",
38-
"defaultValue": "12.0"
38+
"defaultValue": "14.0"
3939
}
4040
},
4141
"defaultName": "macOSApp1"

dotnet/Templates/Microsoft.tvOS.Templates/tvos/csharp/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"description": "Overrides SupportedOSPlatformVersion in the project file",
3636
"replaces": "minOSVersion",
3737
"datatype": "string",
38-
"defaultValue": "12.2"
38+
"defaultValue": "13.0"
3939
}
4040
},
4141
"defaultName": "tvOSApp1"

dotnet/Templates/Microsoft.tvOS.Templates/tvos/visualbasic/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"description": "Overrides SupportedOSPlatformVersion in the project file",
3636
"replaces": "minOSVersion",
3737
"datatype": "string",
38-
"defaultValue": "12.2"
38+
"defaultValue": "13.0"
3939
}
4040
},
4141
"defaultName": "tvOSApp1"

0 commit comments

Comments
 (0)