diff --git a/Console/Obfuscar.Console.csproj b/Console/Obfuscar.Console.csproj index 242531e2..bcf7e832 100644 --- a/Console/Obfuscar.Console.csproj +++ b/Console/Obfuscar.Console.csproj @@ -4,7 +4,7 @@ {275B3EED-7E70-4460-950F-96EDCA099BD4} Exe Obfuscar - net8.0-windows + net10.0-windows publish\ diff --git a/GlobalTools/GlobalTools.csproj b/GlobalTools/GlobalTools.csproj index be2399e3..16ff436c 100644 --- a/GlobalTools/GlobalTools.csproj +++ b/GlobalTools/GlobalTools.csproj @@ -2,7 +2,7 @@ Exe - net6.0-windows;net8.0-windows + net10.0-windows true obfuscar.console diff --git a/Obfuscar.nuspec b/Obfuscar.nuspec index cb0c3e40..6b612291 100644 --- a/Obfuscar.nuspec +++ b/Obfuscar.nuspec @@ -21,6 +21,6 @@ - + diff --git a/Obfuscar/AssemblyInfo.cs b/Obfuscar/AssemblyInfo.cs index 9cb4df3e..437187af 100644 --- a/Obfuscar/AssemblyInfo.cs +++ b/Obfuscar/AssemblyInfo.cs @@ -90,6 +90,7 @@ public static AssemblyInfo FromXml(Project project, XElement reader, Variables v string val = Helper.GetAttribute(reader, "file", vars); if (val.Length > 0) { + Console.WriteLine("Loading " + val); info.LoadAssembly(val); } else diff --git a/Obfuscar/Obfuscar.csproj b/Obfuscar/Obfuscar.csproj index de337a2d..4b7e16ed 100644 --- a/Obfuscar/Obfuscar.csproj +++ b/Obfuscar/Obfuscar.csproj @@ -1,7 +1,7 @@  - net6.0;net8.0;net48 + net10.0;net48 false true Minimum @@ -26,12 +26,8 @@ - - - - - - + + diff --git a/ObfuscarTest.FluentAssertions/ObfuscarTest.FluentAssertions.csproj b/ObfuscarTest.FluentAssertions/ObfuscarTest.FluentAssertions.csproj index ac1f53bc..e69ef052 100644 --- a/ObfuscarTest.FluentAssertions/ObfuscarTest.FluentAssertions.csproj +++ b/ObfuscarTest.FluentAssertions/ObfuscarTest.FluentAssertions.csproj @@ -1,7 +1,7 @@  - net6.0;net8.0;net48 + net10.0;net48 diff --git a/ObfuscarTestNet/ObfuscarTestNet.csproj b/ObfuscarTestNet/ObfuscarTestNet.csproj index 1c42f851..f795b24e 100644 --- a/ObfuscarTestNet/ObfuscarTestNet.csproj +++ b/ObfuscarTestNet/ObfuscarTestNet.csproj @@ -1,7 +1,7 @@  - net6.0;net8.0;net48 + net10.0;net48 false true latest diff --git a/readme.md b/readme.md index 99d3035a..d9abdd75 100644 --- a/readme.md +++ b/readme.md @@ -40,5 +40,4 @@ If you want to donate to my efforts on this project, please use the following li /Master - Not to be changed in 3Shape - should be kept in sync with the fork origin. -Build Link: https://github.com/3shape/obfuscar/actions -Release link: https://github.com/3ShapeInternal/ThreeShape.Obfuscar.Release +To release the nuget, please see this repo: https://github.com/3ShapeInternal/ThreeShape.Obfuscar.Release