Skip to content

Commit 4110646

Browse files
dayportmadskristensen
authored andcommitted
Swap imports to make VS Code happy. (#61)
[release]
1 parent f58aff6 commit 4110646

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/PwaOptions.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
using Microsoft.Extensions.Configuration;
2-
using System;
1+
using System;
2+
using Microsoft.Extensions.Configuration;
33

44
namespace WebEssentials.AspNetCore.Pwa
55
{
@@ -113,7 +113,7 @@ internal PwaOptions(IConfiguration config)
113113
/// Determines whether a CSP nonce will be added via NWebSec
114114
/// </summary>
115115
public bool EnableCspNonce { get; set; }
116-
116+
117117
/// <summary>
118118
/// Generate code even on HTTP connection. Necessary for SSL offloading.
119119
/// </summary>

0 commit comments

Comments
 (0)