Skip to content

Commit 816faca

Browse files
committed
target Windows 10 2004/20H1 minimum
1 parent 07cb9d9 commit 816faca

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12-
# Force dependabot action to run
12+
# Force dependabot action to run 1

NeedABreak.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1111
.github\workflows\build-and-pack.yml = .github\workflows\build-and-pack.yml
1212
.github\workflows\build.yml = .github\workflows\build.yml
1313
contributing.md = contributing.md
14+
.github\dependabot.yml = .github\dependabot.yml
1415
global.json = global.json
1516
LICENSE = LICENSE
1617
publishing.md = publishing.md

NeedABreak/NeedABreak.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net8.0-windows10.0.18362.0</TargetFramework>
3+
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
44
<OutputType>WinExe</OutputType>
55
<SccProjectName>SAK</SccProjectName>
66
<SccLocalPath>SAK</SccLocalPath>

NeedABreakPackagingProject/NeedABreakPackagingProject.wapproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<PropertyGroup>
3737
<ProjectGuid>8f9bfbcb-0348-4fa4-a1f3-23f6fd50e773</ProjectGuid>
3838
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
39-
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
39+
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
4040
<DefaultLanguage>en-US</DefaultLanguage>
4141
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
4242
<NoWarn>$(NoWarn);NU1702</NoWarn>

NeedABreakTests/NeedABreakTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0-windows10.0.18362.0</TargetFramework>
4+
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<Platforms>AnyCPU;x86</Platforms>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "8.0.100"
3+
"version": "8.0.117"
44
}
55
}

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10"
170170
The csproj file has to target Windows 10:
171171

172172
```xml
173-
<TargetFramework>net8.0-windows10.0.18362.0</TargetFramework>
173+
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
174174
```
175175

176176
And then it is possible to make use of the StartupTask class:

0 commit comments

Comments
 (0)