-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Azure.Identity from 1.11.0 to 1.11.4 in /Applications
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
1 parent
b1c58cf
commit 9505275
Showing
1 changed file
with
55 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |