Skip to content

Commit

Permalink
Merge pull request #307 from VPKSoft/dependabot/nuget/System.Text.Jso…
Browse files Browse the repository at this point in the history
…n-8.0.1

Bump System.Text.Json from 7.0.3 to 8.0.1
  • Loading branch information
Petteri Kautonen authored Feb 22, 2024
2 parents 94fc4e6 + 7823a03 commit 9f40d53
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 9f40d53

Please sign in to comment.