Skip to content

Commit

Permalink
Merge pull request #364 from GDATASoftwareAG/renovate/dotnet
Browse files Browse the repository at this point in the history
Update dotnet
  • Loading branch information
lennartdohmann authored Feb 19, 2024
2 parents 5f51d82 + 0e1e01c commit 4f5f069
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dotnet/Vaas/src/Vaas/Vaas.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Options.DataAnnotations" Version="6.0.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.3.1" />
<PackageReference Include="Websocket.Client" Version="5.0.0" />
<PackageReference Include="Websocket.Client" Version="5.1.1" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions dotnet/Vaas/test/Vaas.Test/Vaas.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Moq.Contrib.HttpClient" Version="1.4.0" />
<PackageReference Include="Snapshooter.Xunit" Version="0.14.1" />
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion dotnet/examples/VaasExample/VaasExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GDataCyberDefense.Vaas" Version="6.0.2" />
<PackageReference Include="GDataCyberDefense.Vaas" Version="6.0.3" />
</ItemGroup>

</Project>

0 comments on commit 4f5f069

Please sign in to comment.