File tree Expand file tree Collapse file tree 6 files changed +4700
-44
lines changed
Expand file tree Collapse file tree 6 files changed +4700
-44
lines changed Original file line number Diff line number Diff line change 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}
File renamed without changes.
Original file line number Diff line number Diff line change 1010 "module" : " commonjs" ,
1111 "moduleResolution" : " node"
1212 },
13- "include" : [
14- " client/**/*" ,
15- " custom.d.ts"
16- ],
1713 "exclude" : [
1814 " node_modules"
1915 ]
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments