Skip to content

Commit

Permalink
Fix csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertvanHorrik committed Dec 20, 2024
1 parent 235c95b commit de7a369
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Orchestra.Core/Orchestra.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@

<ItemGroup>
<PackageReference Include="Catel.Fody" Version="4.9.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.9.1" PrivateAssets="all">
<PackageReference Include="Catel.MVVM" Version="6.0.5" />
<PackageReference Include="Fody" Version="6.8.2" PrivateAssets="all">
<PackageReference Include="Fody" Version="6.9.1" PrivateAssets="all">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="LoadAssembliesOnStartup.Fody" Version="4.6.0" PrivateAssets="all" />
Expand Down

0 comments on commit de7a369

Please sign in to comment.