Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
janzenisek committed Feb 9, 2024
1 parent 8aea5dd commit ebc7d23
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/Communication/Communication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,9 @@
<ProjectReference Include="..\Configuration\Configuration.csproj" PrivateAssets="All" />
<ProjectReference Include="..\Utils\Utils.csproj" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="Nerdbank.GitVersioning" Version="3.7.48-alpha" />
</ItemGroup>

</Project>
6 changes: 5 additions & 1 deletion src/Configuration/Configuration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Ai.Hgb.Common.Entities" Version="0.1.2-prerelease-gb09de19d6b" />
<PackageReference Include="Ai.Hgb.Common.Entities" Version="0.1.3-prerelease-g577e54f0e3" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="7.0.0" />
<PackageReference Include="YamlDotNet" Version="13.1.1" />
</ItemGroup>
Expand All @@ -18,4 +18,8 @@
<ProjectReference Include="..\Utils\Utils.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="Nerdbank.GitVersioning" Version="3.7.48-alpha" />
</ItemGroup>

</Project>
4 changes: 4 additions & 0 deletions src/Utils/Utils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@
<VersionPrefix>0.3.4</VersionPrefix>
<VersionSuffix>alpha</VersionSuffix>
</PropertyGroup>

<ItemGroup>
<PackageReference Update="Nerdbank.GitVersioning" Version="3.7.48-alpha" />
</ItemGroup>

</Project>

0 comments on commit ebc7d23

Please sign in to comment.