From ec4c82567c0a7f88880c36ffb00a30af8e984610 Mon Sep 17 00:00:00 2001 From: Ryan Lamansky <13633345+RyanLamansky@users.noreply.github.com> Date: Sat, 16 Nov 2024 08:07:21 -0600 Subject: [PATCH] Updated for .NET 9. --- .github/workflows/dotnetcore.yml | 4 +++- WebAssembly.Tests/WebAssembly.Tests.csproj | 4 ++-- WebAssembly/WebAssembly.csproj | 6 +++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index db671a3..51f9bc8 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -9,7 +9,9 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: | + 8.0.x + 9.0.x - name: Restore Dependencies run: dotnet restore # Debug and Release might be different due to conditional compilation, so validate both. diff --git a/WebAssembly.Tests/WebAssembly.Tests.csproj b/WebAssembly.Tests/WebAssembly.Tests.csproj index 553c3fe..3345d4d 100644 --- a/WebAssembly.Tests/WebAssembly.Tests.csproj +++ b/WebAssembly.Tests/WebAssembly.Tests.csproj @@ -1,8 +1,8 @@  - net8.0 - 12.0 + net8.0;net9.0 + 13.0 WebAssembly enable True diff --git a/WebAssembly/WebAssembly.csproj b/WebAssembly/WebAssembly.csproj index ae79723..58c1f84 100644 --- a/WebAssembly/WebAssembly.csproj +++ b/WebAssembly/WebAssembly.csproj @@ -1,8 +1,8 @@  - - net8.0;netstandard2.0 + + netstandard2.0;net8.0;net9.0 WebAssembly for .NET WebAssembly for .NET Ryan Lamansky @@ -13,7 +13,7 @@ https://github.com/RyanLamansky/dotnet-webassembly Copyright © Ryan Lamansky. All rights reserved. WebAssembly WASM JIT - 12.0 + 13.0 enable https://github.com/RyanLamansky/dotnet-webassembly git