Skip to content

Commit 4286f30

Browse files
committed
Only C++
1 parent a22c816 commit 4286f30

File tree

13 files changed

+1
-99
lines changed

13 files changed

+1
-99
lines changed

src/Directory.Packages.props

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
<PackageVersion Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
1313
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.6" />
1414
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
15-
<PackageVersion Include="Microsoft.MSBuildCache.AzurePipelines" Version="0.1.327-preview" />
16-
<PackageVersion Include="Microsoft.MSBuildCache.SharedCompilation" Version="0.1.327-preview" />
1715
<PackageVersion Include="Microsoft.Msix.Utils" Version="2.1.1" />
1816
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
1917
<PackageVersion Include="Microsoft.PowerShell.SDK" Version="7.4.12" />
@@ -38,4 +36,4 @@
3836
<PackageVersion Include="xunit.runner.visualstudio" Version="2.4.5" />
3937
<PackageVersion Include="YamlDotNet" Version="16.3.0" />
4038
</ItemGroup>
41-
</Project>
39+
</Project>

src/Microsoft.Management.Configuration.Processor/Microsoft.Management.Configuration.Processor.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@
3939
</ItemGroup>
4040

4141
<ItemGroup>
42-
<PackageReference Include="Microsoft.MSBuildCache.AzurePipelines">
43-
<PrivateAssets>all</PrivateAssets>
44-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
45-
</PackageReference>
46-
<PackageReference Include="Microsoft.MSBuildCache.SharedCompilation">
47-
<PrivateAssets>all</PrivateAssets>
48-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
49-
</PackageReference>
5042
<PackageReference Include="Microsoft.Windows.CsWinRT" />
5143
<PackageReference Include="Microsoft.PowerShell.SDK" GeneratePathProperty="true">
5244
<ExcludeAssets>contentFiles</ExcludeAssets>

src/Microsoft.Management.Configuration.Projection/Microsoft.Management.Configuration.Projection.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@
3030
</PropertyGroup>
3131

3232
<ItemGroup>
33-
<PackageReference Include="Microsoft.MSBuildCache.AzurePipelines">
34-
<PrivateAssets>all</PrivateAssets>
35-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
36-
</PackageReference>
37-
<PackageReference Include="Microsoft.MSBuildCache.SharedCompilation">
38-
<PrivateAssets>all</PrivateAssets>
39-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
40-
</PackageReference>
4133
<PackageReference Include="Microsoft.Windows.CsWinRT" />
4234
</ItemGroup>
4335

src/Microsoft.Management.Deployment.CsWinRTProjection/Microsoft.Management.Deployment.CsWinRTProjection.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@
3232
</PropertyGroup>
3333

3434
<ItemGroup>
35-
<PackageReference Include="Microsoft.MSBuildCache.AzurePipelines">
36-
<PrivateAssets>all</PrivateAssets>
37-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
38-
</PackageReference>
39-
<PackageReference Include="Microsoft.MSBuildCache.SharedCompilation">
40-
<PrivateAssets>all</PrivateAssets>
41-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
42-
</PackageReference>
4335
<PackageReference Include="Microsoft.Windows.CsWinRT" />
4436
</ItemGroup>
4537

src/Microsoft.Management.Deployment.Projection/Microsoft.Management.Deployment.Projection.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.MSBuildCache.AzurePipelines">
14-
<PrivateAssets>all</PrivateAssets>
15-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
16-
</PackageReference>
17-
<PackageReference Include="Microsoft.MSBuildCache.SharedCompilation">
18-
<PrivateAssets>all</PrivateAssets>
19-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
20-
</PackageReference>
2113
<PackageReference Include="Microsoft.Windows.CsWinRT" />
2214
</ItemGroup>
2315

src/PowerShell/Microsoft.WinGet.Client.Cmdlets/Microsoft.WinGet.Client.Cmdlets.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<PackageReference Include="Microsoft.MSBuildCache.AzurePipelines">
39-
<PrivateAssets>all</PrivateAssets>
40-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
41-
</PackageReference>
42-
<PackageReference Include="Microsoft.MSBuildCache.SharedCompilation">
43-
<PrivateAssets>all</PrivateAssets>
44-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
45-
</PackageReference>
4638
<PackageReference Include="Newtonsoft.Json" />
4739
<PackageReference Include="PowerShellStandard.Library" PrivateAssets="all" />
4840
<PackageReference Include="StyleCop.Analyzers">

src/PowerShell/Microsoft.WinGet.Client.Engine/Microsoft.WinGet.Client.Engine.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<PackageReference Include="Microsoft.MSBuildCache.AzurePipelines">
39-
<PrivateAssets>all</PrivateAssets>
40-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
41-
</PackageReference>
42-
<PackageReference Include="Microsoft.MSBuildCache.SharedCompilation">
43-
<PrivateAssets>all</PrivateAssets>
44-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
45-
</PackageReference>
4638
<PackageReference Include="Octokit" />
4739
<PackageReference Include="PowerShellStandard.Library" PrivateAssets="all" />
4840
<PackageReference Include="Semver" />

src/PowerShell/Microsoft.WinGet.Configuration.Cmdlets/Microsoft.WinGet.Configuration.Cmdlets.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@
3030
</ItemGroup>
3131

3232
<ItemGroup>
33-
<PackageReference Include="Microsoft.MSBuildCache.AzurePipelines">
34-
<PrivateAssets>all</PrivateAssets>
35-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
36-
</PackageReference>
37-
<PackageReference Include="Microsoft.MSBuildCache.SharedCompilation">
38-
<PrivateAssets>all</PrivateAssets>
39-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
40-
</PackageReference>
4133
<PackageReference Include="Newtonsoft.Json" />
4234
<PackageReference Include="PowerShellStandard.Library" PrivateAssets="all" />
4335
<PackageReference Include="StyleCop.Analyzers">

src/PowerShell/Microsoft.WinGet.Configuration.Engine/Microsoft.WinGet.Configuration.Engine.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@
3030
</ItemGroup>
3131

3232
<ItemGroup>
33-
<PackageReference Include="Microsoft.MSBuildCache.AzurePipelines">
34-
<PrivateAssets>all</PrivateAssets>
35-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
36-
</PackageReference>
37-
<PackageReference Include="Microsoft.MSBuildCache.SharedCompilation">
38-
<PrivateAssets>all</PrivateAssets>
39-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
40-
</PackageReference>
4133
<PackageReference Include="Newtonsoft.Json" />
4234
<PackageReference Include="PowerShellStandard.Library" PrivateAssets="all" />
4335
<PackageReference Include="StyleCop.Analyzers">

src/PowerShell/Microsoft.WinGet.SharedLib/Microsoft.WinGet.SharedLib.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.MSBuildCache.AzurePipelines">
16-
<PrivateAssets>all</PrivateAssets>
17-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
18-
</PackageReference>
19-
<PackageReference Include="Microsoft.MSBuildCache.SharedCompilation">
20-
<PrivateAssets>all</PrivateAssets>
21-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
22-
</PackageReference>
2315
<PackageReference Include="Microsoft.Win32.Registry" />
2416
<PackageReference Include="StyleCop.Analyzers">
2517
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)