Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jfoot committed Jul 28, 2024
1 parent b2e4fef commit 022f3e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v2.1.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.302
dotnet-version: 8.x
cache: true
- name: Build with dotnet
run: dotnet build --configuration Release
- name: Test with dotnet
Expand Down
2 changes: 1 addition & 1 deletion ReadingBuses API Tests/ReadingBuses API Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>ReadingBuses_API_Tests</RootNamespace>

<IsPackable>false</IsPackable>
Expand Down
1 change: 1 addition & 0 deletions ReadingBusesAPI/ReadingBusesAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Get your own API Keys from: https://reading-opendata.r2p.com/api-service</Descri
<Product>Reading Buses API</Product>
<ApplicationIcon>LogoHighRes.ico</ApplicationIcon>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Title>ReadingBusesAPI</Title>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 022f3e0

Please sign in to comment.