Skip to content

Commit 3282cc6

Browse files
committed
Updated other occurrences of 1.3.0.
1 parent 3a73d35 commit 3282cc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xpf/embedding/xpf-in-avalonia.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: XPF in Avalonia
88
Change the SDK in your Avalonia application to [use the XPF SDK](../getting-started.md#step-3-use-the-xpf-sdk):
99

1010
```xml
11-
<Project Sdk="Xpf.Sdk/1.3.0">
11+
<Project Sdk="Xpf.Sdk/1.4.0">
1212
```
1313

1414
And [disable automatic XPF initialization](../advanced/customizing-init#step-1-disable-automatic-xpf-initialization):

xpf/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ In the executable WPF project, change the SDK to use the XPF SDK in the `.csproj
6060
should be changed to:
6161

6262
```xml
63-
<Project Sdk="Xpf.Sdk/1.3.0">
63+
<Project Sdk="Xpf.Sdk/1.4.0">
6464
```
6565

6666
:::note

0 commit comments

Comments
 (0)