Skip to content

Commit

Permalink
Bump System.Text.Json from 7.0.3 to 8.0.1
Browse files Browse the repository at this point in the history
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 7.0.3 to 8.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.3...v8.0.1)

---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 0a6d6cc commit 7823a03
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions VPKSoft.Utils.Common/VPKSoft.Utils.Common.csproj
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<DocumentationFile>bin\$(Configuration)\VPKSoft.Utils.Common.xml</DocumentationFile>
<LangVersion>latest</LangVersion>
<OutputType>Library</OutputType>
<Copyright>Copyright © VPKSoft 2023</Copyright>
<Description>Basic utility classes and interfaces.</Description>
<PackageProjectUrl>https://github.com/VPKSoft</PackageProjectUrl>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageTags>utils;utilities;vpksoft</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Text.Json" Version="7.0.3" />
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<DocumentationFile>bin\$(Configuration)\VPKSoft.Utils.Common.xml</DocumentationFile>
<LangVersion>latest</LangVersion>
<OutputType>Library</OutputType>
<Copyright>Copyright © VPKSoft 2023</Copyright>
<Description>Basic utility classes and interfaces.</Description>
<PackageProjectUrl>https://github.com/VPKSoft</PackageProjectUrl>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageTags>utils;utilities;vpksoft</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Text.Json" Version="8.0.1" />
</ItemGroup>
</Project>

0 comments on commit 7823a03

Please sign in to comment.