Skip to content

Commit

Permalink
Bump Azure.Identity from 1.11.0 to 1.11.4 in /Applications
Browse files Browse the repository at this point in the history
Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.11.0 to 1.11.4.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.11.0...Azure.Identity_1.11.4)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and GoetzGoerisch committed Jun 13, 2024
1 parent b1c58cf commit 9505275
Showing 1 changed file with 55 additions and 55 deletions.
110 changes: 55 additions & 55 deletions Applications/UANodesetWebViewer.csproj
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<UserSecretsId>b2d0ab73-8f42-4b3f-9415-ab542610a5f8</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<DockerfileContext>.</DockerfileContext>
</PropertyGroup>

<ItemGroup>
<Compile Remove="OPC Foundation\**" />
<Content Remove="OPC Foundation\**" />
<EmbeddedResource Remove="OPC Foundation\**" />
<None Remove="OPC Foundation\**" />
</ItemGroup>

<ItemGroup>
<None Remove="aasenv-with-no-id.aas.xml" />
<None Remove="Application.Config.xml" />
<None Remove="submodel.aas.xml" />
<None Remove="submodel.adt.xml" />
<None Remove="UANodeSet.aasx" />
</ItemGroup>

<ItemGroup>
<Content Include="aasenv-with-no-id.aas.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Application.Config.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="submodel.aas.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="submodel.adt.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Azure.DigitalTwins.Core" Version="1.4.0" />
<PackageReference Include="Azure.Identity" Version="1.11.0" />
<PackageReference Include="Microsoft.Azure.Kusto.Data" Version="12.2.0" />
<PackageReference Include="Microsoft.Azure.Kusto.Ingest" Version="12.2.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua" Version="1.5.374.36" />
<PackageReference Include="System.IO.Packaging" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
<Folder Include="Views\UACL\" />
<Folder Include="wwwroot\lib\jstree\themes\default\" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<UserSecretsId>b2d0ab73-8f42-4b3f-9415-ab542610a5f8</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<DockerfileContext>.</DockerfileContext>
</PropertyGroup>

<ItemGroup>
<Compile Remove="OPC Foundation\**" />
<Content Remove="OPC Foundation\**" />
<EmbeddedResource Remove="OPC Foundation\**" />
<None Remove="OPC Foundation\**" />
</ItemGroup>

<ItemGroup>
<None Remove="aasenv-with-no-id.aas.xml" />
<None Remove="Application.Config.xml" />
<None Remove="submodel.aas.xml" />
<None Remove="submodel.adt.xml" />
<None Remove="UANodeSet.aasx" />
</ItemGroup>

<ItemGroup>
<Content Include="aasenv-with-no-id.aas.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Application.Config.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="submodel.aas.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="submodel.adt.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Azure.DigitalTwins.Core" Version="1.4.0" />
<PackageReference Include="Azure.Identity" Version="1.11.4" />
<PackageReference Include="Microsoft.Azure.Kusto.Data" Version="12.2.0" />
<PackageReference Include="Microsoft.Azure.Kusto.Ingest" Version="12.2.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua" Version="1.5.374.36" />
<PackageReference Include="System.IO.Packaging" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
<Folder Include="Views\UACL\" />
<Folder Include="wwwroot\lib\jstree\themes\default\" />
</ItemGroup>

</Project>

0 comments on commit 9505275

Please sign in to comment.