Skip to content

Commit d00f365

Browse files
committed
updating demo 6
1 parent 19d8a3f commit d00f365

File tree

6 files changed

+4700
-44
lines changed

6 files changed

+4700
-44
lines changed

src/demo5/client/tsconfig.json

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
11
{
2-
"compilerOptions": {
3-
"noImplicitAny": false,
4-
"allowSyntheticDefaultImports": true,
5-
"emitDecoratorMetadata": true,
6-
"experimentalDecorators": true,
7-
"noEmitOnError": false,
8-
"sourceMap": true,
9-
"target": "es2015",
10-
"module": "commonjs",
11-
"moduleResolution": "node"
12-
},
13-
"types": [
14-
"node"
15-
],
16-
"include": [
17-
"client/**/*",
18-
"custom.d.ts"
19-
],
20-
"exclude": [
21-
"node_modules"
22-
]
2+
"compilerOptions": {
3+
"noImplicitAny": false,
4+
"allowSyntheticDefaultImports": true,
5+
"emitDecoratorMetadata": true,
6+
"experimentalDecorators": true,
7+
"noEmitOnError": false,
8+
"sourceMap": true,
9+
"target": "es2015",
10+
"module": "commonjs",
11+
"moduleResolution": "node"
12+
},
13+
"types": [
14+
"node"
15+
],
16+
"exclude": [
17+
"node_modules"
18+
]
2319
}
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
"module": "commonjs",
1111
"moduleResolution": "node"
1212
},
13-
"include": [
14-
"client/**/*",
15-
"custom.d.ts"
16-
],
1713
"exclude": [
1814
"node_modules"
1915
]

src/demo6/demo6.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.AspNetCore.App" />
13-
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="1.0.0-rc1-final" />
13+
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="1.0.4" />
1414
</ItemGroup>
1515

1616
</Project>

0 commit comments

Comments
 (0)