File tree Expand file tree Collapse file tree
Nickvision.Application.Shared
Nickvision.Application.WinUI Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 install : mingw-w64-${{ matrix.variant.type }}-gettext-tools
4040 - uses : actions/setup-dotnet@v5
4141 with :
42- dotnet-version : ' 10 .0.x'
42+ dotnet-version : ' 9 .0.x'
4343 - uses : microsoft/setup-msbuild@v2
4444 - name : " Setup Environment"
4545 shell : pwsh
5555 shell : pwsh
5656 run : |
5757 $ProgressPreference = 'SilentlyContinue'
58- Invoke-WebRequest https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10 .0.0 /windowsdesktop-runtime-10 .0.0 -win-${{ matrix.variant.arch }}.exe -OutFile dotnet.exe
58+ Invoke-WebRequest https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9 .0.11 /windowsdesktop-runtime-9 .0.11 -win-${{ matrix.variant.arch }}.exe -OutFile dotnet.exe
5959 iscc setup.iss
6060 - uses : actions/upload-artifact@v4
6161 with :
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >net10.0-windows10.0.19041.0</TargetFramework >
5- <TargetFramework Condition =" !$([MSBuild]::IsOSPlatform('Windows'))" >net10.0</TargetFramework >
4+ <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >net9.0-windows10.0.19041.0; net10.0-windows10.0.19041.0</TargetFrameworks >
5+ <TargetFrameworks Condition =" !$([MSBuild]::IsOSPlatform('Windows'))" >net9.0; net10.0</TargetFrameworks >
66 <LangVersion >latest</LangVersion >
77 <ImplicitUsings >disable</ImplicitUsings >
88 <Nullable >enable</Nullable >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net10 .0-windows10.0.19041.0</TargetFramework >
4+ <TargetFramework >net9 .0-windows10.0.19041.0</TargetFramework >
55 <TargetPlatformMinVersion >10.0.17763.0</TargetPlatformMinVersion >
66 <LangVersion >latest</LangVersion >
77 <ImplicitUsings >disable</ImplicitUsings >
You can’t perform that action at this time.
0 commit comments