Skip to content

Commit

Permalink
Use CentralPackageVersions in VSIX projects
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseCol committed Aug 22, 2024
1 parent e726236 commit 3446e0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project ToolsVersion="Current">
<Project ToolsVersion="Current">
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
Expand Down Expand Up @@ -27,6 +27,7 @@
<IsProductComponent Condition="'$(Deployment)' == 'Component'">true</IsProductComponent>
<!-- This MUST match VSPackage.PackageGuidString -->
<PackageGuidString>{39ED574D-B112-4145-8E14-1695800E36C8}</PackageGuidString>
<Sdk Name="Microsoft.Build.CentralPackageVersions" Version="2.0.1" />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<PackageGuidString>{B0F1BA01-DE66-4EF9-9C8B-DBB99FB4DA4B}</PackageGuidString>
<!-- Dev17 templates should target .NET 8 -->
<DotNetVersion>net8.0</DotNetVersion>
<Sdk Name="Microsoft.Build.CentralPackageVersions" Version="2.0.1" />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
Expand Down

0 comments on commit 3446e0c

Please sign in to comment.