This repository was archived by the owner on Jan 27, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +29
-30
lines changed Expand file tree Collapse file tree 6 files changed +29
-30
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
1+ <Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
22 <PropertyGroup >
3- <TargetFramework >net5 .0</TargetFramework >
3+ <TargetFramework >net6 .0</TargetFramework >
44 </PropertyGroup >
55 <ItemGroup >
6- <PackageReference Include =" ServiceStack.HttpClient" Version =" 5.10.5 " />
7- <PackageReference Include =" Blazored.LocalStorage" Version =" 3.0.0 " />
8- <PackageReference Include =" Blazor.Extensions.Logging" Version =" 1.1.1 " />
9- <PackageReference Include =" Microsoft.AspNetCore.Components.Authorization" Version =" 5 .0.2 " />
10- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 5 .0.2 " />
11- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 5 .0.2 " PrivateAssets =" all" />
12- <PackageReference Include =" System.Net.Http.Json" Version =" 5 .0.0" />
6+ <PackageReference Include =" ServiceStack.HttpClient" Version =" 5.11.1 " />
7+ <PackageReference Include =" Blazored.LocalStorage" Version =" 4.1.1 " />
8+ <PackageReference Include =" Blazor.Extensions.Logging" Version =" 2.0.4 " />
9+ <PackageReference Include =" Microsoft.AspNetCore.Components.Authorization" Version =" 6 .0.0-preview.4.21253.5 " />
10+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 6 .0.0-preview.4.21253.5 " />
11+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 6 .0.0-preview.4.21253.5 " PrivateAssets =" all" />
12+ <PackageReference Include =" System.Net.Http.Json" Version =" 6 .0.0-preview.4.21253.7 " />
1313 <ProjectReference Include =" ..\MyApp.ServiceModel\MyApp.ServiceModel.csproj" />
1414 </ItemGroup >
1515
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net5 .0</TargetFramework >
4+ <TargetFramework >net6 .0</TargetFramework >
55 </PropertyGroup >
66
77 <ItemGroup >
8- <PackageReference Include =" ServiceStack" Version =" 5.10.5 " />
8+ <PackageReference Include =" ServiceStack" Version =" 5.11.1 " />
99 </ItemGroup >
1010
1111 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net5 .0</TargetFramework >
4+ <TargetFramework >net6 .0</TargetFramework >
55 </PropertyGroup >
66
77 <ItemGroup >
8- <PackageReference Include =" ServiceStack.Interfaces" Version =" 5.10.5 " />
8+ <PackageReference Include =" ServiceStack.Interfaces" Version =" 5.11.1 " />
99 </ItemGroup >
1010
1111 <ItemGroup >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net5 .0</TargetFramework >
4+ <TargetFramework >net6 .0</TargetFramework >
55 <DebugType >portable</DebugType >
66 <OutputType >Library</OutputType >
77 </PropertyGroup >
1010 <ProjectReference Include =" ..\MyApp.ServiceInterface\MyApp.ServiceInterface.csproj" />
1111 <ProjectReference Include =" ..\MyApp.ServiceModel\MyApp.ServiceModel.csproj" />
1212
13- <PackageReference Include =" NUnit" Version =" 3.13.1 " />
14- <PackageReference Include =" NUnit3TestAdapter" Version =" 3.17.0 " />
15- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.8.3 " />
16- <PackageReference Include =" ServiceStack" Version =" 5.10.5 " />
17- <PackageReference Include =" ServiceStack.Kestrel" Version =" 5.10.5 " />
13+ <PackageReference Include =" NUnit" Version =" 3.13.2 " />
14+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.0.0-beta.2 " />
15+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.10.0 " />
16+ <PackageReference Include =" ServiceStack" Version =" 5.11.1 " />
17+ <PackageReference Include =" ServiceStack.Kestrel" Version =" 5.11.1 " />
1818 </ItemGroup >
1919
2020</Project >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net5 .0</TargetFramework >
4+ <TargetFramework >net6 .0</TargetFramework >
55 <AssemblyName >MyApp</AssemblyName >
66 <OutputType >Exe</OutputType >
77 <PackageId >MyApp</PackageId >
88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 5 .0.2 " />
12- <PackageReference Include =" ServiceStack" Version =" 5.10.5 " />
13- <PackageReference Include =" ServiceStack.OrmLite.Sqlite" Version =" 5.10.5 " />
14- <PackageReference Include =" ServiceStack.Server" Version =" 5.10.5 " />
11+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 6 .0.0-preview.4.21253.5 " />
12+ <PackageReference Include =" ServiceStack" Version =" 5.11.1 " />
13+ <PackageReference Include =" ServiceStack.OrmLite.Sqlite" Version =" 5.11.1 " />
14+ <PackageReference Include =" ServiceStack.Server" Version =" 5.11.1 " />
1515 </ItemGroup >
1616
1717 <ItemGroup >
Original file line number Diff line number Diff line change 11[ ![ ] ( blazor-wasm-servicestack.png )] ( https://github.com/nukedbit/blazor-wasm-servicestack )
22
3- # Blazor WASM & ServiceStack for .NET 5 .0 RTM
3+ # Blazor WASM & ServiceStack for .NET 6 .0 preview-4
44
5- This template integrate ServiceStack with Blazor on .NET 5 RTM and [ ServiceStack 5.10.1 ] ( https://docs.servicestack.net/releases/v5.10 ) .
5+ This template integrate ServiceStack with Blazor on .NET 6 preview-4 and [ ServiceStack 5.11 ] ( https://docs.servicestack.net/releases/v5.11 ) .
66
77The blazor wasm app is served through the main ServiceStack web host so you can deploy a single package with both api and client ux.
88
@@ -60,7 +60,7 @@ Check the following links for more info
6060 $ x new nukedbit/blazor-wasm-servicestack Acme
6161 $ cd Acme\Acme
6262 $ dotnet public -c Release
63- $ cd bin\Release\net5 .0\publish
63+ $ cd bin\Release\net6 .0\publish
6464 $ app Acme.dll
6565
6666When it will launch this is the end result.
@@ -78,6 +78,5 @@ You can also create a Windows Desktop Shortcut.
7878
7979* https://docs.servicestack.net
8080* https://servicestack.net
81- * [ Announcing ASP.NET Core in .NET 5] ( https://devblogs.microsoft.com/aspnet/announcing-asp-net-core-in-net-5/ )
8281
8382
You can’t perform that action at this time.
0 commit comments