Skip to content

Commit

Permalink
Merge pull request #72247 from dotnet/features/vscode_net8
Browse files Browse the repository at this point in the history
Merge features/vscode_net8 into main
  • Loading branch information
dibarbet authored Feb 24, 2024
2 parents 2f783c6 + e83f129 commit c4ef6e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/targets/TargetFrameworks.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<NetRoslyn>net8.0</NetRoslyn>
<NetRoslynAll>net7.0;net8.0</NetRoslynAll>
<NetVS>net8.0</NetVS>
<NetVSCode>net7.0</NetVSCode>
<NetVSCode>net8.0</NetVSCode>
<NetVSShared>net7.0;net8.0</NetVSShared>
<NetRoslynBuildHostNetCoreVersion>net6.0</NetRoslynBuildHostNetCoreVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<PublishDir Condition="'$(RuntimeIdentifier)' == ''">$(ArtifactsDir)/LanguageServer/$(Configuration)/$(TargetFramework)/neutral</PublishDir>

<!-- List of runtime identifiers that we want to publish an executable for -->
<RuntimeIdentifiers>win-x64;win-x86;win-arm64;linux-x64;linux-arm64;alpine-x64;alpine-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
<RuntimeIdentifiers>win-x64;win-x86;win-arm64;linux-x64;linux-arm64;linux-musl-x64;linux-musl-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
<!-- Publish ready to run executables when we're publishing platform specific executables. -->
<PublishReadyToRun Condition="'$(RuntimeIdentifier)' != '' AND '$(Configuration)' == 'Release' ">true</PublishReadyToRun>
</PropertyGroup>
Expand Down

0 comments on commit c4ef6e6

Please sign in to comment.