mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-12-21 09:35:47 +08:00
Remove the 'net50' TFM
Also updates all dependencies to the latest version. Closes #829
This commit is contained in:
committed by
Patrik Svensson
parent
b4cf7a76d3
commit
dc93edef15
@@ -6,7 +6,7 @@ internal static class CodeAnalyzerHelper
|
||||
|
||||
static CodeAnalyzerHelper()
|
||||
{
|
||||
CurrentSpectre = ReferenceAssemblies.Net.Net50.AddAssemblies(
|
||||
CurrentSpectre = ReferenceAssemblies.Net.Net60.AddAssemblies(
|
||||
ImmutableArray.Create(typeof(AnsiConsole).Assembly.Location.Replace(".dll", string.Empty)));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user