Skip to content

Commit c8eb387

Browse files
Merge pull request #291 from microsoft/dev/davidraygoza/CGAlerts
Update Microsoft.VisualStudio.Shell.15.0 nuget package to latest version available
2 parents ac510e7 + 830c0b4 commit c8eb387

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

GoogleTestAdapter/NewProjectWizard/NewProjectWizard.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
</PackageReference>
6363
<PackageReference Include="Microsoft.VisualStudio.Interop" Version="17.0.0-preview-2-31221-277" />
6464
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="16.9.0" />
65-
<PackageReference Include="Microsoft.VisualStudio.Shell.15.0" Version="17.8.37221" />
65+
<PackageReference Include="Microsoft.VisualStudio.Shell.15.0" Version="17.13.40008" />
6666
<PackageReference Include="Microsoft.VisualStudio.TemplateWizardInterface" Version="17.0.0-preview-1-31216-036" />
6767
<Reference Include="PresentationCore" />
6868
<Reference Include="PresentationFramework" />

GoogleTestAdapter/VsPackage.GTA/VsPackage.GTA.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
</PackageReference>
144144
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="16.10.0-release-20210330-02" />
145145
<PackageReference Include="Microsoft.VisualStudio.ComponentModelHost" Version="17.0.49-g3bcbfd968c" />
146-
<PackageReference Include="Microsoft.VisualStudio.Shell.15.0" Version="17.8.37221" />
146+
<PackageReference Include="Microsoft.VisualStudio.Shell.15.0" Version="17.13.40008" />
147147
<PackageReference Include="Microsoft.VisualStudio.Interop" Version="17.0.0-preview-2-31221-277" />
148148
<Reference Include="PresentationCore" />
149149
<Reference Include="PresentationFramework" />

GoogleTestAdapter/VsPackage.TAfGT/VsPackage.TAfGT.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@
118118
</PackageReference>
119119
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="16.10.0-release-20210330-02" />
120120
<PackageReference Include="Microsoft.VisualStudio.TestWindow.Interfaces" Version="11.0.61030" />
121-
<PackageReference Include="Microsoft.VisualStudio.Shell.15.0" Version="17.8.37221" />
122-
<PackageReference Include="Microsoft.VisualStudio.Interop" Version="17.0.0-preview-2-31221-277" />
121+
<PackageReference Include="Microsoft.VisualStudio.Shell.15.0" Version="17.13.40008" />
122+
<PackageReference Include="Microsoft.VisualStudio.Interop" Version="17.13.40008" />
123123
<Reference Include="System" />
124124
<Reference Include="System.ComponentModel.Composition" />
125125
<Reference Include="System.Data" />

0 commit comments

Comments
 (0)