Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-dudarev committed Jul 10, 2023
1 parent 41dcfa2 commit d6a6926
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<!-- These properties will be shared for all projects -->
<PropertyGroup>
<VersionPrefix>4.3.0</VersionPrefix>
<VersionSuffix>
</VersionSuffix>
<VersionSuffix></VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="VirtoCommerce.Platform.Core" Version="3.317.0-alpha.12701-pt-10449" />
<PackageReference Include="VirtoCommerce.Platform.Core" Version="3.317.0-alpha.12702-pt-10449" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="VirtoCommerce.StoreModule.Core" Version="3.212.0-alpha.673-pt-10449" />
<PackageReference Include="VirtoCommerce.StoreModule.Core" Version="3.212.0-alpha.675-pt-10449" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\VirtoCommerce.GoogleEcommerceAnalyticsModule.Core\VirtoCommerce.GoogleEcommerceAnalyticsModule.Core.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<version>4.3.0</version>
<version-tag />

<platformVersion>3.317.0-alpha.12701-pt-10449</platformVersion>
<platformVersion>3.317.0-alpha.12702-pt-10449</platformVersion>
<dependencies>
<dependency id="VirtoCommerce.Store" version="3.212.0" />
</dependencies>
Expand Down

0 comments on commit d6a6926

Please sign in to comment.