Skip to content

Commit

Permalink
bicep release 0.29 (w/ VS dotnet restore) (#14518)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcho23 authored Jul 9, 2024
1 parent 3f98a34 commit f9d8915
Show file tree
Hide file tree
Showing 34 changed files with 327 additions and 195 deletions.
13 changes: 11 additions & 2 deletions src/Bicep.Cli.IntegrationTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,11 @@
"resolved": "6.35.0",
"contentHash": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg=="
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Transitive",
"resolved": "8.0.7",
"contentHash": "iI52ptEKby2ymQ6B7h4TWbFmm85T4VvLgc/HvS45Yr3lgi4IIFbQtjON3bQbX/Vc94jXNSLvrDOp5Kh7SJyFYQ=="
},
"Microsoft.NET.StringTools": {
"type": "Transitive",
"resolved": "17.4.0",
Expand Down Expand Up @@ -1635,6 +1640,7 @@
"Microsoft.Extensions.DependencyInjection": "[8.0.0, )",
"Microsoft.Extensions.Http": "[8.0.0, )",
"Microsoft.Graph.Bicep.Types": "[0.1.6-preview, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )",
"Microsoft.PowerPlatform.ResourceStack": "[7.0.0.2007, )",
"Newtonsoft.Json": "[13.0.3, )",
"Semver": "[2.3.0, )",
Expand All @@ -1646,7 +1652,8 @@
"Azure.Bicep.Decompiler": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Core": "[1.0.0, )"
"Azure.Bicep.Core": "[1.0.0, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )"
}
},
"Azure.Bicep.Local.Deploy": {
Expand All @@ -1656,7 +1663,8 @@
"Azure.Bicep.Local.Extension": "[1.0.0, )",
"Azure.Deployments.Engine": "[1.54.0, )",
"Azure.Deployments.Extensibility.Core": "[0.1.55, )",
"Microsoft.AspNet.WebApi.Client": "[6.0.0, )"
"Microsoft.AspNet.WebApi.Client": "[6.0.0, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )"
}
},
"Azure.Bicep.Local.Extension": {
Expand All @@ -1674,6 +1682,7 @@
"Azure.Bicep.Decompiler": "[1.0.0, )",
"Azure.Bicep.Local.Deploy": "[1.0.0, )",
"Microsoft.Extensions.Logging": "[8.0.0, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )",
"Sarif.Sdk": "[4.5.4, )",
"StreamJsonRpc": "[2.18.48, )"
}
Expand Down
13 changes: 11 additions & 2 deletions src/Bicep.Cli.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,11 @@
"resolved": "6.35.0",
"contentHash": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg=="
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Transitive",
"resolved": "8.0.7",
"contentHash": "iI52ptEKby2ymQ6B7h4TWbFmm85T4VvLgc/HvS45Yr3lgi4IIFbQtjON3bQbX/Vc94jXNSLvrDOp5Kh7SJyFYQ=="
},
"Microsoft.NET.StringTools": {
"type": "Transitive",
"resolved": "17.4.0",
Expand Down Expand Up @@ -1506,6 +1511,7 @@
"Microsoft.Extensions.DependencyInjection": "[8.0.0, )",
"Microsoft.Extensions.Http": "[8.0.0, )",
"Microsoft.Graph.Bicep.Types": "[0.1.6-preview, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )",
"Microsoft.PowerPlatform.ResourceStack": "[7.0.0.2007, )",
"Newtonsoft.Json": "[13.0.3, )",
"Semver": "[2.3.0, )",
Expand All @@ -1517,7 +1523,8 @@
"Azure.Bicep.Decompiler": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Core": "[1.0.0, )"
"Azure.Bicep.Core": "[1.0.0, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )"
}
},
"Azure.Bicep.Local.Deploy": {
Expand All @@ -1527,7 +1534,8 @@
"Azure.Bicep.Local.Extension": "[1.0.0, )",
"Azure.Deployments.Engine": "[1.54.0, )",
"Azure.Deployments.Extensibility.Core": "[0.1.55, )",
"Microsoft.AspNet.WebApi.Client": "[6.0.0, )"
"Microsoft.AspNet.WebApi.Client": "[6.0.0, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )"
}
},
"Azure.Bicep.Local.Extension": {
Expand All @@ -1545,6 +1553,7 @@
"Azure.Bicep.Decompiler": "[1.0.0, )",
"Azure.Bicep.Local.Deploy": "[1.0.0, )",
"Microsoft.Extensions.Logging": "[8.0.0, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )",
"Sarif.Sdk": "[4.5.4, )",
"StreamJsonRpc": "[2.18.48, )"
}
Expand Down
3 changes: 3 additions & 0 deletions src/Bicep.Cli/Bicep.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Sarif.Sdk" Version="4.5.4" />
<PackageReference Include="StreamJsonRpc" Version="2.18.48" />

