From 851a0b1a8162824e995b61073da8fd57f3e850b8 Mon Sep 17 00:00:00 2001 From: densogiaichned Date: Sun, 11 Feb 2024 15:23:05 +0100 Subject: [PATCH] feat(v0.3): Support .net8.0 --- .github/workflows/cicd.yml | 9 +++++---- .../dsian.TcPnScanner.CLI.csproj | 15 ++++++++------- .../dsian.TcPnScanner.IntegrationTests.csproj | 12 ++++++------ 3 files changed, 19 insertions(+), 17 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 11a51f5..57d7083 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -15,6 +15,7 @@ env: dotnet_versions: | 6.0.x 7.0.x + 8.0.x jobs: ci: @@ -24,12 +25,12 @@ jobs: contents: read steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: lfs: true - name: Setup dotnet - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v3 with: dotnet-version: ${{env.dotnet_versions}} @@ -53,11 +54,11 @@ jobs: packages: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: lfs: true - name: Setup dotnet - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v3 with: dotnet-version: ${{env.dotnet_versions}} diff --git a/src/dsian.TcPnScanner.CLI/dsian.TcPnScanner.CLI.csproj b/src/dsian.TcPnScanner.CLI/dsian.TcPnScanner.CLI.csproj index e80c8e4..22f777e 100644 --- a/src/dsian.TcPnScanner.CLI/dsian.TcPnScanner.CLI.csproj +++ b/src/dsian.TcPnScanner.CLI/dsian.TcPnScanner.CLI.csproj @@ -2,7 +2,7 @@ Exe - net6.0;net7.0 + net6.0;net7.0;net8.0 enable Latest enable @@ -18,9 +18,10 @@ Scans a PROFINET and adds all Stations to a PROFINET IO Device (TF6270) Copyright (c) 2023 densogiaichned TwinCAT Profinet Device Scanner - 0.2.3 + 0.3.0 $(Version) $(Version) + false @@ -52,11 +53,11 @@ - - - - - + + + + + diff --git a/tests/dsian.TcPnScanner.IntegrationTests/dsian.TcPnScanner.IntegrationTests.csproj b/tests/dsian.TcPnScanner.IntegrationTests/dsian.TcPnScanner.IntegrationTests.csproj index e6a2daa..7cf1044 100644 --- a/tests/dsian.TcPnScanner.IntegrationTests/dsian.TcPnScanner.IntegrationTests.csproj +++ b/tests/dsian.TcPnScanner.IntegrationTests/dsian.TcPnScanner.IntegrationTests.csproj @@ -1,7 +1,7 @@ - net6.0;net7.0 + net6.0;net7.0;net8.0 enable enable @@ -10,11 +10,11 @@ - - - - - + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all