Skip to content

Commit

Permalink
Merge pull request #14 from egvijayanand/working
Browse files Browse the repository at this point in the history
Dependencies have been updated to .NET 6 / .NET MAUI Preview 10
  • Loading branch information
egvijayanand authored Nov 9, 2021
2 parents ec6dbc9 + 76e6e8b commit 36513db
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"identity": "VijayAnand.WindowsForms.Blazor",
"description": "A project for hosting Blazor component in the Windows Forms desktop application",
"name": "Windows Forms App with Blazor component (.NET 6 RC 2)",
"name": "Windows Forms App with Blazor component (.NET 6 / .NET MAUI Preview 10)",
"shortName": "winforms-blazor",
"sourceName": "BlazorWinForms",
"tags": {
Expand Down
4 changes: 2 additions & 2 deletions src/BlazorTemplatesCLI/BlazorWinForms/BlazorWinForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<RootNamespace>BlazorWinForms</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.WindowsForms" Version="6.0.101-preview.9.*" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.0-rc.2.*" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.WindowsForms" Version="6.0.101-preview.10.*" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<Content Update="wwwroot\css\app.css">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"identity": "VijayAnand.Wpf.Blazor",
"description": "A project for hosting Blazor component in the WPF desktop application",
"name": "WPF App with Blazor component (.NET 6 RC 2)",
"name": "WPF App with Blazor component (.NET 6 / .NET MAUI Preview 10)",
"shortName": "wpf-blazor",
"sourceName": "BlazorWpf",
"tags": {
Expand Down
4 changes: 2 additions & 2 deletions src/BlazorTemplatesCLI/BlazorWpf/BlazorWpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<RootNamespace>BlazorWpf</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Wpf" Version="6.0.101-preview.9.*" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.0-rc.2.*" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Wpf" Version="6.0.101-preview.10.*" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<Content Update="wwwroot\css\app.css">
Expand Down
2 changes: 1 addition & 1 deletion src/BlazorTemplatesCLI/PackageVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.0.3
4 changes: 2 additions & 2 deletions src/BlazorTemplatesCLI/release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
What's new in ver. 1.0.2:
What's new in ver. 1.0.3:

Blazor desktop templates for Windows Forms and WPF.

Currently targeting .NET 6 RC 2 / Preview 9 (of BlazorWebView).
Currently targeting .NET 6 / .NET MAUI Preview 10.

Templates have been named as winforms-blazor and wpf-blazor respectively.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"identity": "VijayAnand.WindowsForms.Blazor",
"description": "A project for hosting Blazor component in the Windows Forms desktop application",
"name": "Windows Forms App with Blazor component (.NET 6 RC 2)",
"name": "Windows Forms App with Blazor component (.NET 6 / .NET MAUI Preview 10)",
"shortName": "winforms-blazor",
"sourceName": "BlazorWinForms",
"tags": {
Expand Down
4 changes: 2 additions & 2 deletions src/BlazorWinForms/BlazorWinForms/BlazorWinForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<RootNamespace>BlazorWinForms</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.WindowsForms" Version="6.0.101-preview.9.*" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.0-rc.2.*" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.WindowsForms" Version="6.0.101-preview.10.*" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<Content Update="wwwroot\css\app.css">
Expand Down
2 changes: 1 addition & 1 deletion src/BlazorWinForms/PackageVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.6
1.0.7
4 changes: 2 additions & 2 deletions src/BlazorWinForms/VijayAnand.WindowsForms.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<TargetFramework>netstandard2.0</TargetFramework>
<PackageType>Template</PackageType>
<PackageId>VijayAnand.WindowsForms.Blazor</PackageId>
<PackageVersion>1.0.6</PackageVersion>
<Title>Windows Forms with Blazor component (.NET 6 RC 2)</Title>
<PackageVersion>1.0.7</PackageVersion>
<Title>Windows Forms with Blazor component (.NET 6 / .NET MAUI Preview 10)</Title>
<Authors>Vijay Anand E G</Authors>
<Description>A project for hosting Blazor component in the Windows Forms desktop application.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
4 changes: 2 additions & 2 deletions src/BlazorWinForms/release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
What's new ver 1.0.6:
What's new ver 1.0.7:

Project template updated to dependencies of .NET 6 RC 2.
Project template updated to dependencies of .NET 6 / .NET MAUI Preview 10.

Note: From .NET 6 Preview 5 onwards, the target version of the WinForms application has to be Windows 10 [Version 10.0.19041] (2004 / 20H1) for the BlazorWebView package to restore and compile.
2 changes: 1 addition & 1 deletion src/BlazorWpf/BlazorWpf/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"identity": "VijayAnand.Wpf.Blazor",
"description": "A project for hosting Blazor component in the WPF desktop application",
"name": "WPF App with Blazor component (.NET 6 RC 2)",
"name": "WPF App with Blazor component (.NET 6 / .NET MAUI Preview 10)",
"shortName": "wpf-blazor",
"sourceName": "BlazorWpf",
"tags": {
Expand Down
4 changes: 2 additions & 2 deletions src/BlazorWpf/BlazorWpf/BlazorWpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<RootNamespace>BlazorWpf</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Wpf" Version="6.0.101-preview.9.*" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.0-rc.2.*" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Wpf" Version="6.0.101-preview.10.*" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<Content Update="wwwroot\css\app.css">
Expand Down
2 changes: 1 addition & 1 deletion src/BlazorWpf/PackageVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.7
1.0.8
2 changes: 1 addition & 1 deletion src/BlazorWpf/VijayAnand.Wpf.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageType>Template</PackageType>
<PackageId>VijayAnand.Wpf.Blazor</PackageId>
<PackageVersion>1.0.7</PackageVersion>
<Title>WPF App with Blazor component (.NET 6 RC 2)</Title>
<Title>WPF App with Blazor component (.NET 6 / .NET MAUI Preview 10)</Title>
<Authors>Vijay Anand E G</Authors>
<Description>A project for hosting Blazor component in the WPF desktop application.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
4 changes: 2 additions & 2 deletions src/BlazorWpf/release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
What's new in ver. 1.0.7:
What's new in ver. 1.0.8:

Project template updated to dependencies of .NET 6 RC 2.
Project template updated to dependencies of .NET 6 / .NET MAUI Preview 10.

Note: From .NET 6 Preview 5 onwards, the target version of the WPF application has to be Windows 10 [Version 10.0.19041] (2004 / 20H1) for the BlazorWebView package to restore and compile.

0 comments on commit 36513db

Please sign in to comment.