Skip to content

Commit ec09a23

Browse files
Update SDK Target to 2.2.100
1 parent 94bf1f0 commit ec09a23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"projects": [ "src", "tests", "samples"],
33
"sdk": {
4-
"version": "2.2.100-preview3-009430"
4+
"version": "2.2.100"
55
}
66
}

install-sdk.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
$SdkVersion = "2.2.100-preview3-009430"
1+
$SdkVersion = "2.2.100"
22
& "./dotnet-install.ps1" -Version $SdkVersion

0 commit comments

Comments
 (0)