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 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