Skip to content

Commit 1327a7d

Browse files
TingluoHuangLouisHaftmann
authored andcommitted
Bump windows service app to dotnet 4.7 (actions#3926)
1 parent 4e05a80 commit 1327a7d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
devScript: ./dev.sh
4242

4343
- runtime: win-x64
44-
os: windows-2019
44+
os: windows-latest
4545
devScript: ./dev
4646

4747
- runtime: win-arm64

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
devScript: ./dev.sh
8787

8888
- runtime: win-x64
89-
os: windows-2019
89+
os: windows-latest
9090
devScript: ./dev
9191

9292
- runtime: win-arm64
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7" />
55
</startup>
66
</configuration>

src/Runner.Service/Windows/RunnerService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1919
</PropertyGroup>
2020
<PropertyGroup Condition=" '$(PackageRuntime)' != 'win-arm64' ">
21-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
21+
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
2222
</PropertyGroup>
2323
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2424
<PlatformTarget>AnyCPU</PlatformTarget>

0 commit comments

Comments
 (0)