From e98580763803cd33380e55310f2fbe5788e7da57 Mon Sep 17 00:00:00 2001 From: Mariusz Schimke Date: Sat, 26 Aug 2023 20:46:22 +0200 Subject: [PATCH 1/2] Upgrade NuGet packages --- .../GiGraph.Dot.Entities.Tests.csproj | 10 +++++----- .../GiGraph.Dot.Output.Tests.csproj | 10 +++++----- src/GiGraph.Dot.Tests/GiGraph.Dot.Tests.csproj | 10 +++++----- .../GiGraph.Dot.Types.Tests.csproj | 10 +++++----- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/GiGraph.Dot.Entities.Tests/GiGraph.Dot.Entities.Tests.csproj b/src/GiGraph.Dot.Entities.Tests/GiGraph.Dot.Entities.Tests.csproj index 949fdc2d6..9eeeef56f 100644 --- a/src/GiGraph.Dot.Entities.Tests/GiGraph.Dot.Entities.Tests.csproj +++ b/src/GiGraph.Dot.Entities.Tests/GiGraph.Dot.Entities.Tests.csproj @@ -5,14 +5,14 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/GiGraph.Dot.Output.Tests/GiGraph.Dot.Output.Tests.csproj b/src/GiGraph.Dot.Output.Tests/GiGraph.Dot.Output.Tests.csproj index 1a9af9dc2..b0af78bf7 100644 --- a/src/GiGraph.Dot.Output.Tests/GiGraph.Dot.Output.Tests.csproj +++ b/src/GiGraph.Dot.Output.Tests/GiGraph.Dot.Output.Tests.csproj @@ -5,14 +5,14 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/GiGraph.Dot.Tests/GiGraph.Dot.Tests.csproj b/src/GiGraph.Dot.Tests/GiGraph.Dot.Tests.csproj index 1a1d02205..5e47ceea9 100644 --- a/src/GiGraph.Dot.Tests/GiGraph.Dot.Tests.csproj +++ b/src/GiGraph.Dot.Tests/GiGraph.Dot.Tests.csproj @@ -5,14 +5,14 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/GiGraph.Dot.Types.Tests/GiGraph.Dot.Types.Tests.csproj b/src/GiGraph.Dot.Types.Tests/GiGraph.Dot.Types.Tests.csproj index 35cc40884..5d8ebc953 100644 --- a/src/GiGraph.Dot.Types.Tests/GiGraph.Dot.Types.Tests.csproj +++ b/src/GiGraph.Dot.Types.Tests/GiGraph.Dot.Types.Tests.csproj @@ -5,14 +5,14 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 23efacc437043f0c103ccbace387dd4f3f95c1fe Mon Sep 17 00:00:00 2001 From: Mariusz Schimke Date: Sat, 26 Aug 2023 20:54:42 +0200 Subject: [PATCH 2/2] Update action versions in workflows --- .github/workflows/build_and_test.yml | 4 ++-- .github/workflows/publish.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 2e07e48bf..6b9c2a2cd 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -17,9 +17,9 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup .NET - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: dotnet-version: 6.0.x - name: Restore dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b60453ff9..7fe49045e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,9 +17,9 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup .NET - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: dotnet-version: 6.0.x - name: Setup NuGet.exe