Skip to content

Commit 6ac2a45

Browse files
Update to WinAppSDK 1.2.221109.1
1 parent 55af407 commit 6ac2a45

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

.github/workflows/build.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
steps:
2727
# Needed until XAML Styler updates to .NET 6
2828
- name: Install .NET Core 3.1 SDK
29-
uses: actions/setup-dotnet@v1
29+
uses: actions/setup-dotnet@v3
3030
with:
3131
dotnet-version: '3.1.x'
3232

3333
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3434
- name: Checkout Repository
35-
uses: actions/checkout@v2
35+
uses: actions/checkout@v3
3636

3737
# Restore Tools from Manifest list in the Repository
3838
- name: Restore dotnet tools
@@ -49,13 +49,13 @@ jobs:
4949
# Steps represent a sequence of tasks that will be executed as part of the job
5050
steps:
5151
- name: Install .NET 6 SDK
52-
uses: actions/setup-dotnet@v1
52+
uses: actions/setup-dotnet@v3
5353
with:
54-
dotnet-version: '6.0.202'
54+
dotnet-version: '6.0.x'
5555

5656
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
5757
- name: Checkout Repository
58-
uses: actions/checkout@v2
58+
uses: actions/checkout@v3
5959

6060
# Restore Tools from Manifest list in the Repository
6161
- name: Restore dotnet tools
@@ -123,13 +123,13 @@ jobs:
123123
# Steps represent a sequence of tasks that will be executed as part of the job
124124
steps:
125125
- name: Install .NET 6 SDK
126-
uses: actions/setup-dotnet@v1
126+
uses: actions/setup-dotnet@v3
127127
with:
128-
dotnet-version: '6.0.202'
128+
dotnet-version: '6.0.x'
129129

130130
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
131131
- name: Checkout Repository
132-
uses: actions/checkout@v2
132+
uses: actions/checkout@v3
133133

134134
# Restore Tools from Manifest list in the Repository
135135
- name: Restore dotnet tools
@@ -200,13 +200,13 @@ jobs:
200200

201201
steps:
202202
- name: Install .NET 6 SDK
203-
uses: actions/setup-dotnet@v1
203+
uses: actions/setup-dotnet@v3
204204
with:
205-
dotnet-version: '6.0.202'
205+
dotnet-version: '6.0.x'
206206

207207
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
208208
- name: Checkout Repository
209-
uses: actions/checkout@v2
209+
uses: actions/checkout@v3
210210

211211
- name: Add msbuild to PATH
212212
uses: microsoft/setup-msbuild@v1.0.3
@@ -255,13 +255,13 @@ jobs:
255255

256256
steps:
257257
- name: Install .NET 6 SDK
258-
uses: actions/setup-dotnet@v1
258+
uses: actions/setup-dotnet@v3
259259
with:
260-
dotnet-version: '6.0.201'
260+
dotnet-version: '6.0.x'
261261

262262
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
263263
- name: Checkout Repository
264-
uses: actions/checkout@v2
264+
uses: actions/checkout@v3
265265

266266
- name: Generate solution
267267
shell: pwsh

common/Labs.Head.WinAppSdk.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.0.3" />
22-
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22000.194" />
21+
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.2.221109.1" />
22+
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.1" />
2323
<Manifest Include="$(ApplicationManifest)" />
2424
</ItemGroup>
2525

common/Labs.MultiTarget.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</PropertyGroup>
3232
<ItemGroup>
3333
<PackageReference Condition="'$(TargetFramework)' == '$(UwpTargetFramework)'" Include="Microsoft.UI.Xaml" Version="2.7.0" />
34-
<PackageReference Condition="'$(TargetFramework)' == '$(WinAppSdkTargetFramework)'" Include="Microsoft.WindowsAppSDK" Version="1.0.3" />
34+
<PackageReference Condition="'$(TargetFramework)' == '$(WinAppSdkTargetFramework)'" Include="Microsoft.WindowsAppSDK" Version="1.2.221109.1" />
3535
</ItemGroup>
3636

3737
<ItemGroup>

0 commit comments

Comments
 (0)