Skip to content

Commit

Permalink
Update package references to Microsoft.VSSDK.BuildTools and Community…
Browse files Browse the repository at this point in the history
….VisualStudio.Toolkit.17
  • Loading branch information
timheuer committed May 3, 2023
1 parent aac78fa commit 6ed1ce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AddActionsWorkflow/AddActionsWorkflow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@
<Version>3.5.0</Version>
</PackageReference>
<PackageReference Include="Community.VisualStudio.VSCT" Version="16.0.29.6" PrivateAssets="all" />
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.1.4054">
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.5.4074">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Community.VisualStudio.Toolkit.17" Version="17.0.475" ExcludeAssets="Runtime">
<PackageReference Include="Community.VisualStudio.Toolkit.17" Version="17.0.492" ExcludeAssets="Runtime">
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
Expand Down

0 comments on commit 6ed1ce8

Please sign in to comment.