Skip to content

Commit

Permalink
chore(deps): Bump System.Text.Json from 6.0.9 to 8.0.4
Browse files Browse the repository at this point in the history
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 6.0.9 to 8.0.4.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v6.0.9...v8.0.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 2dd745b commit f274bfd
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions src/IbanNet.CodeGen/IbanNet.CodeGen.csproj
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<IsPackable>false</IsPackable>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<WarningsNotAsErrors>$(WarningsNotAsErrors);CS1591</WarningsNotAsErrors>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\SupportedCountries.md">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>SupportedCountries.tt</DependentUpon>
</None>
<None Include="..\..\SupportedCountries.tt" Link="SupportedCountries.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>SupportedCountries.md</LastGenOutput>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="CsvHelper" Version="30.0.1" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.67" />
<PackageReference Include="System.Text.Json" Version="6.0.9" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\IbanNet\IbanNet.csproj" />
</ItemGroup>

<ItemGroup>
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<IsPackable>false</IsPackable>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<WarningsNotAsErrors>$(WarningsNotAsErrors);CS1591</WarningsNotAsErrors>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\SupportedCountries.md">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>SupportedCountries.tt</DependentUpon>
</None>
<None Include="..\..\SupportedCountries.tt" Link="SupportedCountries.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>SupportedCountries.md</LastGenOutput>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="CsvHelper" Version="30.0.1" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.67" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\IbanNet\IbanNet.csproj" />
</ItemGroup>

<ItemGroup>
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
</ItemGroup>

</Project>

0 comments on commit f274bfd

Please sign in to comment.