Skip to content

Commit

Permalink
Commit automatic csproj update
Browse files Browse the repository at this point in the history
  • Loading branch information
Phaiax committed May 6, 2024
1 parent 6925f22 commit eaa4597
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions KeyNStroke/KeyNStroke.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,18 @@
<EmbeddedResource Include="Resources\mouse_wheel_down.png" />
<EmbeddedResource Include="Resources\mouse_wheel_up.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Costura.Fody">
<Version>5.0.2</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Fody">
<Version>6.3.0</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Fody.6.3.0\build\Fody.targets" Condition="Exists('..\packages\Fody.6.3.0\build\Fody.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
Expand Down

0 comments on commit eaa4597

Please sign in to comment.