@joebigelow / wix-1 / commits / 44e69b72

Update build dependencies and normalize more projects

Rob Mensching committed Oct 18, 2022 at 11:57 UTC 44e69b72d820bcebee45b738372117d35d487404
27 files changed +65 -75
src/api/burn/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.proj
+1 -1
@@ -1,7 +1,7 @@
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
3
4 -<Project Sdk="Microsoft.Build.NoTargets/3.0.4">
4 +<Project Sdk="Microsoft.Build.NoTargets">
5 <PropertyGroup>
6 <TargetFramework>net6.0</TargetFramework>
7 <PackageId>WixToolset.BootstrapperCore.Native</PackageId>
src/ext/ComPlus/ca/complusca.vcxproj
+2 -2
@@ -92,8 +92,8 @@
92
93 <ItemGroup>
94 <PackageReference Include="WixToolset.WcaUtil" />
95 - <PackageReference Include="Microsoft.SourceLink.GitHub" />
96 - <PackageReference Include="GitInfo" />
95 + <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
96 + <PackageReference Include="GitInfo" PrivateAssets="All" />
97 </ItemGroup>
98
99 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
src/ext/ComPlus/wixlib/complus.wixproj
+2 -2
@@ -21,7 +21,7 @@
21 </ItemGroup>
22
23 <ItemGroup>
24 - <PackageReference Include="Microsoft.SourceLink.GitHub" />
25 - <PackageReference Include="GitInfo" />
24 + <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
25 + <PackageReference Include="GitInfo" PrivateAssets="All" />
26 </ItemGroup>
27 </Project>
src/ext/Dependency/ca/dependencyca.vcxproj
+2 -2
@@ -62,8 +62,8 @@
62
63 <ItemGroup>
64 <PackageReference Include="WixToolset.WcaUtil" />
65 - <PackageReference Include="Microsoft.SourceLink.GitHub" />
66 - <PackageReference Include="GitInfo" />
65 + <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
66 + <PackageReference Include="GitInfo" PrivateAssets="All" />
67 </ItemGroup>
68
69 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
src/ext/Dependency/wixlib/dependency.wixproj
+2 -2
@@ -23,7 +23,7 @@
23 </ItemGroup>
24
25 <ItemGroup>
26 - <PackageReference Include="Microsoft.SourceLink.GitHub" />
27 - <PackageReference Include="GitInfo" />
26 + <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
27 + <PackageReference Include="GitInfo" PrivateAssets="All" />
28 </ItemGroup>
29 </Project>
src/ext/DirectX/ca/directxca.vcxproj
+2 -3
@@ -52,13 +52,12 @@
52 </ClCompile>
53 <ClInclude Include="precomp.h" />
54 <None Include="directx.def" />
55 - <None Include="packages.config" />
55 </ItemGroup>
56
57 <ItemGroup>
58 <PackageReference Include="WixToolset.WcaUtil" />
60 - <PackageReference Include="Microsoft.SourceLink.GitHub" />
61 - <PackageReference Include="GitInfo" />
59 + <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
60 + <PackageReference Include="GitInfo" PrivateAssets="All" />
61 </ItemGroup>
62
63 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
src/ext/DirectX/ca/packages.config deleted
-5
@@ -1,5 +0,0 @@
1 -<?xml version="1.0" encoding="utf-8"?>
2 -<packages>
3 - <package id="WixToolset.DUtil" version="4.0.0-preview.0-build.1" targetFramework="native" />
4 - <package id="WixToolset.WcaUtil" version="4.0.16" targetFramework="native" />
5 -</packages>
\ No newline at end of file
src/ext/Firewall/ca/fwca.vcxproj
+2 -2
@@ -66,8 +66,8 @@
66
67 <ItemGroup>
68 <PackageReference Include="WixToolset.WcaUtil" />
69 - <PackageReference Include="Microsoft.SourceLink.GitHub" />
70 - <PackageReference Include="GitInfo" />
69 + <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
70 + <PackageReference Include="GitInfo" PrivateAssets="All" />
71 </ItemGroup>
72
73 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
src/ext/Http/ca/httpca.vcxproj
+2 -2
@@ -64,8 +64,8 @@
64
65 <ItemGroup>
66 <PackageReference Include="WixToolset.WcaUtil" />
67 - <PackageReference Include="Microsoft.SourceLink.GitHub" />
68 - <PackageReference Include="GitInfo" />
67 + <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
68 + <PackageReference Include="GitInfo" PrivateAssets="All" />
69 </ItemGroup>
70
71 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
src/ext/Iis/ca/iisca.vcxproj
+2 -2
@@ -138,8 +138,8 @@
138
139 <ItemGroup>
140 <PackageReference Include="WixToolset.WcaUtil" />
141 - <PackageReference Include="Microsoft.SourceLink.GitHub" />
142 - <PackageReference Include="GitInfo" />
141 + <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
142 + <PackageReference Include="GitInfo" PrivateAssets="All" />
143 </ItemGroup>
144
145 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
src/ext/Iis/wixlib/iis.wixproj
+2 -2
@@ -20,7 +20,7 @@
20 </ItemGroup>
21
22 <ItemGroup>
23 - <PackageReference Include="Microsoft.SourceLink.GitHub" />
24 - <PackageReference Include="GitInfo" />
23 + <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
24 + <PackageReference Include="GitInfo" PrivateAssets="All" />
25 </ItemGroup>
26 </Project>
src/ext/PowerShell/wixlib/powershell.wixproj
+2 -2
@@ -6,7 +6,7 @@
6 </PropertyGroup>
7
8 <ItemGroup>
9 - <PackageReference Include="Microsoft.SourceLink.GitHub" />
10 - <PackageReference Include="GitInfo" />
9 + <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
10 + <PackageReference Include="GitInfo" PrivateAssets="All" />
11 </ItemGroup>
12 </Project>
src/ext/Sql/ca/sqlca.vcxproj
+2 -2
@@ -73,8 +73,8 @@
73
74 <ItemGroup>
75 <PackageReference Include="WixToolset.WcaUtil" />
76 - <PackageReference Include="Microsoft.SourceLink.GitHub" />
77 - <PackageReference Include="GitInfo" />
76 + <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
77 + <PackageReference Include="GitInfo" PrivateAssets="All" />
78 </ItemGroup>
79
80 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
src/ext/Sql/wixlib/sql.wixproj
+2 -2
@@ -19,7 +19,7 @@
19 </ItemGroup>
20
21 <ItemGroup>
22 - <PackageReference Include="Microsoft.SourceLink.GitHub" />
23 - <PackageReference Include="GitInfo" />
22 + <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
23 + <PackageReference Include="GitInfo" PrivateAssets="All" />
24 </ItemGroup>
25 </Project>
src/ext/Util/ca/utilca.vcxproj
+2 -2
@@ -96,8 +96,8 @@
96
97 <ItemGroup>
98 <PackageReference Include="WixToolset.WcaUtil" />
99 - <PackageReference Include="Microsoft.SourceLink.GitHub" />
100 - <PackageReference Include="GitInfo" />
99 + <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
100 + <PackageReference Include="GitInfo" PrivateAssets="All" />
101 </ItemGroup>
102
103 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
src/ext/VisualStudio/ca/vsca.vcxproj
+2 -2
@@ -55,8 +55,8 @@
55 <ItemGroup>
56 <PackageReference Include="Microsoft.VisualStudio.Setup.Configuration.Native" />
57 <PackageReference Include="WixToolset.WcaUtil" />
58 - <PackageReference Include="Microsoft.SourceLink.GitHub" />
59 - <PackageReference Include="GitInfo" />
58 + <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
59 + <PackageReference Include="GitInfo" PrivateAssets="All" />
60 </ItemGroup>
61
62 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
src/ext/VisualStudio/wixlib/vs.wixproj
+2 -2
@@ -14,7 +14,7 @@
14 </ItemGroup>
15
16 <ItemGroup>
17 - <PackageReference Include="Microsoft.SourceLink.GitHub" />
18 - <PackageReference Include="GitInfo" />
17 + <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
18 + <PackageReference Include="GitInfo" PrivateAssets="All" />
19 </ItemGroup>
20 </Project>
src/internal/SetBuildNumber/Directory.Packages.props.pp
+5 -7
@@ -45,7 +45,6 @@
45 <PackageVersion Include="System.DirectoryServices" Version="4.7.0" />
46 <PackageVersion Include="System.DirectoryServices.AccountManagement" Version="4.7.0" />
47 <PackageVersion Include="System.IO.Compression" Version="4.3.0" />
48 - <!-- Warning: The version for System.IO.FileSystem.AccessControl must be kept in sync with WixToolset.Core.Native.nuspec -->
48 <PackageVersion Include="System.IO.FileSystem.AccessControl" Version="4.6.0" />
49 <PackageVersion Include="System.Reflection.Metadata" Version="1.6.0" />
50 <PackageVersion Include="System.Security.Principal.Windows" Version="4.7.0" />
@@ -73,15 +72,14 @@
72 <PackageVersion Include="Microsoft.Build.Tasks.Core" Version="15.7.179" />
73 </ItemGroup>
74
75 + <!-- Keep the following versions in sync with internal\WixBuildTools.TestSupport.Native\packages.config -->
76 <ItemGroup>
77 - <PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.0.0" />
77 + <PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
78 <PackageVersion Include="GitInfo" Version="2.2.0" />
79 - </ItemGroup>
79
81 - <ItemGroup>
82 - <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
83 - <PackageVersion Include="xunit" Version="2.4.1" />
80 + <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.3.1" />
81 + <PackageVersion Include="xunit" Version="2.4.2" />
82 <PackageVersion Include="xunit.runner.visualstudio" Version="2.4.5" />
85 - <PackageVersion Include="xunit.assert" Version="2.4.1" />
83 + <PackageVersion Include="xunit.assert" Version="2.4.2" />
84 </ItemGroup>
85 </Project>
src/internal/SetBuildNumber/SetBuildNumber.proj
+2 -2
@@ -1,7 +1,7 @@
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
3
4 -<Project Sdk="Microsoft.Build.NoTargets/3.0.4">
4 +<Project Sdk="Microsoft.Build.NoTargets/3.5.6">
5 <PropertyGroup>
6 <TargetFramework>net6.0</TargetFramework>
7 <!-- Disable central package version management since this project will write the central package version management file -->
@@ -94,6 +94,6 @@
94
95
96 <ItemGroup>
97 - <PackageReference Include="GitInfo" Version="2.1.2" />
97 + <PackageReference Include="GitInfo" Version="2.2.0" />
98 </ItemGroup>
99 </Project>
src/internal/SetBuildNumber/global.json.pp
+2 -2
@@ -1,7 +1,7 @@
1 {
2 "msbuild-sdks": {
3 - "Microsoft.Build.Traversal": "3.0.23",
4 - "Microsoft.Build.NoTargets": "3.3.0",
3 + "Microsoft.Build.Traversal": "3.2.0",
4 + "Microsoft.Build.NoTargets": "3.5.6",
5 "WixToolset.Sdk": "{packageversion}"
6 },
7 "sdk": {
src/internal/WixBuildTools.MsgGen/WixBuildTools.MsgGen.csproj
+2 -2
@@ -21,8 +21,8 @@
21 </ItemGroup>
22
23 <ItemGroup>
24 - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
25 - <PackageReference Include="GitInfo" Version="2.1.2" PrivateAssets="All" />
24 + <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
25 + <PackageReference Include="GitInfo" PrivateAssets="All" />
26 </ItemGroup>
27
28 </Project>
src/internal/WixBuildTools.TestSupport.Native/build/WixBuildTools.TestSupport.Native.props
+2 -2
@@ -1,11 +1,11 @@
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
3
4 -<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 +<Project>
5 <PropertyGroup>
6 <RepoRootDir Condition=" '$(RepoRootDir)' == '' ">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), .gitignore))</RepoRootDir>
7 </PropertyGroup>
8 - <Import Project="$(RepoRootDir)\packages\xunit.core.2.4.1\build\xunit.core.props" Condition="Exists('$(RepoRootDir)\packages\xunit.core.2.4.1\build\xunit.core.props')" />
8 + <Import Project="$(RepoRootDir)\packages\xunit.core.2.4.2\build\xunit.core.props" Condition="Exists('$(RepoRootDir)\packages\xunit.core.2.4.2\build\xunit.core.props')" />
9 <Import Project="$(RepoRootDir)\packages\xunit.runner.visualstudio.2.4.5\build\net462\xunit.runner.visualstudio.props" Condition="Exists('$(RepoRootDir)\packages\xunit.runner.visualstudio.2.4.5\build\net462\xunit.runner.visualstudio.props')" />
10 <PropertyGroup>
11 <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
src/internal/WixBuildTools.TestSupport.Native/build/WixBuildTools.TestSupport.Native.targets
+10 -10
@@ -22,30 +22,30 @@
22 <HintPath>$(RootPackagesFolder)xunit.abstractions.2.0.3\lib\netstandard2.0\xunit.abstractions.dll</HintPath>
23 </Reference>
24 <Reference Include="xunit.assert">
25 - <HintPath>$(RootPackagesFolder)xunit.assert.2.4.1\lib\netstandard1.1\xunit.assert.dll</HintPath>
25 + <HintPath>$(RootPackagesFolder)xunit.assert.2.4.2\lib\netstandard1.1\xunit.assert.dll</HintPath>
26 </Reference>
27 <Reference Include="xunit.core">
28 - <HintPath>$(RootPackagesFolder)xunit.extensibility.core.2.4.1\lib\netstandard1.1\xunit.core.dll</HintPath>
28 + <HintPath>$(RootPackagesFolder)xunit.extensibility.core.2.4.2\lib\netstandard1.1\xunit.core.dll</HintPath>
29 </Reference>
30 <Reference Include="xunit.execution.desktop">
31 - <HintPath>$(RootPackagesFolder)xunit.extensibility.execution.2.4.1\lib\net452\xunit.execution.desktop.dll</HintPath>
31 + <HintPath>$(RootPackagesFolder)xunit.extensibility.execution.2.4.2\lib\net452\xunit.execution.desktop.dll</HintPath>
32 </Reference>
33 </ItemGroup>
34
35 - <Import Project="$(RootPackagesFolder)GitInfo.2.1.2\build\GitInfo.targets" Condition="Exists('$(RootPackagesFolder)GitInfo.2.1.2\build\GitInfo.targets')" />
36 - <Import Project="$(RootPackagesFolder)xunit.core.2.4.1\build\xunit.core.targets" Condition="Exists('$(RootPackagesFolder)xunit.core.2.4.1\build\xunit.core.targets')" />
35 + <Import Project="$(RootPackagesFolder)GitInfo.2.2.0\build\GitInfo.targets" Condition="Exists('$(RootPackagesFolder)GitInfo.2.2.0\build\GitInfo.targets')" />
36 + <Import Project="$(RootPackagesFolder)xunit.core.2.4.2\build\xunit.core.targets" Condition="Exists('$(RootPackagesFolder)xunit.core.2.4.2\build\xunit.core.targets')" />
37 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
38 <PropertyGroup>
39 <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
40 </PropertyGroup>
41 - <Error Condition="!Exists('$(RootPackagesFolder)GitInfo.2.1.2\build\GitInfo.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(RootPackagesFolder)GitInfo.2.1.2\build\GitInfo.targets'))" />
42 - <Error Condition="!Exists('$(RootPackagesFolder)xunit.core.2.4.1\build\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '$(RootPackagesFolder)xunit.core.2.4.1\build\xunit.core.props'))" />
43 - <Error Condition="!Exists('$(RootPackagesFolder)xunit.core.2.4.1\build\xunit.core.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(RootPackagesFolder)xunit.core.2.4.1\build\xunit.core.targets'))" />
41 + <Error Condition="!Exists('$(RootPackagesFolder)GitInfo.2.2.0\build\GitInfo.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(RootPackagesFolder)GitInfo.2.2.0\build\GitInfo.targets'))" />
42 + <Error Condition="!Exists('$(RootPackagesFolder)xunit.core.2.4.2\build\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '$(RootPackagesFolder)xunit.core.2.4.2\build\xunit.core.props'))" />
43 + <Error Condition="!Exists('$(RootPackagesFolder)xunit.core.2.4.2\build\xunit.core.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(RootPackagesFolder)xunit.core.2.4.2\build\xunit.core.targets'))" />
44 <Error Condition="!Exists('$(RootPackagesFolder)xunit.runner.visualstudio.2.4.5\build\net462\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '$(RootPackagesFolder)xunit.runner.visualstudio.2.4.5\build\net462\xunit.runner.visualstudio.props'))" />
45 </Target>
46
47 - <UsingTask AssemblyFile="$(RootPackagesFolder)xunit.runner.msbuild.2.4.1\build\net452\xunit.runner.msbuild.net452.dll" TaskName="Xunit.Runner.MSBuild.xunit" Architecture="x86" Condition=" '$(Platform)'!='x64' " />
48 - <UsingTask AssemblyFile="$(RootPackagesFolder)xunit.runner.msbuild.2.4.1\build\net452\xunit.runner.msbuild.net452.dll" TaskName="Xunit.Runner.MSBuild.xunit" Architecture="x64" Condition=" '$(Platform)'=='x64' " />
47 + <UsingTask AssemblyFile="$(RootPackagesFolder)xunit.runner.msbuild.2.4.2\build\net452\xunit.runner.msbuild.net452.dll" TaskName="Xunit.Runner.MSBuild.xunit" Architecture="x86" Condition=" '$(Platform)'!='x64' " />
48 + <UsingTask AssemblyFile="$(RootPackagesFolder)xunit.runner.msbuild.2.4.2\build\net452\xunit.runner.msbuild.net452.dll" TaskName="Xunit.Runner.MSBuild.xunit" Architecture="x64" Condition=" '$(Platform)'=='x64' " />
49 <Target Name="Test">
50 <!-- https://xunit.net/docs/running-tests-in-msbuild -->
51 <!-- https://github.com/xunit/xunit/issues/2188 -->
src/internal/WixBuildTools.TestSupport.Native/packages.config
+6 -6
@@ -6,12 +6,12 @@
6 Update build\WixBuildTools.TestSupport.native.props and build\WixBuildTools.TestSupport.native.targets
7 when any of these versions are updated.
8 -->
9 - <package id="GitInfo" version="2.1.2" />
9 + <package id="GitInfo" version="2.2.0" />
10 <package id="xunit.abstractions" version="2.0.3" />
11 - <package id="xunit.assert" version="2.4.1" />
12 - <package id="xunit.core" version="2.4.1" />
13 - <package id="xunit.extensibility.core" version="2.4.1" />
14 - <package id="xunit.extensibility.execution" version="2.4.1" />
15 - <package id="xunit.runner.msbuild" version="2.4.1" />
11 + <package id="xunit.assert" version="2.4.2" />
12 + <package id="xunit.core" version="2.4.2" />
13 + <package id="xunit.extensibility.core" version="2.4.2" />
14 + <package id="xunit.extensibility.execution" version="2.4.2" />
15 + <package id="xunit.runner.msbuild" version="2.4.2" />
16 <package id="xunit.runner.visualstudio" version="2.4.5" />
17 </packages>
src/internal/WixBuildTools.XsdGen/WixBuildTools.XsdGen.csproj
+2 -2
@@ -22,7 +22,7 @@
22 </ItemGroup>
23
24 <ItemGroup>
25 - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
26 - <PackageReference Include="GitInfo" Version="2.1.2" PrivateAssets="All" />
25 + <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
26 + <PackageReference Include="GitInfo" PrivateAssets="All" />
27 </ItemGroup>
28 </Project>
src/wix/WixToolset.Core.Native/WixToolset.Core.Native.nuspec
+1 -3
@@ -12,9 +12,7 @@
12 <projectUrl>$projectUrl$</projectUrl>
13 <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" />
14 <dependencies>
15 - <group targetFramework=".NETStandard2.0">
16 - <dependency id="System.IO.FileSystem.AccessControl" version="4.6.0" exclude="Build,Analyzers" />
17 - </group>
15 + <group targetFramework=".NETStandard2.0" />
16 </dependencies>
17 </metadata>
18
src/wix/wixnative/wixnative.vcxproj
+2 -2
@@ -62,8 +62,8 @@
62
63 <ItemGroup>
64 <PackageReference Include="WixToolset.Dutil" />
65 - <PackageReference Include="Microsoft.SourceLink.GitHub" />
66 - <PackageReference Include="GitInfo" />
65 + <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
66 + <PackageReference Include="GitInfo" PrivateAssets="All" />
67 </ItemGroup>
68
69 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />