Skip to content

Commit

Permalink
Added suppport for .NET 7
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddesmet committed Apr 20, 2023
1 parent b8de1b5 commit 2661b59
Show file tree
Hide file tree
Showing 42 changed files with 5,634 additions and 5,670 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: 'Git Fetch Tags'
run: git fetch --tags
- name: 'Install .NET SDK'
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
- name: '.NET Restore'
run: dotnet tool restore
- name: 'Build Project'
Expand Down
5 changes: 5 additions & 0 deletions NaCl.Core.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{28EF1FB3-A057-4C17-A3B2-B9370B234F81}"
ProjectSection(SolutionItems) = preProject
CodeCoverage.runsettings = CodeCoverage.runsettings
build.cake = build.cake
dotnet-tools.json = dotnet-tools.json
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
Expand Down
12 changes: 6 additions & 6 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.101",
"rollForward": "latestFeature"
}
}
{
"sdk": {
"version": "7.0.202",
"rollForward": "latestFeature"
}
}
Loading

0 comments on commit 2661b59

Please sign in to comment.