Skip to content

Commit

Permalink
VCI-697: Fix failure at home directory (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
krankenbro authored Oct 4, 2023
1 parent 57e7e7a commit e53f0a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/VirtoCommerce.Build/VirtoCommerce.Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<PackageReference Include="Markdig" Version="0.24.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.14" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Octokit" Version="4.0.2" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.2" />
<PackageReference Include="Nuke.Common" Version="6.3.0" />
Expand All @@ -41,7 +41,7 @@
<ExcludeAssets>all</ExcludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Build.Locator" Version="1.4.1" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e53f0a1

Please sign in to comment.