Skip to content

Commit 771403a

Browse files
committed
Add Microsoft.VisualStudio.ProjectSystem.SDK package reference.
1 parent 519274c commit 771403a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/Stratis.VS.StratisEVM/Stratis.VS.StratisEVM.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@
9494
<PackageReference Include="Microsoft.VisualStudio.LanguageServer.Protocol">
9595
<Version>17.1.68</Version>
9696
</PackageReference>
97+
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.SDK">
98+
<Version>17.9.380</Version>
99+
</PackageReference>
97100
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.0.32112.339" ExcludeAssets="runtime" />
98101
<PackageReference Include="Microsoft.VisualStudio.Workspace">
99102
<Version>17.1.11-preview-0002</Version>
@@ -147,9 +150,7 @@
147150
<ManifestResourceName>StratisEVMPackage</ManifestResourceName>
148151
</EmbeddedResource>
149152
</ItemGroup>
150-
<ItemGroup>
151-
<Folder Include="Templates\Projects\SolidityProject\" />
152-
</ItemGroup>
153+
<ItemGroup />
153154
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
154155
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
155156
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

0 commit comments

Comments
 (0)