Skip to content

Commit

Permalink
housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
pardeike committed Feb 20, 2021
1 parent 421a486 commit 9f9f21d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ indent_size = 2

# Xml config files
[*.{props,targets,config,nuspec,vsixmanifest,vsct}]
indent_size = 2
indent_style = tab
indent_size = 3

[*.cs]
indent_style = tab
Expand Down
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<MonoModCommonVersion>21.1.12.5</MonoModCommonVersion>
</PropertyGroup>
<PropertyGroup>
<MonoModCommonVersion>21.1.12.5</MonoModCommonVersion>
</PropertyGroup>

</Project>
4 changes: 2 additions & 2 deletions Harmony/Harmony.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@
<!--
See ILRepack config above.
Version 2.1.15+ currently doesn't work on Linux and macOS (results in "Current platform not supported. Unable to find .NET Framework root"),
so using version 2.1.14.
WE MUST USE VERSION 2.1.14 HERE FOR NOW!
-->
<PackageReference Include="ILRepack.Lib.MSBuild" Version="2.1.16.1" PrivateAssets="all" />
<PackageReference Include="ILRepack.Lib.MSBuild" Version="2.1.14" PrivateAssets="all" />
</ItemGroup>

<!--
Expand Down

0 comments on commit 9f9f21d

Please sign in to comment.