Skip to content

Commit

Permalink
Update dotnetify version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dicky authored and dicky committed Jun 1, 2020
1 parent 659dae4 commit 0f296f5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Demo/React/HelloWorld.WebPack/HelloWorld.WebPack.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="DotNetify.SignalR" Version="3.6.0" />
<PackageReference Include="DotNetify.SignalR" Version="4.0.0" />
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="3.0.0" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions Demo/React/HelloWorld.WebPack/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Demo/React/HelloWorld.WebPack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
]
},
"dependencies": {
"dotnetify": "^3.7.1",
"dotnetify": "^4.0.0",
"react": "~16.11.0",
"react-dom": "~16.11.0"
},
Expand Down
3 changes: 1 addition & 2 deletions Demo/React/HelloWorld.WebPack/src/HelloWorld-withHook.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as React from 'react';
//@ts-ignore
import React from 'react';
import { useConnect } from 'dotnetify';

interface State {
Expand Down
2 changes: 1 addition & 1 deletion Demo/React/HelloWorld.WebPack/src/HelloWorld.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as React from 'react';
import React from 'react';
import dotnetify from 'dotnetify';

interface State {
Expand Down

0 comments on commit 0f296f5

Please sign in to comment.