Skip to content

Commit

Permalink
Merge pull request IoTSharp#1037 from IoTSharp/dependabot/nuget/Shard…
Browse files Browse the repository at this point in the history
…ingCore-7.7.1.10

Bump ShardingCore from 7.7.1.9 to 7.7.1.10
  • Loading branch information
maikebing authored Jun 23, 2023
2 parents 47f5ccb + 4652429 commit 336edf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions IoTSharp.Data/IoTSharp.Data.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
Expand All @@ -18,7 +18,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="7.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.5" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="ShardingCore" Version="7.7.1.9" />
<PackageReference Include="ShardingCore" Version="7.7.1.10" />

</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions IoTSharp/IoTSharp.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
Expand Down Expand Up @@ -78,7 +78,7 @@
<PackageReference Include="RulesEngine" Version="4.0.0" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="2.88.3" />
<PackageReference Include="Storage.Net" Version="9.3.0" />
<PackageReference Include="ShardingCore" Version="7.7.1.9" />
<PackageReference Include="ShardingCore" Version="7.7.1.10" />
<PackageReference Include="System.Resources.Extensions" Version="7.0.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0">
<TreatAsUsed>true</TreatAsUsed>
Expand Down

0 comments on commit 336edf7

Please sign in to comment.