Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Update dotnetcore.yml
Browse files Browse the repository at this point in the history
updated dotnet version to build
  • Loading branch information
SrushtiPasari94 authored Oct 17, 2023
1 parent 8bc7fcb commit bc0f23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'
include-prerelease: true

- name: Build with dotnet
Expand Down

0 comments on commit bc0f23f

Please sign in to comment.