Skip to content

Commit 72a0196

Browse files
chore(deps): update dependency microsoft.visualstudio.azure.containers.tools.targets to 1.22.1 (#293)
* chore(deps): update dependency microsoft.visualstudio.azure.containers.tools.targets to 1.22.1 | datasource | package | from | to | | ---------- | ----------------------------------------------------- | ------ | ------ | | nuget | Microsoft.VisualStudio.Azure.Containers.Tools.Targets | 1.20.1 | 1.22.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> * Add license for VS Azure Container tools Add license for its dependency on TypeScript for MSBuild. --------- Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: Martin Costello <[email protected]>
1 parent 7af5917 commit 72a0196

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
uses: actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
2626
with:
2727
allow-dependencies-licenses: 'pkg:githubactions/grafana/shared-workflows/actions/get-vault-secrets'
28-
allow-licenses: 'Apache-2.0,BSD-3-Clause,MIT'
28+
allow-licenses: 'Apache-2.0,BSD-3-Clause,MIT,LicenseRef-scancode-ms-typescript-msbuild-4.1.4'

examples/net8.0/aspnetcore/aspnetcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="AWSSDK.S3" Version="4.0.7.7" />
1414
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.1" />
1515
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.20" />
16-
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" />
16+
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.22.1" />
1717
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.12.0" />
1818
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.6" />
1919
</ItemGroup>

0 commit comments

Comments
 (0)