forked from barnstee/UA-CloudPublisher
-
Notifications
You must be signed in to change notification settings - Fork 0
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 in the nuget group across 1 directory (#38)
Bumps the nuget group with 1 update in the / directory: [Azure.Identity](https://github.com/Azure/azure-sdk-for-net). Updates `Azure.Identity` from 1.11.3 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.3...Azure.Identity_1.11.4) --- updated-dependencies: - dependency-name: Azure.Identity dependency-type: direct:production dependency-group: nuget ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5d64fd8
commit 976edd5
Showing
1 changed file
with
66 additions
and
66 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,66 +1,66 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<UserSecretsId>1F8C131F-4A90-4802-9DB2-FF0BF5944B0D</UserSecretsId> | ||
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS> | ||
<DockerfileContext>.</DockerfileContext> | ||
<StartupObject></StartupObject> | ||
<RootNamespace>Opc.Ua.Cloud.Publisher</RootNamespace> | ||
<AssemblyName>UA-CloudPublisher</AssemblyName> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Compile Remove="Logs\**" /> | ||
<Compile Remove="pki\**" /> | ||
<Compile Remove="PublishedNodes\**" /> | ||
<Compile Remove="Settings\**" /> | ||
<Content Remove="Logs\**" /> | ||
<Content Remove="pki\**" /> | ||
<Content Remove="PublishedNodes\**" /> | ||
<Content Remove="Settings\**" /> | ||
<EmbeddedResource Remove="Logs\**" /> | ||
<EmbeddedResource Remove="pki\**" /> | ||
<EmbeddedResource Remove="PublishedNodes\**" /> | ||
<EmbeddedResource Remove="Settings\**" /> | ||
<None Remove="Logs\**" /> | ||
<None Remove="pki\**" /> | ||
<None Remove="PublishedNodes\**" /> | ||
<None Remove="Settings\**" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Remove="pac4200.jsonld" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Content Include="pac4200.jsonld"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</Content> | ||
<Content Include="UACloudPublisher.Config.xml"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</Content> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Azure.AI.OpenAI" Version="1.0.0-beta.5" /> | ||
<PackageReference Include="Azure.Identity" Version="1.12.0" /> | ||
<PackageReference Include="Azure.Storage.Blobs" Version="12.20.0" /> | ||
<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.18.0" /> | ||
<PackageReference Include="Confluent.Kafka" Version="2.4.0" /> | ||
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" /> | ||
<PackageReference Include="MQTTnet" Version="4.3.6.1152" /> | ||
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Client" Version="1.5.374.70" /> | ||
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes" Version="1.5.374.70" /> | ||
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Configuration" Version="1.5.374.70" /> | ||
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Core" Version="1.5.374.70" /> | ||
<PackageReference Include="Serilog.Extensions.Logging.File" Version="3.0.0" /> | ||
<PackageReference Include="System.Collections.Concurrent" Version="4.3.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Folder Include="Properties\" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<UserSecretsId>1F8C131F-4A90-4802-9DB2-FF0BF5944B0D</UserSecretsId> | ||
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS> | ||
<DockerfileContext>.</DockerfileContext> | ||
<StartupObject></StartupObject> | ||
<RootNamespace>Opc.Ua.Cloud.Publisher</RootNamespace> | ||
<AssemblyName>UA-CloudPublisher</AssemblyName> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Compile Remove="Logs\**" /> | ||
<Compile Remove="pki\**" /> | ||
<Compile Remove="PublishedNodes\**" /> | ||
<Compile Remove="Settings\**" /> | ||
<Content Remove="Logs\**" /> | ||
<Content Remove="pki\**" /> | ||
<Content Remove="PublishedNodes\**" /> | ||
<Content Remove="Settings\**" /> | ||
<EmbeddedResource Remove="Logs\**" /> | ||
<EmbeddedResource Remove="pki\**" /> | ||
<EmbeddedResource Remove="PublishedNodes\**" /> | ||
<EmbeddedResource Remove="Settings\**" /> | ||
<None Remove="Logs\**" /> | ||
<None Remove="pki\**" /> | ||
<None Remove="PublishedNodes\**" /> | ||
<None Remove="Settings\**" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Remove="pac4200.jsonld" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Content Include="pac4200.jsonld"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</Content> | ||
<Content Include="UACloudPublisher.Config.xml"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</Content> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Azure.AI.OpenAI" Version="1.0.0-beta.5" /> | ||
<PackageReference Include="Azure.Identity" Version="1.12.0" /> | ||
<PackageReference Include="Azure.Storage.Blobs" Version="12.20.0" /> | ||
<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.18.0" /> | ||
<PackageReference Include="Confluent.Kafka" Version="2.4.0" /> | ||
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" /> | ||
<PackageReference Include="MQTTnet" Version="4.3.6.1152" /> | ||
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Client" Version="1.5.374.70" /> | ||
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Client.ComplexTypes" Version="1.5.374.70" /> | ||
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Configuration" Version="1.5.374.70" /> | ||
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Core" Version="1.5.374.70" /> | ||
<PackageReference Include="Serilog.Extensions.Logging.File" Version="3.0.0" /> | ||
<PackageReference Include="System.Collections.Concurrent" Version="4.3.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Folder Include="Properties\" /> | ||
</ItemGroup> | ||
|
||
</Project> |