Skip to content

Commit

Permalink
Fix build of VsChromium17 (i.e. VS 2022 support) project
Browse files Browse the repository at this point in the history
  • Loading branch information
rpaquay committed Nov 19, 2021
1 parent ca9ced7 commit 213dba2
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions src/VsChromium17/VsChromium17.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MinimumVisualStudioVersion>16.0</MinimumVisualStudioVersion>
<MinimumVisualStudioVersion>17.0</MinimumVisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
Expand Down Expand Up @@ -177,17 +177,9 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.SDK">
<Version>17.0.0-preview-1-31216-1036</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Shell.15.0">
<Version>17.0.0-preview-1-31216-036</Version>
</PackageReference>
<PackageReference Include="Microsoft.VSSDK.BuildTools">
<Version>17.0.63-dev17-g3f11f5ab</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.0.31902.203" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.VisualStudio.Shell.15.0" Version="17.0.31902.203" />
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.0.5233" />
<PackageReference Include="protobuf-net">
<Version>2.0.0.640</Version>
</PackageReference>
Expand Down

0 comments on commit 213dba2

Please sign in to comment.