Skip to content

Commit

Permalink
Update src/Workspaces/Remote/ServiceHub/Microsoft.CodeAnalysis.Remote…
Browse files Browse the repository at this point in the history
….ServiceHub.csproj
  • Loading branch information
CyrusNajmabadi authored Feb 7, 2022
1 parent 1e611a2 commit 711635c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<RootNamespace>Microsoft.CodeAnalysis.Remote</RootNamespace>
<TargetFrameworks>net6.0-windows;netstandard2.0</TargetFrameworks>
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- NuGet -->
<IsPackable>true</IsPackable>
Expand Down

0 comments on commit 711635c

Please sign in to comment.