Skip to content

Commit

Permalink
Merge pull request #15 from umati/fix/deps
Browse files Browse the repository at this point in the history
Bump Azure.Identity from 1.11.0 to 1.11.4 in /Applications
  • Loading branch information
barnstee authored Jun 13, 2024
2 parents b1c58cf + 9505275 commit 23ec7b8
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 23ec7b8

Please sign in to comment.