Skip to content

Commit

Permalink
Add Microsoft.VisualStudio.ProjectSystem.SDK package reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
allisterb committed Sep 10, 2024
1 parent 519274c commit 771403a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Stratis.VS.StratisEVM/Stratis.VS.StratisEVM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
<PackageReference Include="Microsoft.VisualStudio.LanguageServer.Protocol">
<Version>17.1.68</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.SDK">
<Version>17.9.380</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.0.32112.339" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.VisualStudio.Workspace">
<Version>17.1.11-preview-0002</Version>
Expand Down Expand Up @@ -147,9 +150,7 @@
<ManifestResourceName>StratisEVMPackage</ManifestResourceName>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Folder Include="Templates\Projects\SolidityProject\" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down

0 comments on commit 771403a

Please sign in to comment.