Skip to content

Commit

Permalink
Cleaning up stuff that has fallen behind (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
UnstoppableMango authored Oct 23, 2024
1 parent 420ddd6 commit a33e45c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# IDE Settings
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json
.idea/**/workspace.xml
.idea/**/tasks.xml
Expand Down
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "vendor/CliWrap"]
path = vendor/CliWrap
url = [email protected]:Tyrrrz/CliWrap.git
url = https://github.com/Tyrrrz/CliWrap
branch = master
8 changes: 4 additions & 4 deletions src/CliWrap.FSharp.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
},
"FSharp.Core": {
"type": "Direct",
"requested": "[8.0.400, )",
"resolved": "8.0.400",
"contentHash": "kHMdDDmlZl98tujgHCmL8/HNH9VKbxsRMC9s7wbwr4noR40SSa5D4d00yF8cMK52s8jabVuiLLcrUw9r+PkKDQ=="
"requested": "[8.0.401, )",
"resolved": "8.0.401",
"contentHash": "pvmquLrs82m8WqWB49Gj+hsmnWURkUbc++pJ0P2NdrEv1ZVVrhDNjSiFNP4wW4HiTowwaRhjiBc5IKNV35Vf/A=="
},
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
Expand Down Expand Up @@ -158,7 +158,7 @@
"type": "Project",
"dependencies": {
"CliWrap": "[3.6.6, )",
"FSharp.Core": "[8.0.400, )"
"FSharp.Core": "[8.0.401, )"
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions src/CliWrap.FSharp/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"FSharp.Core": {
"type": "Direct",
"requested": "[8.0.400, )",
"resolved": "8.0.400",
"contentHash": "kHMdDDmlZl98tujgHCmL8/HNH9VKbxsRMC9s7wbwr4noR40SSa5D4d00yF8cMK52s8jabVuiLLcrUw9r+PkKDQ=="
"requested": "[8.0.401, )",
"resolved": "8.0.401",
"contentHash": "pvmquLrs82m8WqWB49Gj+hsmnWURkUbc++pJ0P2NdrEv1ZVVrhDNjSiFNP4wW4HiTowwaRhjiBc5IKNV35Vf/A=="
},
"Microsoft.SourceLink.GitHub": {
"type": "Direct",
Expand Down

0 comments on commit a33e45c

Please sign in to comment.