Skip to content

Commit 6b8cca6

Browse files
committed
Bump sdk version
1 parent b691110 commit 6b8cca6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

KnowledgeBaseServer.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
99
Directory.Packages.props = Directory.Packages.props
1010
LICENSE = LICENSE
1111
README.md = README.md
12+
.dockerignore = .dockerignore
13+
global.json = global.json
1214
EndProjectSection
1315
EndProject
1416
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2162A920-E15A-42C5-8CF0-E066D886D1B1}"

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": "9.0.100",
3+
"version": "9.0.200",
44
"rollForward": "minor"
55
}
66
}

0 commit comments

Comments
 (0)