Skip to content

Commit

Permalink
Hotfix for Linux: Update obfuscar.props
Browse files Browse the repository at this point in the history
Linux is a case sensitive in files not like windows. It fails if you use this project in a Linux. This is a hot fix
  • Loading branch information
AlkindiX committed Sep 28, 2020
1 parent b5cade7 commit fc67025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/obfuscar.props
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Obfuscar>$(MSBuildThisFileDirectory)..\tools\obfuscar.console.exe</Obfuscar>
<Obfuscar>$(MSBuildThisFileDirectory)..\tools\Obfuscar.Console.exe</Obfuscar>
</PropertyGroup>
</Project>
</Project>

0 comments on commit fc67025

Please sign in to comment.