diff options
-rw-r--r-- | src/wix/pack-wix/pack-wix.csproj | 5 | ||||
-rw-r--r-- | src/wix/test/WixToolsetTest.Converters/WixToolsetTest.Converters.csproj | 2 |
2 files changed, 0 insertions, 7 deletions
diff --git a/src/wix/pack-wix/pack-wix.csproj b/src/wix/pack-wix/pack-wix.csproj index bee625ed..f47306d2 100644 --- a/src/wix/pack-wix/pack-wix.csproj +++ b/src/wix/pack-wix/pack-wix.csproj | |||
@@ -10,9 +10,4 @@ | |||
10 | <PackageId>wix</PackageId> | 10 | <PackageId>wix</PackageId> |
11 | <NuspecBasePath>$(OutputPath)publish\wix\</NuspecBasePath> | 11 | <NuspecBasePath>$(OutputPath)publish\wix\</NuspecBasePath> |
12 | </PropertyGroup> | 12 | </PropertyGroup> |
13 | |||
14 | <ItemGroup> | ||
15 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | ||
16 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
17 | </ItemGroup> | ||
18 | </Project> | 13 | </Project> |
diff --git a/src/wix/test/WixToolsetTest.Converters/WixToolsetTest.Converters.csproj b/src/wix/test/WixToolsetTest.Converters/WixToolsetTest.Converters.csproj index 90344c2d..2d7da5ad 100644 --- a/src/wix/test/WixToolsetTest.Converters/WixToolsetTest.Converters.csproj +++ b/src/wix/test/WixToolsetTest.Converters/WixToolsetTest.Converters.csproj | |||
@@ -31,7 +31,5 @@ | |||
31 | <PackageReference Include="Microsoft.NET.Test.Sdk" /> | 31 | <PackageReference Include="Microsoft.NET.Test.Sdk" /> |
32 | <PackageReference Include="xunit" /> | 32 | <PackageReference Include="xunit" /> |
33 | <PackageReference Include="xunit.runner.visualstudio" PrivateAssets="All" /> | 33 | <PackageReference Include="xunit.runner.visualstudio" PrivateAssets="All" /> |
34 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | ||
35 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | ||
36 | </ItemGroup> | 34 | </ItemGroup> |
37 | </Project> | 35 | </Project> |