From 4e4fc6ec71d275d697e26c604468a3c7b66dbef6 Mon Sep 17 00:00:00 2001 From: James Sturtevant Date: Thu, 6 Mar 2025 14:55:08 -0800 Subject: [PATCH] Update all the tooling versions Signed-off-by: James Sturtevant --- .github/workflows/release.yml | 2 +- Directory.Build.props | 6 +++--- Directory.Packages.props | 4 ++-- templates/content/wasi-cli/wasi-cli.csproj | 4 ++-- test/E2ETest/testapps/E2EConsumer/E2EConsumer.csproj | 2 +- test/E2ETest/testapps/E2EProducer/E2EProducer.csproj | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e576be..6600ab4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.x + dotnet-version: 9.x - name: Download artifacts uses: actions/download-artifact@v4 with: diff --git a/Directory.Build.props b/Directory.Build.props index b43d32f..f4e6754 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -9,10 +9,10 @@ $(NoWarn);NU1507 - 1.221.1 + 1.227.0 v0.6.1 - 0.36.0 - 0.8.5 + 0.40.0 + 0.10.0 diff --git a/Directory.Packages.props b/Directory.Packages.props index f4e621c..f65dc57 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -4,8 +4,8 @@ - - + + diff --git a/templates/content/wasi-cli/wasi-cli.csproj b/templates/content/wasi-cli/wasi-cli.csproj index 51af1c4..ffe2684 100644 --- a/templates/content/wasi-cli/wasi-cli.csproj +++ b/templates/content/wasi-cli/wasi-cli.csproj @@ -15,7 +15,7 @@ - - + + diff --git a/test/E2ETest/testapps/E2EConsumer/E2EConsumer.csproj b/test/E2ETest/testapps/E2EConsumer/E2EConsumer.csproj index 4fac070..2d3dbb3 100644 --- a/test/E2ETest/testapps/E2EConsumer/E2EConsumer.csproj +++ b/test/E2ETest/testapps/E2EConsumer/E2EConsumer.csproj @@ -18,7 +18,7 @@ - + diff --git a/test/E2ETest/testapps/E2EProducer/E2EProducer.csproj b/test/E2ETest/testapps/E2EProducer/E2EProducer.csproj index 9879d27..c011da0 100644 --- a/test/E2ETest/testapps/E2EProducer/E2EProducer.csproj +++ b/test/E2ETest/testapps/E2EProducer/E2EProducer.csproj @@ -16,7 +16,7 @@ - +