From 66385468c7cf981a8f512d38702703622e5fc373 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 21:38:44 +0000 Subject: [PATCH 1/2] Bump DynamoDBGenerator.SourceGenerator from 2.1.3 to 2.1.4 --- updated-dependencies: - dependency-name: DynamoDBGenerator.SourceGenerator dependency-version: 2.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/Dynatello/Dynatello.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dynatello/Dynatello.csproj b/src/Dynatello/Dynatello.csproj index 348b850..eeb0752 100644 --- a/src/Dynatello/Dynatello.csproj +++ b/src/Dynatello/Dynatello.csproj @@ -21,7 +21,7 @@ - + From c670e703b069c873f7963a4a6eca623d92902a92 Mon Sep 17 00:00:00 2001 From: Robert Andersson Date: Tue, 16 Dec 2025 22:42:50 +0100 Subject: [PATCH 2/2] Update .NET version to support multiple versions --- .github/workflows/dotnet.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index ca8bd5f..05e8c6a 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -33,7 +33,9 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v2 with: - dotnet-version: 8.0.x + dotnet-version: | + 8.0.x + 10.0.x - name: Restore dependencies run: dotnet restore - name: Build