We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ec0e2 commit 39c1268Copy full SHA for 39c1268
Web/Managers/PasswordManager.cs
@@ -6,7 +6,6 @@
6
using System.Security.Cryptography;
7
using Microsoft.AspNetCore.Hosting;
8
using QueryTree.Models;
9
-using Microsoft.Extensions.PlatformAbstractions;
10
using Microsoft.Extensions.Configuration;
11
using Microsoft.Extensions.Options;
12
Web/Views/Shared/_FooterPartial.cshtml
@@ -1,5 +1,5 @@
1
@{
2
- var version = Microsoft.Extensions.PlatformAbstractions.PlatformServices.Default.Application.ApplicationVersion;
+ var version = System.Reflection.Assembly.GetEntryAssembly().GetName().Version;
3
}
4
5
<footer class="footer">
0 commit comments