Skip to content

Commit

Permalink
net8 (#14)
Browse files Browse the repository at this point in the history
* net8

* build: update upload-artifact
  • Loading branch information
omsmith authored Sep 27, 2024
1 parent 249c301 commit eb93a2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
with:
dotnet-version: 5.0.x

- name: Setup .NET 8.0.x
uses: Brightspace/third-party-actions@actions/setup-dotnet
with:
dotnet-version: 8.0.x

- name: dotnet tool restore
run: dotnet tool restore

Expand All @@ -41,7 +46,7 @@ jobs:
run: mkdir dist/ && cp src/DotnetDynamoDBLock/bin/Release/*.nupkg dist/

- name: Archive dist/
uses: actions/upload-artifact@v1
uses: Brightspace/third-party-actions@actions/upload-artifact
with:
name: dist
path: dist/
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<IsPackable>false</IsPackable>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<TargetFrameworks>net5.0;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net8.0;net5.0;netcoreapp3.1</TargetFrameworks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

Expand Down

0 comments on commit eb93a2c

Please sign in to comment.