File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/Stratis.VS.StratisEVM Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 94
94
<PackageReference Include =" Microsoft.VisualStudio.LanguageServer.Protocol" >
95
95
<Version >17.1.68</Version >
96
96
</PackageReference >
97
+ <PackageReference Include =" Microsoft.VisualStudio.ProjectSystem.SDK" >
98
+ <Version >17.9.380</Version >
99
+ </PackageReference >
97
100
<PackageReference Include =" Microsoft.VisualStudio.SDK" Version =" 17.0.32112.339" ExcludeAssets =" runtime" />
98
101
<PackageReference Include =" Microsoft.VisualStudio.Workspace" >
99
102
<Version >17.1.11-preview-0002</Version >
147
150
<ManifestResourceName >StratisEVMPackage</ManifestResourceName >
148
151
</EmbeddedResource >
149
152
</ItemGroup >
150
- <ItemGroup >
151
- <Folder Include =" Templates\Projects\SolidityProject\" />
152
- </ItemGroup >
153
+ <ItemGroup />
153
154
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
154
155
<Import Project =" $(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition =" '$(VSToolsPath)' != ''" />
155
156
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
You can’t perform that action at this time.
0 commit comments