Update reference paths to allow for RC2 dev as well
This commit is contained in:
parent
e0cd7f6aec
commit
b3b1e9b9e7
4 changed files with 2336 additions and 2336 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -13,7 +13,7 @@ foreach (var file in Directory.EnumerateFiles(@"../../../../../ref/Techblox_Data
|
|||
|
||||
void ProcessAssembly(string path)
|
||||
{
|
||||
var mod = ModuleDefinition.ReadModule(path, new(ReadingMode.Immediate) { ReadWrite = true });
|
||||
using var mod = ModuleDefinition.ReadModule(path, new(ReadingMode.Immediate) { ReadWrite = true });
|
||||
foreach (var typeDefinition in mod.Types)
|
||||
{
|
||||
typeDefinition.IsPublic = true;
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue