From 2d2178117756c4f5ef0543a07410f71735c20a5f Mon Sep 17 00:00:00 2001 From: AoshiW Date: Sun, 19 Oct 2025 23:18:24 +0200 Subject: [PATCH] .NET 10 --- .github/workflows/check-buildstatus.yml | 6 +++--- .github/workflows/preview-release.yml | 6 +++--- .github/workflows/release.yml | 6 +++--- TwitchLib.EventSub.Core/TwitchLib.EventSub.Core.csproj | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) 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