Skip to content

Commit

Permalink
Upgraded to beta Microsoft.VisualStudio.ProjectSystem.Managed to get …
Browse files Browse the repository at this point in the history
…in memory profile support
  • Loading branch information
mitchcapper authored and Irame committed Apr 17, 2023
1 parent d1c4708 commit 789c66c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<activePackageSource>
<add key="All" value="(Aggregate source)" />
</activePackageSource>
<packageSources>
<add key="vs-impl" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json" />
</packageSources>
</configuration>
4 changes: 2 additions & 2 deletions SmartCmdArgs/SmartCmdArgs17/SmartCmdArgs17.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem">
<Version>15.8.243</Version>
<Version>17.2.402-pre</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.Managed">
<Version>2.0.6142705</Version>
<Version>17.5.3-gbf0428edc0</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.0.31902.203" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.0.5233" />
Expand Down
2 changes: 1 addition & 1 deletion SmartCmdArgs/SmartCmdArgs17/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Tags>Commandline Command Line Arguments cmd project</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.5, 18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
</Installation>
Expand Down

0 comments on commit 789c66c

Please sign in to comment.