Skip to content

Commit defd6c0

Browse files
authored
chore: Update Nerdbank version (#14)
* chore: Update Nerdbank version * fix: Update .NET version * fix: Update actions * fix: Superficial tweak to try kicking off workflow on commit * fix: Update .NET version
1 parent c2986cc commit defd6c0

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@ on:
77
jobs:
88
test:
99
runs-on: ubuntu-latest
10-
1110
steps:
1211
- name: Checkout OpenActive.DatasetSite.NET
13-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
1413
with:
1514
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
16-
- name: Setup .NET 6.0.x
17-
uses: actions/setup-dotnet@v2
15+
- name: Setup .NET 8.0.x
16+
uses: actions/setup-dotnet@v4
1817
with:
19-
dotnet-version: 6.0.x
18+
dotnet-version: 8.0.x
2019
- name: Install dependencies
2120
run: dotnet restore
2221
- name: Build

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
44
<PackageReference Include="Nerdbank.GitVersioning">
5-
<Version>3.3.37</Version>
5+
<Version>3.7.115</Version>
66
<PrivateAssets>all</PrivateAssets>
77
</PackageReference>
88
</ItemGroup>
9-
</Project>
9+
</Project>

OpenActive.DatasetSite.NET.Tests/OpenActive.DatasetSite.NET.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55

66
<IsPackable>false</IsPackable>
77
</PropertyGroup>

0 commit comments

Comments
 (0)