Skip to content

Commit 2a773f0

Browse files
Add global.json targeting .NET Core 3.1
1 parent c505135 commit 2a773f0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Ookii.Dialogs.Wpf.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{B2AB57
1212
.editorconfig = .editorconfig
1313
.gitattributes = .gitattributes
1414
.gitignore = .gitignore
15+
global.json = global.json
1516
LICENSE = LICENSE
1617
nuget.config = nuget.config
1718
assets\ookii-dialogs.snk = assets\ookii-dialogs.snk

global.json

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

0 commit comments

Comments
 (0)