Skip to content

Commit dfb2eb2

Browse files
authored
Merge pull request #50 from damienbod/dev2
.NET 8
2 parents 7174259 + 66857a2 commit dfb2eb2

File tree

4 files changed

+56
-96
lines changed

4 files changed

+56
-96
lines changed

.github/workflows/dotnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v1
1818
with:
19-
dotnet-version: '7.0'
19+
dotnet-version: '8.0'
2020
include-prerelease: True
2121
- name: Restore dependencies
2222
run: dotnet restore

README.md

+45-85
Original file line numberDiff line numberDiff line change
@@ -31,93 +31,53 @@ Add-Migration "init_hub_db" -c NewsContext
3131
```
3232
Update-Database -Context NewsContext
3333
```
34-
## History
35-
36-
2023-04-29: Updated nuget packages
37-
38-
2023-01-08: Updated nuget packages
39-
40-
2023-01-04: Updated to .NET 7 and Angular 15
41-
42-
2022-01-28: Updated nuget packages
43-
44-
2021-11-12: Updated .NET 6, Angular
45-
46-
2021-03-14: Updated .NET 5, Angular
47-
48-
2021-02-28: Updated .NET 5, Angular CLI
49-
50-
2021-01-23: Updated .NET 5, updated ngrx implementation, latest CLI, prettier
51-
52-
2020-12-06: Updated .NET 5, Angular CLI
53-
54-
2020-11-29: Updated .NET 5, Angular 11.0.2
55-
56-
2020-03-22: Updated Angular 9.0.7
57-
58-
2020-02-25: Updated packages
59-
60-
2020-01-02: Updated packages
61-
62-
2019-11-17: Updated Angular 8.2.14
63-
64-
2019-09-24: Updated to ASP.NET Core 3.0, Angular 8.2.7
65-
66-
2019-09-20: Updated to ASP.NET Core 3.0 rc1
67-
68-
2019-09-14: Updated to ASP.NET Core 3.0 preview 9, Angular 8.2.6
69-
70-
2019-09-01: Updated to ASP.NET Core 3.0 preview 8, Angular 8.2.4
71-
72-
2019-08-13: Updated to ASP.NET Core 3.0 preview 8, Angular 8.2.2
73-
74-
2019-07-30: Updated to ASP.NET Core 3.0 preview 7, @microsoft/signalr
75-
76-
2019-07-30: Updated to Angular 8.1.3
7734

78-
2019-05-30: Updated to Angular 8.0.0
79-
80-
2019-04-30: Updated packages
81-
82-
2019-03-29: Updated to Angular 7.2.11
83-
84-
2019-03-15: Updated to Angular 7.2.9, Nuget packages
85-
86-
2019-02-24: Updated to Angular 7.2.6, Nuget packages
87-
88-
2019-02-11: Updated to Angular 7.2.4, NGRX, Nuget packages
89-
90-
2018-12-12: Updated to Angular 7.1.3
91-
92-
2018-12-04: Updated to .NET Core 2.2
93-
94-
2018-11-22: Updated Angular 7.1.0
95-
96-
2018-10-26: Updated Angular 7.0.1
97-
98-
2018-10-14: Updated Angular 6.1.10, .NET Core 2.1.5, ASP.NET Core SignalR 1.0.4
99-
100-
2018-09-09: Updated Angular 6.1.7
101-
102-
2018-08-03: Updated to .NET Core 2.1.2, Angular 6.1.0, bootstrap 4
103-
104-
2018-05-31: Updated to .NET Core 2.1
105-
106-
2018-05-27: Updated to Angular 6.0.3
107-
108-
2018-05-12: Updated to Angular 6.0.1, using message pack SignalR extension method in client
109-
110-
2018-05-08: Updated to .NET Core 2.1 rc1
111-
112-
2018-05-04: Updated to Angular 6
113-
114-
2018-04-22: Updating nuget packages and npm packages, @aspnet/signalr 1.0.0-preview2-final, Microsoft.AspNetCore.SignalR 1.0.0-preview2-final
115-
116-
2018-03-19: Added example for Message Pack
117-
118-
2018-03-14: Updated signalr Microsoft.AspNetCore.SignalR 1.0.0-preview1-final, Angular 5.2.8, @aspnet/signalr 1.0.0-preview1-update1
35+
## History
11936

