Skip to content

Commit c0f1acb

Browse files
committed
bumping build agent .NET version
1 parent 2332fb2 commit c0f1acb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI build
22

33
env:
44
OUTPUT_PATH: ${{ github.workspace }}/.nupkg
5-
DOTNET_VERSION: "3.1.100"
5+
DOTNET_VERSION: "5.0.101"
66
GITHUB_SOURCE: "https://nuget.pkg.github.com/aaronpowell/index.json"
77
CONFIGURATION: "Debug"
88

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release build
22

33
env:
44
OUTPUT_PATH: ${{ github.workspace }}/.nupkg
5-
DOTNET_VERSION: "3.1.100"
5+
DOTNET_VERSION: "5.0.101"
66
GITHUB_SOURCE: "https://nuget.pkg.github.com/aaronpowell/index.json"
77
NUGET_SOURCE: "https://api.nuget.org/v3/index.json"
88

0 commit comments

Comments
 (0)