Skip to content

Commit 39c1268

Browse files
committed
Removed reference to Microsoft.Extensions.PlatformAbstractions
1 parent 14ec0e2 commit 39c1268

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Web/Managers/PasswordManager.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using System.Security.Cryptography;
77
using Microsoft.AspNetCore.Hosting;
88
using QueryTree.Models;
9-
using Microsoft.Extensions.PlatformAbstractions;
109
using Microsoft.Extensions.Configuration;
1110
using Microsoft.Extensions.Options;
1211

Web/Views/Shared/_FooterPartial.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
var version = Microsoft.Extensions.PlatformAbstractions.PlatformServices.Default.Application.ApplicationVersion;
2+
var version = System.Reflection.Assembly.GetEntryAssembly().GetName().Version;
33
}
44

55
<footer class="footer">

0 commit comments

Comments
 (0)