<!-- need to explicitly reference this because it was upgraded to 8.0.7 but dotnet SDK version 8.3.0.2 tracks 8.0.6 https://github.com/dotnet/sdk/issues/38200-->
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="8.0.7" />
</ItemGroup>

<ItemGroup>
Expand Down
13 changes: 8 additions & 5 deletions src/Bicep.Cli/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.6, )",
"resolved": "8.0.6",
"contentHash": "E+lDylsTeP4ZiDmnEkiJ5wobnGaIJzFhOgZppznJCb69UZgbh6G3cfv1pnLDLLBx6JAgl0kAlnINDeT3uCuczQ=="
"requested": "[8.0.7, )",
"resolved": "8.0.7",
"contentHash": "iI52ptEKby2ymQ6B7h4TWbFmm85T4VvLgc/HvS45Yr3lgi4IIFbQtjON3bQbX/Vc94jXNSLvrDOp5Kh7SJyFYQ=="
},
"Microsoft.SourceLink.GitHub": {
"type": "Direct",
Expand Down Expand Up @@ -1404,6 +1404,7 @@
"Microsoft.Extensions.DependencyInjection": "[8.0.0, )",
"Microsoft.Extensions.Http": "[8.0.0, )",
"Microsoft.Graph.Bicep.Types": "[0.1.6-preview, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )",
"Microsoft.PowerPlatform.ResourceStack": "[7.0.0.2007, )",
"Newtonsoft.Json": "[13.0.3, )",
"Semver": "[2.3.0, )",
Expand All @@ -1415,7 +1416,8 @@
"Azure.Bicep.Decompiler": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Core": "[1.0.0, )"
"Azure.Bicep.Core": "[1.0.0, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )"
}
},
"Azure.Bicep.Local.Deploy": {
Expand All @@ -1425,7 +1427,8 @@
"Azure.Bicep.Local.Extension": "[1.0.0, )",
"Azure.Deployments.Engine": "[1.54.0, )",
"Azure.Deployments.Extensibility.Core": "[0.1.55, )",
"Microsoft.AspNet.WebApi.Client": "[6.0.0, )"
"Microsoft.AspNet.WebApi.Client": "[6.0.0, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )"
}
},
"Azure.Bicep.Local.Extension": {
Expand Down
12 changes: 10 additions & 2 deletions src/Bicep.Core.IntegrationTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,11 @@
"resolved": "6.35.0",
"contentHash": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg=="
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Transitive",
"resolved": "8.0.7",
"contentHash": "iI52ptEKby2ymQ6B7h4TWbFmm85T4VvLgc/HvS45Yr3lgi4IIFbQtjON3bQbX/Vc94jXNSLvrDOp5Kh7SJyFYQ=="
},
"Microsoft.NETCore.Platforms": {
"type": "Transitive",
"resolved": "1.1.1",
Expand Down Expand Up @@ -1538,6 +1543,7 @@
"Microsoft.Extensions.DependencyInjection": "[8.0.0, )",
"Microsoft.Extensions.Http": "[8.0.0, )",
"Microsoft.Graph.Bicep.Types": "[0.1.6-preview, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )",
"Microsoft.PowerPlatform.ResourceStack": "[7.0.0.2007, )",
"Newtonsoft.Json": "[13.0.3, )",
"Semver": "[2.3.0, )",
Expand All @@ -1549,7 +1555,8 @@
"Azure.Bicep.Decompiler": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Core": "[1.0.0, )"
"Azure.Bicep.Core": "[1.0.0, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )"
}
},
"Azure.Bicep.Local.Deploy": {
Expand All @@ -1559,7 +1566,8 @@
"Azure.Bicep.Local.Extension": "[1.0.0, )",
"Azure.Deployments.Engine": "[1.54.0, )",
"Azure.Deployments.Extensibility.Core": "[0.1.55, )",
"Microsoft.AspNet.WebApi.Client": "[6.0.0, )"
"Microsoft.AspNet.WebApi.Client": "[6.0.0, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )"
}
},
"Azure.Bicep.Local.Extension": {
Expand Down
12 changes: 10 additions & 2 deletions src/Bicep.Core.Samples/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,11 @@
"resolved": "6.35.0",
"contentHash": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg=="
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Transitive",
"resolved": "8.0.7",
"contentHash": "iI52ptEKby2ymQ6B7h4TWbFmm85T4VvLgc/HvS45Yr3lgi4IIFbQtjON3bQbX/Vc94jXNSLvrDOp5Kh7SJyFYQ=="
},
"Microsoft.NETCore.Platforms": {
"type": "Transitive",
"resolved": "1.1.1",
Expand Down Expand Up @@ -1485,6 +1490,7 @@
"Microsoft.Extensions.DependencyInjection": "[8.0.0, )",
"Microsoft.Extensions.Http": "[8.0.0, )",
"Microsoft.Graph.Bicep.Types": "[0.1.6-preview, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )",
"Microsoft.PowerPlatform.ResourceStack": "[7.0.0.2007, )",
"Newtonsoft.Json": "[13.0.3, )",
"Semver": "[2.3.0, )",
Expand All @@ -1496,7 +1502,8 @@
"Azure.Bicep.Decompiler": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Core": "[1.0.0, )"
"Azure.Bicep.Core": "[1.0.0, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )"
}
},
"Azure.Bicep.Local.Deploy": {
Expand All @@ -1506,7 +1513,8 @@
"Azure.Bicep.Local.Extension": "[1.0.0, )",
"Azure.Deployments.Engine": "[1.54.0, )",
"Azure.Deployments.Extensibility.Core": "[0.1.55, )",
"Microsoft.AspNet.WebApi.Client": "[6.0.0, )"
"Microsoft.AspNet.WebApi.Client": "[6.0.0, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )"
}
},
"Azure.Bicep.Local.Extension": {
Expand Down
12 changes: 10 additions & 2 deletions src/Bicep.Core.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,11 @@
"resolved": "6.35.0",
"contentHash": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg=="
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Transitive",
"resolved": "8.0.7",
"contentHash": "iI52ptEKby2ymQ6B7h4TWbFmm85T4VvLgc/HvS45Yr3lgi4IIFbQtjON3bQbX/Vc94jXNSLvrDOp5Kh7SJyFYQ=="
},
"Microsoft.NETCore.Platforms": {
"type": "Transitive",
"resolved": "1.1.1",
Expand Down Expand Up @@ -1491,6 +1496,7 @@
"Microsoft.Extensions.DependencyInjection": "[8.0.0, )",
"Microsoft.Extensions.Http": "[8.0.0, )",
"Microsoft.Graph.Bicep.Types": "[0.1.6-preview, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )",
"Microsoft.PowerPlatform.ResourceStack": "[7.0.0.2007, )",
"Newtonsoft.Json": "[13.0.3, )",
"Semver": "[2.3.0, )",
Expand All @@ -1502,7 +1508,8 @@
"Azure.Bicep.Decompiler": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Core": "[1.0.0, )"
"Azure.Bicep.Core": "[1.0.0, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )"
}
},
"Azure.Bicep.Local.Deploy": {
Expand All @@ -1512,7 +1519,8 @@
"Azure.Bicep.Local.Extension": "[1.0.0, )",
"Azure.Deployments.Engine": "[1.54.0, )",
"Azure.Deployments.Extensibility.Core": "[0.1.55, )",
"Microsoft.AspNet.WebApi.Client": "[6.0.0, )"
"Microsoft.AspNet.WebApi.Client": "[6.0.0, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )"
}
},
"Azure.Bicep.Local.Extension": {
Expand Down
3 changes: 3 additions & 0 deletions src/Bicep.Core/Bicep.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
<!-- force an upgrade of this dependency as it seems to cause build flakiness for unknown reasons -->
<PackageReference Include="System.Private.Uri" Version="4.3.2" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />

<!-- need to explicitly reference this because it was upgraded to 8.0.7 but dotnet SDK version 8.3.0.2 tracks 8.0.6 https://github.com/dotnet/sdk/issues/38200-->
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="8.0.7" />
</ItemGroup>
<ItemGroup>
<Compile Update="CoreResources.Designer.cs">
Expand Down
6 changes: 3 additions & 3 deletions src/Bicep.Core/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.6, )",
"resolved": "8.0.6",
"contentHash": "E+lDylsTeP4ZiDmnEkiJ5wobnGaIJzFhOgZppznJCb69UZgbh6G3cfv1pnLDLLBx6JAgl0kAlnINDeT3uCuczQ=="
"requested": "[8.0.7, )",
"resolved": "8.0.7",
"contentHash": "iI52ptEKby2ymQ6B7h4TWbFmm85T4VvLgc/HvS45Yr3lgi4IIFbQtjON3bQbX/Vc94jXNSLvrDOp5Kh7SJyFYQ=="
},
"Microsoft.PowerPlatform.ResourceStack": {
"type": "Direct",
Expand Down
12 changes: 10 additions & 2 deletions src/Bicep.Decompiler.IntegrationTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,11 @@
"resolved": "6.35.0",
"contentHash": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg=="
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Transitive",
"resolved": "8.0.7",
"contentHash": "iI52ptEKby2ymQ6B7h4TWbFmm85T4VvLgc/HvS45Yr3lgi4IIFbQtjON3bQbX/Vc94jXNSLvrDOp5Kh7SJyFYQ=="
},
"Microsoft.NETCore.Platforms": {
"type": "Transitive",
"resolved": "1.1.1",
Expand Down Expand Up @@ -1538,6 +1543,7 @@
"Microsoft.Extensions.DependencyInjection": "[8.0.0, )",
"Microsoft.Extensions.Http": "[8.0.0, )",
"Microsoft.Graph.Bicep.Types": "[0.1.6-preview, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )",
"Microsoft.PowerPlatform.ResourceStack": "[7.0.0.2007, )",
"Newtonsoft.Json": "[13.0.3, )",
"Semver": "[2.3.0, )",
Expand All @@ -1549,7 +1555,8 @@
"Azure.Bicep.Decompiler": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Core": "[1.0.0, )"
"Azure.Bicep.Core": "[1.0.0, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )"
}
},
"Azure.Bicep.Local.Deploy": {
Expand All @@ -1559,7 +1566,8 @@
"Azure.Bicep.Local.Extension": "[1.0.0, )",
"Azure.Deployments.Engine": "[1.54.0, )",
"Azure.Deployments.Extensibility.Core": "[0.1.55, )",
"Microsoft.AspNet.WebApi.Client": "[6.0.0, )"
"Microsoft.AspNet.WebApi.Client": "[6.0.0, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )"
}
},
"Azure.Bicep.Local.Extension": {
Expand Down
12 changes: 10 additions & 2 deletions src/Bicep.Decompiler.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,11 @@
"resolved": "6.35.0",
"contentHash": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg=="
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Transitive",
"resolved": "8.0.7",
"contentHash": "iI52ptEKby2ymQ6B7h4TWbFmm85T4VvLgc/HvS45Yr3lgi4IIFbQtjON3bQbX/Vc94jXNSLvrDOp5Kh7SJyFYQ=="
},
"Microsoft.NETCore.Platforms": {
"type": "Transitive",
"resolved": "1.1.1",
Expand Down Expand Up @@ -1538,6 +1543,7 @@
"Microsoft.Extensions.DependencyInjection": "[8.0.0, )",
"Microsoft.Extensions.Http": "[8.0.0, )",
"Microsoft.Graph.Bicep.Types": "[0.1.6-preview, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )",
"Microsoft.PowerPlatform.ResourceStack": "[7.0.0.2007, )",
"Newtonsoft.Json": "[13.0.3, )",
"Semver": "[2.3.0, )",
Expand All @@ -1549,7 +1555,8 @@
"Azure.Bicep.Decompiler": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Core": "[1.0.0, )"
"Azure.Bicep.Core": "[1.0.0, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )"
}
},
"Azure.Bicep.Local.Deploy": {
Expand All @@ -1559,7 +1566,8 @@
"Azure.Bicep.Local.Extension": "[1.0.0, )",
"Azure.Deployments.Engine": "[1.54.0, )",
"Azure.Deployments.Extensibility.Core": "[0.1.55, )",
"Microsoft.AspNet.WebApi.Client": "[6.0.0, )"
"Microsoft.AspNet.WebApi.Client": "[6.0.0, )",
"Microsoft.NET.ILLink.Tasks": "[8.0.7, )"
}
},
"Azure.Bicep.Local.Extension": {
Expand Down
3 changes: 3 additions & 0 deletions src/Bicep.Decompiler/Bicep.Decompiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@

<ItemGroup>
<ProjectReference Include="..\Bicep.Core\Bicep.Core.csproj" />

<!-- need to explicitly reference this because it was upgraded to 8.0.7 but dotnet SDK version 8.3.0.2 tracks 8.0.6 https://github.com/dotnet/sdk/issues/38200-->
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="8.0.7" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit f9d8915

Please sign in to comment.