Skip to content

Commit

Permalink
Merge pull request #662 from GDATASoftwareAG/renovate/dotnet/all-non-…
Browse files Browse the repository at this point in the history
…major

dotnet: Update all non-major dependencies
  • Loading branch information
doxthree authored Nov 25, 2024
2 parents 75207c3 + 953dcd5 commit 69c4a6c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dotnet/Vaas/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.30.0",
"version": "0.30.2",
"commands": [
"dotnet-csharpier"
]
Expand Down
4 changes: 2 additions & 2 deletions dotnet/Vaas/src/Vaas/Vaas.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.0.12</Version>
<Version>0.0.13</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
Expand All @@ -28,7 +28,7 @@
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Options.DataAnnotations" Version="9.0.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.2.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.2.1" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.2.1" />
<PackageReference Include="Websocket.Client" Version="5.1.2" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion dotnet/Vaas/test/Vaas.Test/Vaas.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="DotNetEnv" Version="3.1.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Moq.Contrib.HttpClient" Version="1.4.0" />
<PackageReference Include="Snapshooter.Xunit" Version="0.14.1" />
<PackageReference Include="xunit" Version="2.9.2" />
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="7.5.8" />
<PackageReference Include="GDataCyberDefense.Vaas" Version="7.6.0" />
</ItemGroup>

</Project>

0 comments on commit 69c4a6c

Please sign in to comment.