Skip to content

Commit e309712

Browse files
committed
Update .NET SDK version in global.json
Updated the `global.json` file to change the .NET SDK version from `8.0.413` to `8.0.415`. This ensures the project uses the latest SDK version, which may include bug fixes, performance improvements, or new features.
1 parent 083befe commit e309712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "8.0.413"
3+
"version": "8.0.415"
44
}
55
}

0 commit comments

Comments
 (0)