Skip to content

Commit

Permalink
Bump EnvDTE in /VSIX/src/Direct3DGame
Browse files Browse the repository at this point in the history
Bumps EnvDTE from 16.10.31320.204 to 17.11.40262.

---
updated-dependencies:
- dependency-name: EnvDTE
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 86b04fd commit 662aaf9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions VSIX/src/Wizards/Wizards.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,18 @@
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup>
<Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\EnvDTE.16.10.31320.204\lib\net45\EnvDTE.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
<Reference Include="envdte, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\envdte.17.11.40262\lib\net472\envdte.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="EnvDTE80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\EnvDTE80.16.10.31320.204\lib\net45\EnvDTE80.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Microsoft.VisualStudio.Interop, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\Microsoft.VisualStudio.Interop.17.11.40262\lib\net472\Microsoft.VisualStudio.Interop.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\Microsoft.VisualStudio.OLE.Interop.16.10.31320.204\lib\net45\Microsoft.VisualStudio.OLE.Interop.dll</HintPath>
</Reference>
Expand Down

0 comments on commit 662aaf9

Please sign in to comment.