Skip to content

Commit

Permalink
Bump workflows to .Net 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
atmoos committed Dec 20, 2023
1 parent c4f4aff commit d14638d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_NOLOGO: true
DotNetVersion: 7.0.x
DotNetVersion: 8.0.x

defaults:
run:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
DOTNET_NOLOGO: true
Prefix: 'quantities/serialization/newtonsoft'
Project: 'source/Quantities.Serialization/Newtonsoft/Quantities.Serialization.Newtonsoft.csproj'
DotNetVersion: 7.0.x
DotNetVersion: 8.0.x

jobs:
publish:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
DOTNET_NOLOGO: true
Prefix: 'quantities/serialization/text.json'
Project: 'source/Quantities.Serialization/Text.Json/Quantities.Serialization.Text.Json.csproj'
DotNetVersion: 7.0.x
DotNetVersion: 8.0.x

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-quantities-units.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
DOTNET_NOLOGO: true
Prefix: 'quantities.units'
Project: 'source/Quantities.Units/Quantities.Units.csproj'
DotNetVersion: 7.0.x
DotNetVersion: 8.0.x

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-quantities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
DOTNET_NOLOGO: true
Prefix: 'quantities'
Project: 'source/Quantities/Quantities.csproj'
DotNetVersion: 7.0.x
DotNetVersion: 8.0.x

jobs:
publish:
Expand Down

0 comments on commit d14638d

Please sign in to comment.