Skip to content

Commit

Permalink
Bump System.Configuration.ConfigurationManager from 6.0.1 to 8.0.0
Browse files Browse the repository at this point in the history
Bumps System.Configuration.ConfigurationManager from 6.0.1 to 8.0.0.

---
updated-dependencies:
- dependency-name: System.Configuration.ConfigurationManager
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent eb9209e commit 08729e9
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions Catel/Anotar.Catel/Anotar.Catel.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Catel.Core" Version="6.0.3" />
<PackageReference Include="Fody" Version="6.8.1" PrivateAssets="none" />
<PackageReference Include="FodyPackaging" Version="6.8.1" PrivateAssets="All" />
<Compile Include="$(SolutionDir)\Common\StringFormatMethodAttribute.cs" Link="StringFormatMethodAttribute.cs" />
</ItemGroup>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Catel.Core" Version="6.0.3" />
<PackageReference Include="Fody" Version="6.8.1" PrivateAssets="none" />
<PackageReference Include="FodyPackaging" Version="6.8.1" PrivateAssets="All" />
<Compile Include="$(SolutionDir)\Common\StringFormatMethodAttribute.cs" Link="StringFormatMethodAttribute.cs" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
</ItemGroup>
</Project>

0 comments on commit 08729e9

Please sign in to comment.