Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit 8155d72

Browse files
Bump Fody from 6.6.4 to 6.8.0
Bumps [Fody](https://github.com/Fody/Fody) from 6.6.4 to 6.8.0. - [Release notes](https://github.com/Fody/Fody/releases) - [Commits](Fody/Fody@6.6.4...6.8.0) --- updated-dependencies: - dependency-name: Fody dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 88d44e2 commit 8155d72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LgThinqApi/LgThinqApi.csproj

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

33
<PropertyGroup>
44
<TargetFramework>net7.0</TargetFramework>
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Fody" Version="6.6.4">
8+
<PackageReference Include="Fody" Version="6.8.0">
99
<PrivateAssets>all</PrivateAssets>
1010
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1111
</PackageReference>

ThinqWPFClient/ThinqWPFClient.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.WindowsDesktop">
1+
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
22
<PropertyGroup>
33
<ProjectGuid>{DA5CA879-FF3C-4498-81A9-3068A7DA2C5A}</ProjectGuid>
44
<OutputType>WinExe</OutputType>
@@ -20,7 +20,7 @@
2020
<DebugType>pdbonly</DebugType>
2121
</PropertyGroup>
2222
<ItemGroup>
23-
<PackageReference Include="Fody" Version="6.6.4">
23+
<PackageReference Include="Fody" Version="6.8.0">
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
</PackageReference>

0 commit comments

Comments
 (0)