Skip to content

Commit 6ec9c2c

Browse files
committed
update demo 2
1 parent b015f39 commit 6ec9c2c

File tree

7 files changed

+4328
-22
lines changed

7 files changed

+4328
-22
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "2.1.300"
3+
"version": "2.1.403"
44
}
55
}
File renamed without changes.

src/demo2/tsconfig.json renamed to src/demo2/client/tsconfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"module": "commonjs",
1212
"moduleResolution": "node"
1313
},
14+
"include": [
15+
"**/*.ts",
16+
"**/*.vue",
17+
],
1418
"types": [
1519
"node"
1620
]

src/demo2/demo2.csproj

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

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

0 commit comments

Comments
 (0)