File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/Runner.Service/Windows Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments