Skip to content

Commit 8f80e0a

Browse files
Merge pull request #524 from XeroAPI/7.0.0
revert test project .net version
2 parents cdeca0c + 5ce007e commit 8f80e0a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Setup .NET
15-
uses: actions/setup-dotnet@v4
15+
uses: actions/setup-dotnet@v1
1616
with:
17-
dotnet-version: 6.0.x
17+
dotnet-version: 3.1.x
1818
- name: Restore dependencies
1919
run: dotnet restore
2020
- name: Build
2121
run: dotnet build --no-restore
2222
- name: Create Package for Nuget.org\
2323
run: dotnet pack
2424
- name: Publish Package to Nuget.org
25-
run: dotnet nuget push ./Xero.NetStandard.OAuth2/bin/Release/Xero.NetStandard.OAuth2.${{ github.event.release.name }}.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json
25+
run: dotnet nuget push ./Xero.NetStandard.OAuth2/bin/Debug/Xero.NetStandard.OAuth2.${{ github.event.release.name }}.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json

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>net6.0</TargetFramework>
8+
<TargetFramework>netcoreapp3.1</TargetFramework>
99
<IsPackable>false</IsPackable>
1010
<FileAlignment>512</FileAlignment>
1111
</PropertyGroup>

0 commit comments

Comments
 (0)