Skip to content

Commit e49c3a0

Browse files
authored
Pin .NET SDK to 8.x for local/CI builds (#591)
* Pin .NET SDK to 8.x for local/CI builds * Update QRCoder.sln
1 parent 04cb78b commit e49c3a0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

QRCoder.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
2525
ProjectSection(SolutionItems) = preProject
2626
.editorconfig = .editorconfig
2727
Directory.Build.props = Directory.Build.props
28+
global.json = global.json
2829
EndProjectSection
2930
EndProject
3031
Global

global.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"sdk": {
3+
"version": "8.0.100",
4+
"allowPrerelease": false,
5+
"rollForward": "latestFeature"
6+
}
7+
}

0 commit comments

Comments
 (0)