diff --git a/Directory.Build.props b/Directory.Build.props index 24c0403f639..27a5c26a150 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -72,31 +72,11 @@ There are effectively three modes that are needed for our source build TFMs and this is where we calculate them --> - - - - - $(NetCurrent) - $(NetCurrent) - $(NetVS);$(NetVSCode);$(NetPrevious) - - - - - - - $(NetCurrent) - $(NetCurrent) - $(NetVS);$(NetVSCode) - - - + + $(NetCurrent) + $(NetCurrent) + $(NetVS);$(NetVSCode) + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 7b08d499a48..de4ffecc7f6 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -26,8 +26,8 @@ This file should be imported by eng/Versions.props 5.3.0-2.25630.5 5.3.0-2.25630.5 5.3.0-2.25630.5 - 5.3.0-2.25630.5 5.3.0-2.25630.5 + 5.3.0-2.25630.5 5.3.0-2.25630.5 5.3.0-2.25630.5 @@ -61,8 +61,8 @@ This file should be imported by eng/Versions.props $(MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion) $(MicrosoftCommonLanguageServerProtocolFrameworkPackageVersion) $(MicrosoftNetCompilersToolsetPackageVersion) - $(MicrosoftVisualStudioExtensibilityTestingXunitPackageVersion) $(MicrosoftVisualStudioExtensibilityTestingSourceGeneratorPackageVersion) + $(MicrosoftVisualStudioExtensibilityTestingXunitPackageVersion) $(MicrosoftVisualStudioLanguageServicesPackageVersion) $(RoslynDiagnosticsAnalyzersPackageVersion) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f5d6855457a..a85d6e01a54 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,6 +1,6 @@ - + https://github.com/dotnet/roslyn @@ -63,12 +63,12 @@ 635d2b812121ef9fafe0de223b09be64e5a4a291 - https://github.com/dotnet/roslyn - 635d2b812121ef9fafe0de223b09be64e5a4a291 + https://github.com/dotnet/roslyn + 635d2b812121ef9fafe0de223b09be64e5a4a291 - https://github.com/dotnet/roslyn - 635d2b812121ef9fafe0de223b09be64e5a4a291 + https://github.com/dotnet/roslyn + 635d2b812121ef9fafe0de223b09be64e5a4a291 https://github.com/dotnet/roslyn diff --git a/src/Razor/src/Microsoft.VisualStudioCode.RazorExtension/Services/IncompatibleProjectNotifier.cs b/src/Razor/src/Microsoft.VisualStudioCode.RazorExtension/Services/IncompatibleProjectNotifier.cs index 4dc18f62393..de72ed29242 100644 --- a/src/Razor/src/Microsoft.VisualStudioCode.RazorExtension/Services/IncompatibleProjectNotifier.cs +++ b/src/Razor/src/Microsoft.VisualStudioCode.RazorExtension/Services/IncompatibleProjectNotifier.cs @@ -1,7 +1,6 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -using System.Collections.Generic; using System.ComponentModel.Composition; using System.IO; using System.Linq;