Update dotnetcore.yml

updated dotnet version to build
This commit is contained in:
Srushti
2023-10-17 15:30:32 +05:30
committed by GitHub
parent 8bc7fcb69d
commit bc0f23ffff

View File

@@ -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