Skip to content

Commit

Permalink
net8
Browse files Browse the repository at this point in the history
  • Loading branch information
omsmith committed Aug 28, 2024
1 parent c50290e commit 06409a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build
on: [push]

env:
VERSION_PREFIX: "0.6.0"
VERSION_PREFIX: "0.7.0"

jobs:
build:
Expand All @@ -12,20 +12,14 @@ jobs:

- uses: Brightspace/third-party-actions@actions/checkout

- name: Setup .NET Core (3.1.x)
- name: Setup .NET
uses: Brightspace/third-party-actions@actions/setup-dotnet
with:
dotnet-version: 3.1.x

- name: Setup .NET Core (5.0.x)
uses: Brightspace/third-party-actions@actions/setup-dotnet
with:
dotnet-version: 5.0.x

- name: Setup .NET Core (6.0.x)
uses: Brightspace/third-party-actions@actions/setup-dotnet
with:
dotnet-version: 6.0.x
dotnet-version: |
3.1.x
5.0.x
6.0.x
8.0.x
- name: Restore
run: dotnet restore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
<TargetFrameworks>net6.0;net5.0;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net8.0;net6.0;net5.0;netcoreapp3.1</TargetFrameworks>
<ToolCommandName>dotnet-ci-version-properties</ToolCommandName>
</PropertyGroup>
</Project>

0 comments on commit 06409a2

Please sign in to comment.