Skip to content

Commit

Permalink
Bump dependencies to latest 2019 VSX versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Feb 3, 2022
1 parent 7496a47 commit 6017c59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/SmallSharp/SmallSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<PackageReference Include="NuGetizer" Version="0.7.5" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.0.0" Pack="false" />
<PackageReference Include="EnvDTE" Version="16.7.30508.193" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.OLE.Interop" Version="16.7.30328.74" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop" Version="16.7.30328.74" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.12.0" Version="16.7.30328.74" PrivateAssets="all" />
<PackageReference Include="EnvDTE" Version="16.10.31320.204" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.OLE.Interop" Version="16.10.31320.204" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop" Version="16.10.31320.204" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.12.0" Version="16.10.31320.204" PrivateAssets="all" />
<PackageReference Include="JsonPoke" Version="1.1.0" GeneratePathProperty="true" Pack="false" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" Pack="false" />
</ItemGroup>
Expand Down

0 comments on commit 6017c59

Please sign in to comment.