Skip to content

Commit d9c06b0

Browse files
committed
fixes the failing build pipeline for tests
1 parent 92077ca commit d9c06b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Setup .NET
15-
uses: actions/setup-dotnet@v1
15+
uses: actions/setup-dotnet@v4
1616
with:
17-
dotnet-version: 3.1.x
17+
dotnet-version: 6.0.x
1818
- name: Restore dependencies
1919
run: dotnet restore
2020
- name: Build

Xero.NetStandard.OAuth2.Test/Xero.NetStandard.OAuth2.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<AppDesignerFolder>Properties</AppDesignerFolder>
66
<RootNamespace>Xero.NetStandard.OAuth2.Test</RootNamespace>
77
<AssemblyName>Xero.NetStandard.OAuth2.Test</AssemblyName>
8-
<TargetFramework>net7.0</TargetFramework>
8+
<TargetFramework>net6.0</TargetFramework>
99
<IsPackable>false</IsPackable>
1010
<FileAlignment>512</FileAlignment>
1111
</PropertyGroup>

0 commit comments

Comments
 (0)