Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankPfattheicher committed Oct 14, 2023
2 parents 2c9b238 + 4754eef commit 6d05d91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Copyright>Copyright ©2013-2021 ICT Baden GmbH</Copyright>
Expand All @@ -24,7 +24,7 @@
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="3.1.10" />
<PackageReference Include="Microsoft.Extensions.Http" Version="3.1.10" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.10" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.12.2" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions IctBaden.Stonehenge3/IctBaden.Stonehenge3.csproj
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Copyright>Copyright ©2013-2021 ICT Baden GmbH</Copyright>
Expand Down Expand Up @@ -28,7 +28,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.10" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.10" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.10" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>

</Project>

0 comments on commit 6d05d91

Please sign in to comment.