120-
2017-10-15: Updated signalr 1.0.0-alpha2-final
37+
- 2023-11-24: Updated .NET 8
38+
- 2023-04-29: Updated nuget packages
39+
- 2023-01-08: Updated nuget packages
40+
- 2023-01-04: Updated to .NET 7 and Angular 15
41+
- 2022-01-28: Updated nuget packages
42+
- 2021-11-12: Updated .NET 6, Angular
43+
- 2021-03-14: Updated .NET 5, Angular
44+
- 2021-02-28: Updated .NET 5, Angular CLI
45+
- 2021-01-23: Updated .NET 5, updated ngrx implementation, latest CLI, prettier
46+
- 2020-12-06: Updated .NET 5, Angular CLI
47+
- 2020-11-29: Updated .NET 5, Angular 11.0.2
48+
- 2020-03-22: Updated Angular 9.0.7
49+
- 2020-02-25: Updated packages
50+
- 2020-01-02: Updated packages
51+
- 2019-11-17: Updated Angular 8.2.14
52+
- 2019-09-24: Updated to ASP.NET Core 3.0, Angular 8.2.7
53+
- 2019-09-20: Updated to ASP.NET Core 3.0 rc1
54+
- 2019-09-14: Updated to ASP.NET Core 3.0 preview 9, Angular 8.2.6
55+
- 2019-09-01: Updated to ASP.NET Core 3.0 preview 8, Angular 8.2.4
56+
- 2019-08-13: Updated to ASP.NET Core 3.0 preview 8, Angular 8.2.2
57+
- 2019-07-30: Updated to ASP.NET Core 3.0 preview 7, @microsoft/signalr
58+
- 2019-07-30: Updated to Angular 8.1.3
59+
- 2019-05-30: Updated to Angular 8.0.0
60+
- 2019-04-30: Updated packages
61+
- 2019-03-29: Updated to Angular 7.2.11
62+
- 2019-03-15: Updated to Angular 7.2.9, Nuget packages
63+
- 2019-02-24: Updated to Angular 7.2.6, Nuget packages
64+
- 2019-02-11: Updated to Angular 7.2.4, NGRX, Nuget packages
65+
- 2018-12-12: Updated to Angular 7.1.3
66+
- 2018-12-04: Updated to .NET Core 2.2
67+
- 2018-11-22: Updated Angular 7.1.0
68+
- 2018-10-26: Updated Angular 7.0.1
69+
- 2018-10-14: Updated Angular 6.1.10, .NET Core 2.1.5, ASP.NET Core SignalR 1.0.4
70+
- 2018-09-09: Updated Angular 6.1.7
71+
- 2018-08-03: Updated to .NET Core 2.1.2, Angular 6.1.0, bootstrap 4
72+
- 2018-05-31: Updated to .NET Core 2.1
73+
- 2018-05-27: Updated to Angular 6.0.3
74+
- 2018-05-12: Updated to Angular 6.0.1, using message pack SignalR extension method in client
75+
- 2018-05-08: Updated to .NET Core 2.1 rc1
76+
- 2018-05-04: Updated to Angular 6
77+
- 2018-04-22: Updating nuget packages and npm packages, @aspnet/signalr 1.0.0-preview2-final, Microsoft.AspNetCore.SignalR 1.0.0-preview2-final
78+
- 2018-03-19: Added example for Message Pack
79+
- 2018-03-14: Updated signalr Microsoft.AspNetCore.SignalR 1.0.0-preview1-final, Angular 5.2.8, @aspnet/signalr 1.0.0-preview1-update1
80+
- 2017-10-15: Updated signalr 1.0.0-alpha2-final
12181

12282
## SignalR
12383

src/AspNetCoreAngularSignalR/AspNetCoreAngularSignalR.csproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net7.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.5" />
10-
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="7.0.5" />
11-
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.6" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.5" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.5" PrivateAssets="all">
9+
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.0" />
10+
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="8.0.0" />
11+
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.0" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0" PrivateAssets="all">
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1515
</PackageReference>
1616
<PackageReference Include="Remotion.Linq" Version="2.2.0" />

src/ConsoleSignalRMessagePack/ConsoleSignalRMessagePack.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.5" />
12-
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="7.0.5" />
13-
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
14-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
11+
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.0" />
12+
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="8.0.0" />
13+
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
14+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)