-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge release/dev17.11 to main #10727
Changes from all commits
085aa32
6353caa
47438b5
a11f5d7
f8c1f45
b5c4983
82ddac1
ff768a6
2dca8f9
194ef8c
7db021d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,9 @@ | |
<PackageReference Include="Microsoft.VisualStudio.LanguageServer.Protocol.Extensions" /> | ||
<PackageReference Include="Microsoft.VisualStudio.LanguageServer.Protocol.Internal" /> | ||
<PackageReference Include="Microsoft.VisualStudio.LanguageServer.Client.Implementation" /> | ||
<!-- Manually upgrade to address CG alert. When the VS packages | ||
pull in the right version, this can be removed. --> | ||
<PackageReference Include="Microsoft.IO.Redist" Condition="'$(TargetFramework)' == '$(DefaultNetFxTargetFramework)'" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And this one |
||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,9 @@ | |
|
||
<PackageReference Include="Microsoft.VisualStudio.LiveShare" /> | ||
<PackageReference Include="Microsoft.VisualStudio.Shell.15.0" /> | ||
<!-- Manually upgrade to address CG alert. When the VS packages | ||
pull in the right version, this can be removed. --> | ||
<PackageReference Include="Microsoft.IO.Redist" Condition="'$(TargetFramework)' == '$(DefaultNetFxTargetFramework)'" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This one too |
||
|
||
<!-- | ||
Pinning packages to avoid misaligned reference CI failures. | ||
|
@@ -181,4 +184,4 @@ | |
|
||
<Import Project="..\..\..\Shared\Microsoft.AspNetCore.Razor.Serialization.Json\Microsoft.AspNetCore.Razor.Serialization.Json.projitems" Label="Shared" /> | ||
|
||
</Project> | ||
</Project> |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,9 @@ | |
<ItemGroup> | ||
<!-- To include the ProvideCodeBase attribute type. --> | ||
<PackageReference Include="Microsoft.VisualStudio.Shell.15.0" /> | ||
<!-- Manually upgrade to address CG alert. When the VS packages | ||
pull in the right version, this can be removed. --> | ||
<PackageReference Include="Microsoft.IO.Redist" Condition="'$(TargetFramework)' == '$(DefaultNetFxTargetFramework)'" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. More |
||
</ItemGroup> | ||
|
||
<!-- Reference the LSP protocol dlls so that we can include them in the code base and output them with the VSIX. --> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -211,6 +211,9 @@ | |
<PackageReference Include="Microsoft.NET.Sdk.Razor" IncludeAssets="None" PrivateAssets="All" GeneratePathProperty="true" /> | ||
<PackageReference Include="System.Resources.Extensions" /> | ||
<PackageReference Include="Microsoft.VisualStudio.Shell.15.0" /> | ||
<!-- Manually upgrade to address CG alert. When the VS packages | ||
pull in the right version, this can be removed. --> | ||
<PackageReference Include="Microsoft.IO.Redist" Condition="'$(TargetFramework)' == '$(DefaultNetFxTargetFramework)'" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Moar. |
||
|
||
<!-- | ||
Pinning packages to avoid misaligned reference CI failures. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,9 @@ | |
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator" /> | ||
<PackageReference Include="Microsoft.VisualStudio.Language.Intellisense" /> | ||
<PackageReference Include="NuGet.VisualStudio" /> | ||
<!-- Manually upgrade to address CG alert. When the VS packages | ||
pull in the right version, this can be removed. --> | ||
<PackageReference Include="Microsoft.IO.Redist" Condition="'$(TargetFramework)' == '$(DefaultNetFxTargetFramework)'" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why not remove this packageref? |
||
<PackageReference Include="Microsoft.Internal.VisualStudio.Shell.Framework" /> | ||
<PackageReference Include="xunit.runner.utility" /> | ||
<PackageReference Include="xunit.runner.console" Version="$(XUnitRunnerConsoleVersion)" IsImplicitlyDefined="true" PrivateAssets="all" Publish="true" /> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not remove this packageref?