File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ $IsCIBuild = $null -ne $env:APPVEYOR_BUILD_NUMBER
66$IsPublishedBuild = ($env: APPVEYOR_REPO_BRANCH -eq " main" -or $env: APPVEYOR_REPO_BRANCH -eq " dev" ) -and $null -eq $env: APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH
77
88$version = Get-SemVer (@ { $true = $env: APPVEYOR_BUILD_VERSION ; $false = " 99.99.99" }[$env: APPVEYOR_BUILD_VERSION -ne $NULL ])
9- $framework = " net8 .0"
9+ $framework = " net9 .0"
1010$image = " datalust/seqcli"
1111$archs = @ (
1212 @ { rid = " x64" ; platform = " linux/amd64" },
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Push-Location $PSScriptRoot
55$ErrorActionPreference = ' Stop'
66
77$version = Get-SemVer (@ { $true = $env: APPVEYOR_BUILD_VERSION ; $false = " 99.99.99" }[$env: APPVEYOR_BUILD_VERSION -ne $NULL ])
8- $framework = ' net8 .0'
8+ $framework = ' net9 .0'
99$windowsTfmSuffix = ' -windows'
1010
1111function Clean-Output
Original file line number Diff line number Diff line change 1- version : 2024.3 .{build}
1+ version : 2025.1 .{build}
22skip_tags : true
33image :
44- Visual Studio 2022
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 8 .0.303 "
3+ "version" : " 9 .0.200 "
44 }
55}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN apt-get update \
1212 zlib1g \
1313 && rm -rf /var/lib/apt/lists/*
1414
15- COPY src/SeqCli/bin/Release/net8 .0/linux-arm64/publish /bin/seqcli
15+ COPY src/SeqCli/bin/Release/net9 .0/linux-arm64/publish /bin/seqcli
1616
1717ENTRYPOINT ["/bin/seqcli/seqcli" ]
1818
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN apt-get update \
1212 zlib1g \
1313 && rm -rf /var/lib/apt/lists/*
1414
15- COPY src/SeqCli/bin/Release/net8 .0/linux-x64/publish /bin/seqcli
15+ COPY src/SeqCli/bin/Release/net9 .0/linux-x64/publish /bin/seqcli
1616
1717ENTRYPOINT ["/bin/seqcli/seqcli" ]
1818
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 </PropertyGroup >
77
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <OutputType >Exe</OutputType >
4- <TargetFrameworks >net8 .0;net8 .0-windows</TargetFrameworks >
4+ <TargetFrameworks >net9 .0;net9 .0-windows</TargetFrameworks >
55 <AssemblyName >seqcli</AssemblyName >
66 <ApplicationIcon >..\..\asset\SeqCli.ico</ApplicationIcon >
77 <RuntimeIdentifiers >win-x64;linux-x64;linux-musl-x64;osx-x64;linux-arm64;linux-musl-arm64;osx-arm64</RuntimeIdentifiers >
Original file line number Diff line number Diff line change 22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFrameworks >net8 .0;net8 .0-windows</TargetFrameworks >
5+ <TargetFrameworks >net9 .0;net9 .0-windows</TargetFrameworks >
66 </PropertyGroup >
77 <ItemGroup >
88 <PackageReference Include =" xunit" Version =" 2.9.2" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >net8 .0;net8 .0-windows</TargetFrameworks >
3+ <TargetFrameworks >net9 .0;net9 .0-windows</TargetFrameworks >
44 </PropertyGroup >
55 <ItemGroup >
66 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1" />
You can’t perform that action at this time.
0 commit comments