Skip to content

Commit

Permalink
Merge pull request #196 from pyrocumulus/dependabot/nuget/tests/PVOut…
Browse files Browse the repository at this point in the history
…put.Net.Tests/NUnit-4.0.0

Bump NUnit from 3.14.0 to 4.0.0 in /tests/PVOutput.Net.Tests
  • Loading branch information
pyrocumulus authored Jan 25, 2024
2 parents 838a094 + adb9806 commit a7615a5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .NET Core
name: .NET build

on:
push:
Expand All @@ -14,10 +14,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
- name: Setup .NET
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 3.1.100
dotnet-version: 8.x
dotnet-quality: 'ga'
- name: Build with dotnet
run: dotnet build --configuration Release
- name: Test with dotnet
Expand Down
4 changes: 2 additions & 2 deletions PVOutput.Net.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Project files", "Project files", "{0BCF7233-827B-4A45-8FB8-CDE08CB4B9AE}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
codecov.yml = codecov.yml
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
.github\dependabot.yml = .github\dependabot.yml
LICENSE = LICENSE
Expand All @@ -28,8 +28,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{
.github\workflows\codecov.yml = .github\workflows\codecov.yml
.github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml
.github\workflows\docfx.yml = .github\workflows\docfx.yml
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
.github\workflows\publish-nuget.yml = .github\workflows\publish-nuget.yml
.github\workflows\dotnet-build.yml = .github\workflows\dotnet-build.yml
EndProjectSection
EndProject
Global
Expand Down
4 changes: 2 additions & 2 deletions tests/PVOutput.Net.Tests/PVOutput.Net.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\..\artifacts\</OutputPath>
Expand All @@ -11,7 +11,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit" Version="4.0.1" />
<PackageReference Include="NUnit.Analyzers" Version="3.10.0" />
<PackageReference Include="RichardSzalay.MockHttp" Version="7.0.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0">
Expand Down
2 changes: 1 addition & 1 deletion tests/PVOutput.Net.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="3.14.0" targetFramework="net471" />
<package id="NUnit" version="4.0.1" targetFramework="net8" />
<package id="RichardSzalay.MockHttp" version="7.0.0" targetFramework="net471" />
<package id="Tavis.UriTemplates" version="2.0.0" targetFramework="net471" />
</packages>

0 comments on commit a7615a5

Please sign in to comment.