Skip to content

Commit ef934e6

Browse files
committed
.
1 parent e5a0111 commit ef934e6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/NsbSqlNative.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
88
appveyor.yml = appveyor.yml
99
Directory.Build.props = Directory.Build.props
1010
Directory.Packages.props = Directory.Packages.props
11+
global.json = global.json
12+
..\readme.source.md = ..\readme.source.md
1113
EndProjectSection
1214
EndProject
1315
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlServer.Native", "SqlServer.Native\SqlServer.Native.csproj", "{BEE310A5-3D99-450C-9172-06BCEFDB743D}"

src/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.301",
3+
"version": "10.0.100-preview.7.25323.104",
44
"allowPrerelease": true,
55
"rollForward": "latestFeature"
66
}

0 commit comments

Comments
 (0)