Skip to content

Commit 0622547

Browse files
Bump the azure group with 2 updates
Bumps the azure group with 2 updates: [Azure.Data.Tables](https://github.com/Azure/azure-sdk-for-net) and [System.Text.Json](https://github.com/dotnet/runtime). Updates `Azure.Data.Tables` from 12.9.1 to 12.10.0 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Data.Tables_12.9.1...Azure.Data.Tables_12.10.0) Updates `System.Text.Json` from 6.0.10 to 6.0.11 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.10...v6.0.11) --- updated-dependencies: - dependency-name: Azure.Data.Tables dependency-version: 12.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: azure - dependency-name: System.Text.Json dependency-version: 6.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 828d88d commit 0622547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TableStorage.Source/TableStorage.Source.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<AssemblyName>Devlooped.TableStorage.Source</AssemblyName>
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<PackageReference Include="NuGetizer" Version="1.2.3" />
1414
<PackageReference Include="Devlooped.CloudStorageAccount" Version="1.3.0" />
15-
<PackageReference Include="Azure.Data.Tables" Version="12.9.1" />
15+
<PackageReference Include="Azure.Data.Tables" Version="12.10.0" />
1616
<PackageReference Include="Microsoft.OData.Client" Version="7.17.0" />
1717
<PackageReference Include="System.Text.Json" Version="6.0.10" />
1818
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="all" />

0 commit comments

Comments
 (0)