updated docker file, launch settings, globaljson version to net 8

This commit is contained in:
Srushti Pasari94
2023-10-30 13:02:11 +05:30
parent 386b7c8a57
commit b6b514675b
8 changed files with 13 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Build with dotnet
run: dotnet build ./Everything.sln --configuration Release /bl