Skip to content

Commit 16e2c24

Browse files
authored
refactor: update to .NET SDK version 10.0.300 (#950)
This pull request updates the .NET SDK version used in the project from `10.0.100` to `10.0.300` in the `global.json` file. This ensures the project will use the newer SDK version for builds and development.
1 parent 5656409 commit 16e2c24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.100",
3+
"version": "10.0.300",
44
"rollForward": "latestMinor"
55
}
66
}

0 commit comments

Comments
 (0)