Skip to content

Commit d0c2a16

Browse files
committed
feat: default dotnet image to 8
1 parent c217949 commit d0c2a16

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
⚠️ Important Notice: Starting from this release, we won’t be listing every dependency change in our changelog. This helps us maintain the project faster and focus on important features for our InfluxDB client.
66

7+
### CI
8+
1. [#681](https://github.com/influxdata/influxdb-client-csharp/pull/681): Add build for `dotnet8`
9+
710
## 4.18.0 [2024-09-13]
811

912
### Features:

Scripts/ci-test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ else
4242
TRX2JUNIT_VERSION="1.3.2"
4343
fi
4444

45-
if [[ "$NET_TEST_VERSION" = "netcoreapp6.0" || "$NET_TEST_VERSION" = "netcoreapp7.0" ]]
45+
if [[ "$NET_TEST_VERSION" = "netcoreapp6.0" || "$NET_TEST_VERSION" = "netcoreapp7.0" || "$NET_TEST_VERSION" = "netcoreapp8.0" ]]
4646
then
47-
TRX2JUNIT_VERSION="2.0.4"
47+
TRX2JUNIT_VERSION="2.1.0"
4848
else
4949
dotnet sln remove Examples/ExampleBlazor/ExampleBlazor.csproj
5050
fi

0 commit comments

Comments
 (0)