Skip to content

Commit

Permalink
Merge pull request #114 from Sauceforge/feature/upgrade-nuget-packages
Browse files Browse the repository at this point in the history
Feature/upgrade nuget packages
  • Loading branch information
agray authored Dec 11, 2023
2 parents c4a0af5 + 1f3bd14 commit 130f3f1
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
# Check for latest at link at .NET 8 download page (https://dotnet.microsoft.com/download/dotnet/8.0)
dotnet-version: 8.0.x
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
# Check for latest at link at .NET 8 download page (https://dotnet.microsoft.com/download/dotnet/8.0)
dotnet-version: 8.0.x
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
# Check for latest at link at .NET 8 download page (https://dotnet.microsoft.com/download/dotnet/8.0)
dotnet-version: 8.0.x
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
# Check for latest at link at .NET 8 download page (https://dotnet.microsoft.com/download/dotnet/8.0)
dotnet-version: 8.0.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
# Check for latest at link at .NET 8 download page (https://dotnet.microsoft.com/download/dotnet/8.0)
dotnet-version: 8.0.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-xunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
# Check for latest at link at .NET 8 download page (https://dotnet.microsoft.com/download/dotnet/8.0)
dotnet-version: 8.0.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
# Check for latest at link at .NET 8 download page (https://dotnet.microsoft.com/download/dotnet/8.0)
dotnet-version: 8.0.x
Expand Down
2 changes: 1 addition & 1 deletion ExternalMerlin.XUnit/ExternalMerlin.XUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="Meziantou.Xunit.ParallelTestFramework" Version="2.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions Merlin.XUnit/Merlin.XUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<ItemGroup>
<PackageReference Include="Meziantou.Xunit.ParallelTestFramework" Version="2.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<PackageReference Include="xunit" Version="2.6.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
1 change: 0 additions & 1 deletion Saucery.Playwright.NUnit/Saucery.Playwright.NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<PackageReference Include="Microsoft.Playwright.NUnit" Version="1.40.0" />
<PackageReference Include="NUnit" Version="4.0.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Saucery.Core" Version="4.3.0" />
<None Include="Images\Saucery.NUnit.128x128.png" Pack="true" PackagePath="\" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Saucery.XUnit/Saucery.XUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<ItemGroup>
<PackageReference Include="Meziantou.Xunit.ParallelTestFramework" Version="2.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="XUnit" Version="2.6.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<PackageReference Include="XUnit" Version="2.6.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 130f3f1

Please sign in to comment.