Skip to content

Commit

Permalink
prep CI for net8.0 upgrade (#120)
Browse files Browse the repository at this point in the history
* bump dotnet in runner

* delete empty file

* fix tests
  • Loading branch information
martin-nef authored Apr 25, 2024
1 parent ba5221a commit 7ee1880
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '2.2.x'
dotnet-version: '8.0.x'
- name: Restore
run: dotnet restore
- name: Build with dotnet
Expand All @@ -37,6 +37,6 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '2.2.x'
dotnet-version: '8.0.x'
- name: Publish the library
run: dotnet nuget push artifact/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} -n --skip-duplicate
4 changes: 2 additions & 2 deletions GoCardless.Tests/GoCardless.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp2.1</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="4.19.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="NUnit" Version="3.7.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.8.0-alpha1" />
</ItemGroup>
Expand Down
Empty file removed changes.patch
Empty file.

0 comments on commit 7ee1880

Please sign in to comment.