Skip to content

Commit

Permalink
Merge pull request #177 from PhantomGamers/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomGamers authored Nov 21, 2023
2 parents e40799d + 02b3356 commit bf0d88f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
dotnet-version: 7.x
cache: true
cache-dependency-path: '**/packages.lock.json'
- run: dotnet restore --locked-mode
- name: Set OS_ARG environment variable
run: |
if ("${{ runner.os }}" -eq "Windows") {
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
dotnet-version: 7.x
cache: true
cache-dependency-path: '**/packages.lock.json'
- run: dotnet restore --locked-mode
- name: Set OS_ARG environment variable
run: |
if ("${{ runner.os }}" -eq "Windows") {
Expand Down
1 change: 1 addition & 0 deletions SFP.sln
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
README.md = README.md
createpublishedzip.ps1 = createpublishedzip.ps1
.pre-commit-config.yaml = .pre-commit-config.yaml
global.json = global.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{D50C3657-84AF-4631-9291-21EEF38F94B6}"
Expand Down
7 changes: 7 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"sdk": {
"version": "7.0.0",
"rollForward": "latestMinor",
"allowPrerelease": false
}
}

0 comments on commit bf0d88f

Please sign in to comment.