diff --git a/.github/workflows/check-buildstatus.yml b/.github/workflows/check-buildstatus.yml index ad9fc28..ea4f124 100644 --- a/.github/workflows/check-buildstatus.yml +++ b/.github/workflows/check-buildstatus.yml @@ -10,11 +10,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v5 with: - dotnet-version: 8.0.x + dotnet-version: 10.0.x - name: Restore dependencies run: dotnet restore - name: Build TwitchLib.EventSub.Core diff --git a/.github/workflows/preview-release.yml b/.github/workflows/preview-release.yml index c7cbc1d..0c563d5 100644 --- a/.github/workflows/preview-release.yml +++ b/.github/workflows/preview-release.yml @@ -10,13 +10,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: benjlevesque/short-sha@v3.0 id: short-sha - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v5 with: - dotnet-version: 8.0.x + dotnet-version: 10.0.x - name: Restore dependencies run: dotnet restore - name: Build TwitchLib.EventSub.Core diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca22dc8..76520fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,11 +10,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v5 with: - dotnet-version: 8.0.x + dotnet-version: 10.0.x - name: Restore dependencies run: dotnet restore - name: Build TwitchLib.EventSub.Core diff --git a/TwitchLib.EventSub.Core/TwitchLib.EventSub.Core.csproj b/TwitchLib.EventSub.Core/TwitchLib.EventSub.Core.csproj index 2605faa..de9d736 100644 --- a/TwitchLib.EventSub.Core/TwitchLib.EventSub.Core.csproj +++ b/TwitchLib.EventSub.Core/TwitchLib.EventSub.Core.csproj @@ -1,7 +1,7 @@  - netstandard2.0;netstandard2.1;net8.0 + netstandard2.0;netstandard2.1;net8.0;net9.0;net10.0 TwitchLib.EventSub.Core TwitchLib.EventSub.Core swiftyspiffy, Prom3theu5, Syzuna, LuckyNoS7evin @@ -16,7 +16,7 @@ Git MIT Copyright 2025 - twitch library events eventsub subscriptiontypes c# csharp net netstandard2.0 netstandard2.1 8.0 + twitch library events eventsub subscriptiontypes c# csharp net README.md en-US