Skip to content

Commit

Permalink
Merge pull request #305 from xt0rted/dependabot/nuget/run-script-0.6.0
Browse files Browse the repository at this point in the history
Bump run-script from 0.5.0 to 0.6.0
  • Loading branch information
xt0rted authored Apr 10, 2024
2 parents 45ea498 + 0290c97 commit c309762
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"run-script": {
"version": "0.5.0",
"version": "0.6.0",
"commands": [
"r"
]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
3.1.x
5.0.x
6.0.x
8.0.x
- run: dotnet tool restore

Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.420"
"version": "8.0.203"
},
"scripts": {
"clean": "dotnet rimraf artifacts .coverage",
Expand Down
1 change: 1 addition & 0 deletions src/PlatformAttributes.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// <autogenerated />
namespace System.Runtime.Versioning;

#if NETCOREAPP3_1
Expand Down

0 comments on commit c309762

Please sign in to comment.