Skip to content

Commit 9e34e9b

Browse files
committed
.NET 7 version 2.0.0
1 parent ca029cb commit 9e34e9b

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
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: '6.0'
19+
dotnet-version: '7.0'
2020
include-prerelease: True
2121
- name: Restore dependencies
2222
run: dotnet restore ./content/BlazorBffAzureB2C/Server

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
[Readme](https://github.com/damienbod/Blazor.BFF.AzureB2C.Template/blob/main/README.md)
44

5+
**2022-12-03** 2.0.0
6+
- Updated packages to .NET 7
7+
58
**2022-09-23** 1.2.4
69
- Updated packages
710

README-NUGET.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This template can be used to create a Blazor WASM application hosted in an ASP.N
66

77
## Features
88

9-
- WASM hosted in ASP.NET Core 6
9+
- WASM hosted in ASP.NET Core 7
1010
- BFF with Azure B2C using Microsoft.Identity.Web
1111
- OAuth2 and OpenID Connect OIDC
1212
- No tokens in the browser
@@ -217,7 +217,7 @@ Further details may be found here [Configure ASP.NET Core to work with proxy ser
217217

218218
Please note, adding the 'XForwardedFor' enum as shown in the Microsoft document above did not work and needed to be removed so only the XForwardedProto remains.
219219

220-
## Credits, Used NuGet packages + ASP.NET Core 6.0 standard packages
220+
## Credits, Used NuGet packages + ASP.NET Core 7.0 standard packages
221221

222222
- NetEscapades.AspNetCore.SecurityHeaders
223223

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This template can be used to create a Blazor WASM application hosted in an ASP.N
88

99
## Features
1010

11-
- WASM hosted in ASP.NET Core 6
11+
- WASM hosted in ASP.NET Core 7
1212
- BFF with Azure B2C using Microsoft.Identity.Web
1313
- OAuth2 and OpenID Connect OIDC
1414
- No tokens in the browser
@@ -198,7 +198,7 @@ nuget pack content/Blazor.BFF.AzureB2C.Template.nuspec
198198
Locally built nupkg:
199199

200200
```
201-
dotnet new -i Blazor.BFF.AzureB2C.Template.1.2.4.nupkg
201+
dotnet new -i Blazor.BFF.AzureB2C.Template.2.0.0.nupkg
202202
```
203203

204204
Local folder:
@@ -215,7 +215,7 @@ https://docs.microsoft.com/en-us/azure/active-directory-b2c/tutorial-register-ap
215215

216216
https://docs.microsoft.com/en-us/azure/active-directory-b2c/tutorial-register-applications?tabs=app-reg-ga
217217

218-
## Credits, Used NuGet packages + ASP.NET Core 6.0 standard packages
218+
## Credits, Used NuGet packages + ASP.NET Core 7.0 standard packages
219219

220220
- NetEscapades.AspNetCore.SecurityHeaders
221221

content/Blazor.BFF.AzureB2C.Template.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>Blazor.BFF.AzureB2C.Template</id>
5-
<version>1.2.4</version>
5+
<version>2.0.0</version>
66
<title>Blazor.BFF.AzureB2C.Template</title>
77
<license type="file">LICENSE</license>
88
<description>Blazor BFF template for WASM ASP.NET Core hosted</description>
@@ -15,7 +15,7 @@
1515
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1616
<copyright>2022 damienbod</copyright>
1717
<summary>This template provides a simple Blazor template with BFF server authentication WASM hosted</summary>
18-
<releaseNotes>Updated nuget packages</releaseNotes>
18+
<releaseNotes>Updated to .NET 7</releaseNotes>
1919
<repository type="git" url="https://github.com/damienbod/Blazor.BFF.AzureB2C.Template" />
2020
<packageTypes>
2121
<packageType name="Template" />

0 commit comments

Comments
 (0)