Skip to content

Commit

Permalink
Updated Fody Package
Browse files Browse the repository at this point in the history
  • Loading branch information
DubyaDude committed Apr 26, 2023
1 parent 1b3473e commit e74e2ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions VRChat-Analytics-Blocker/VRChat-Analytics-Blocker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@
<Content Include="dubya.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Fody.6.0.0\build\Fody.targets" Condition="Exists('..\packages\Fody.6.0.0\build\Fody.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Fody.6.0.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.0.0\build\Fody.targets'))" />
<Error Condition="!Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props'))" />
<Error Condition="!Exists('..\packages\Fody.6.7.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.7.0\build\Fody.targets'))" />
</Target>
<Import Project="..\packages\Fody.6.7.0\build\Fody.targets" Condition="Exists('..\packages\Fody.6.7.0\build\Fody.targets')" />
</Project>
2 changes: 1 addition & 1 deletion VRChat-Analytics-Blocker/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<packages>
<package id="Costura.Fody" version="4.1.0" targetFramework="net472" />
<package id="EasyConsole" version="1.1.0" targetFramework="net472" />
<package id="Fody" version="6.0.0" targetFramework="net472" developmentDependency="true" />
<package id="Fody" version="6.7.0" targetFramework="net472" developmentDependency="true" />
</packages>

0 comments on commit e74e2ad

Please sign in to comment.