Skip to content

Commit 3c2c182

Browse files
rvuistinepsnm
authored andcommitted
Update JS SDK version and refactor Sdk element usage
- The SDK version depends on the VS installation and version 1.0.3864779 is not available on a machine with VS 2026. - Updated JavaScript SDK version from 1.0.3864779 to 1.0.5581896 in the project file to support VS 2026. - Moved the Sdk attribute from the <Project> tag to a dedicated <Sdk> element to keep previous versions as references.
1 parent 44e5c4e commit 3c2c182

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/ElectronNET.Host/ElectronNET.Host.esproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/1.0.3864779">
1+
<Project>
2+
<!--<Sdk Name="Microsoft.VisualStudio.JavaScript.SDK" Version="1.0.3864779" />-->
3+
<Sdk Name="Microsoft.VisualStudio.JavaScript.SDK" Version="1.0.5581896" />
24
<ItemGroup>
35
<None Include=".vscode\tasks.json" />
46
</ItemGroup>

0 commit comments

Comments
 (0)