diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad98cd5..7e717dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,8 +42,8 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: | - 6.0.x 8.0.x + 9.0.x - name: Verify code format if: matrix.os == 'ubuntu-latest' diff --git a/src/Directory.Build.props b/src/Directory.Build.props index f676666..13bf4f3 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,6 +1,6 @@ - net6.0;net8.0 + net8.0;net9.0 enable enable true diff --git a/src/WCharT.Net/WCharT.Net.csproj b/src/WCharT.Net/WCharT.Net.csproj index 18d6833..78f879c 100644 --- a/src/WCharT.Net/WCharT.Net.csproj +++ b/src/WCharT.Net/WCharT.Net.csproj @@ -1,6 +1,6 @@  - 0.1.2 + 0.1.3 Marcel Tiede Marcel Tiede @@ -12,6 +12,7 @@ true true + true readme.md wchart;native;interop;linux;windows;macos @@ -27,25 +28,17 @@ NU5131 - - true - - true - - - - - - - + + +