From 13366e438f19129966fae71ae36772b807b0cf2a Mon Sep 17 00:00:00 2001 From: Ashleigh Adams Date: Fri, 2 Feb 2024 23:20:18 +0000 Subject: [PATCH] Update to .NET 8 --- .github/workflows/continuous-integration.yml | 6 +++--- .gitignore | 2 ++ src/WebGL.Sample/WebGL.Sample.csproj | 4 ++-- src/WebGL.Sample/index.html | 2 +- src/WebGL.Sample/main.js | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 7de4f31..4954a63 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -37,10 +37,10 @@ jobs: if: github.ref == 'refs/heads/master' uses: actions/configure-pages@v3 - - name: Setup .NET 7 SDK - uses: actions/setup-dotnet@v1 + - name: Setup .NET 8 SDK + uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Install wasm-tools workload run: | diff --git a/.gitignore b/.gitignore index 4b95c76..b0854ef 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ bin artifacts .vscode artifactspublish +build +buildpublish diff --git a/src/WebGL.Sample/WebGL.Sample.csproj b/src/WebGL.Sample/WebGL.Sample.csproj index 49d0de1..c61a665 100644 --- a/src/WebGL.Sample/WebGL.Sample.csproj +++ b/src/WebGL.Sample/WebGL.Sample.csproj @@ -1,7 +1,7 @@ - + - net7.0 + net8.0 11 enable Exe diff --git a/src/WebGL.Sample/index.html b/src/WebGL.Sample/index.html index f975141..7d97928 100644 --- a/src/WebGL.Sample/index.html +++ b/src/WebGL.Sample/index.html @@ -4,7 +4,7 @@ - + .NET + WebGL = 💖