diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ee0ded7..5a55cdd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.201 + dotnet-version: 8.0.x - name: Install dependencies run: dotnet restore src\SharpWebview\SharpWebview.csproj - name: Build diff --git a/src/SharpWebview/SharpWebview.csproj b/src/SharpWebview/SharpWebview.csproj index bc75f89..a3523b9 100644 --- a/src/SharpWebview/SharpWebview.csproj +++ b/src/SharpWebview/SharpWebview.csproj @@ -8,7 +8,7 @@ Gerrit 'Geaz' Gazic C# bindings for zserge/webview - Batteries included SharpWebview - 0.8.0 + 0.9.0 MIT https://github.com/webview/webview_csharp