From 93aec849c7f3ae1237d41c24952784ef17d6d963 Mon Sep 17 00:00:00 2001 From: Yadickson Soto Date: Fri, 12 Jul 2024 11:55:54 -0400 Subject: [PATCH 1/6] Update dotnet-exec.csproj change net5 to net6 --- src/dotnet-exec.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dotnet-exec.csproj b/src/dotnet-exec.csproj index effd4ed..92cfba5 100644 --- a/src/dotnet-exec.csproj +++ b/src/dotnet-exec.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 Exe dotnet-tool-exec 2.0.5 From a509bc131d46eb026d901522c702f1e8045d6ea4 Mon Sep 17 00:00:00 2001 From: Yadickson Soto Date: Fri, 12 Jul 2024 11:56:23 -0400 Subject: [PATCH 2/6] Update dotnet-exec-test.csproj Change net5 to net6 --- test/dotnet-exec-test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dotnet-exec-test.csproj b/test/dotnet-exec-test.csproj index 0dc89b6..f561425 100644 --- a/test/dotnet-exec-test.csproj +++ b/test/dotnet-exec-test.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 false From 23abc53f649f4cacd50e8643c2e3d3e788e84125 Mon Sep 17 00:00:00 2001 From: Yadickson Soto Date: Fri, 12 Jul 2024 11:58:08 -0400 Subject: [PATCH 3/6] Update dotnet-exec.csproj Change version from 2.0.5 to 2.0.6 --- src/dotnet-exec.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dotnet-exec.csproj b/src/dotnet-exec.csproj index 92cfba5..9688f58 100644 --- a/src/dotnet-exec.csproj +++ b/src/dotnet-exec.csproj @@ -4,7 +4,7 @@ net6.0 Exe dotnet-tool-exec - 2.0.5 + 2.0.6 README.md Execute custom commands by dotnet From 3b2040c88ce5ea41d275572dc957dc4e8eec6b19 Mon Sep 17 00:00:00 2001 From: Yadickson Soto Date: Fri, 12 Jul 2024 11:59:16 -0400 Subject: [PATCH 4/6] Update release.yaml --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 983882f..a6e2769 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,7 @@ jobs: - name: Setup .NET Core SDK ${{ matrix.dotnet-version }} uses: actions/setup-dotnet@v1.7.2 with: - dotnet-version: '5.0.x' + dotnet-version: '6.0.x' - name: Set Release Version Env run: echo "RELEASE_VERSION=`echo $(git describe --tags --abbrev=0)`" >> $GITHUB_ENV From 77b66b5da6d1b4182bfd0b88a9fb120a819fa65c Mon Sep 17 00:00:00 2001 From: Yadickson Soto Date: Fri, 12 Jul 2024 11:59:42 -0400 Subject: [PATCH 5/6] Update test.yaml --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6083c42..78d2238 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - dotnet-version: ["5.0.x"] + dotnet-version: ["6.0.x"] steps: - uses: actions/checkout@v2 - name: Setup .NET Core SDK ${{ matrix.dotnet-version }} From 4ed04482124678e34b886c5931cfe552c02d995f Mon Sep 17 00:00:00 2001 From: Yadickson Soto Date: Fri, 12 Jul 2024 12:07:58 -0400 Subject: [PATCH 6/6] Update dotnet-exec.csproj --- src/dotnet-exec.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dotnet-exec.csproj b/src/dotnet-exec.csproj index 9688f58..07e67c1 100644 --- a/src/dotnet-exec.csproj +++ b/src/dotnet-exec.csproj @@ -4,7 +4,7 @@ net6.0 Exe dotnet-tool-exec - 2.0.6 + 3.1.2 README.md Execute custom commands by dotnet