Update reference paths to allow for RC2 dev as well

This commit is contained in:
Norbi Peti 2022-10-18 20:19:41 +02:00
parent e0cd7f6aec
commit b3b1e9b9e7
No known key found for this signature in database
GPG key ID: DBA4C4549A927E56
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

View file

@ -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