diff --git a/eng/Build.ps1 b/eng/Build.ps1 index 41a52df6395..01ff6313626 100644 --- a/eng/Build.ps1 +++ b/eng/Build.ps1 @@ -253,7 +253,7 @@ function Process-Arguments() { } foreach ($property in $properties) { - if (!$property.StartsWith("/p:", "InvariantCultureIgnoreCase")) { + if (!$property.StartsWith("/p:", "InvariantCultureIgnoreCase") -and !$property.StartsWith("/clp:", "InvariantCultureIgnoreCase")) { Write-Host "Invalid argument: $property" Print-Usage exit 1 diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 58ea96baca0..81c65b28de8 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -24,9 +24,9 @@ This file should be imported by eng/Versions.props 5.10.0-1.26365.3 5.10.0-1.26365.3 5.10.0-1.26365.3 - 5.10.0-1.26365.3 5.10.0-1.26365.3 5.10.0-1.26365.3 + 5.10.0-1.26365.3 10.0.8 10.0.8 @@ -55,9 +55,9 @@ This file should be imported by eng/Versions.props $(MicrosoftCodeAnalysisCSharpPackageVersion) $(MicrosoftCodeAnalysisEditorFeaturesPackageVersion) $(MicrosoftCodeAnalysisEditorFeaturesTextPackageVersion) - $(MicrosoftVisualStudioLanguageServicesExternalAccessPackageVersion) $(MicrosoftCodeAnalysisFeaturesPackageVersion) $(MicrosoftVisualStudioLanguageServicesPackageVersion) + $(MicrosoftVisualStudioLanguageServicesExternalAccessPackageVersion) $(SystemCollectionsImmutablePackageVersion) $(SystemCompositionPackageVersion) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b3eb553ea2c..b760b48c112 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,6 +1,6 @@ - + https://github.com/dotnet/msbuild diff --git a/eng/Versions.props b/eng/Versions.props index 773e10bfb8c..febf548022a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -14,8 +14,8 @@ - 7 - preview$(FSharpPreReleaseIteration) + 1 + rc$(FSharpPreReleaseIteration) 11 0 diff --git a/eng/build.sh b/eng/build.sh index 0e63dda50fe..7e0d6dd2a87 100755 --- a/eng/build.sh +++ b/eng/build.sh @@ -194,6 +194,9 @@ while [[ $# > 0 ]]; do /p:*) properties+=("$1") ;; + /clp:*) + properties+=("$1") + ;; *) echo "Invalid argument: $1" usage diff --git a/src/Microsoft.CommonLanguageServerProtocol.Framework.Proxy/Microsoft.CommonLanguageServerProtocol.Framework.Proxy.csproj b/src/Microsoft.CommonLanguageServerProtocol.Framework.Proxy/Microsoft.CommonLanguageServerProtocol.Framework.Proxy.csproj index 063c6b6ae0d..2eaa653e8b6 100644 --- a/src/Microsoft.CommonLanguageServerProtocol.Framework.Proxy/Microsoft.CommonLanguageServerProtocol.Framework.Proxy.csproj +++ b/src/Microsoft.CommonLanguageServerProtocol.Framework.Proxy/Microsoft.CommonLanguageServerProtocol.Framework.Proxy.csproj @@ -8,6 +8,8 @@ + +