Skip to content

Commit

Permalink
build: Поднята версия dotnet до 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Kibnet committed Mar 1, 2024
1 parent 4bbdd2c commit 787449d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -17,7 +17,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.202
dotnet-version: 8.0.100
- name: Install dependencies
run: dotnet restore
- name: Pack solution
Expand Down
1 change: 1 addition & 0 deletions WritableJsonConfiguration.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WritableJsonConfiguration",
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39500AAE-416D-4892-9350-E95490594AAC}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
resources\JSON_logo.png = resources\JSON_logo.png
EndProjectSection
EndProject
Expand Down

0 comments on commit 787449d

Please sign in to comment.