diff --git a/src/AterraEngine.Unions.Generators/AterraEngine.Unions.Generators.csproj b/src/AterraEngine.Unions.Generators/AterraEngine.Unions.Generators.csproj index 946bb91..1790569 100644 --- a/src/AterraEngine.Unions.Generators/AterraEngine.Unions.Generators.csproj +++ b/src/AterraEngine.Unions.Generators/AterraEngine.Unions.Generators.csproj @@ -16,7 +16,7 @@ AterraEngine.Unions.Generators - 3.6.0-preview.2 + 3.6.0-preview.3 Anna Sas The Source Generator for AterraEngine.Unions https://github.com/AterraEngine/unions-cs/ diff --git a/src/AterraEngine.Unions.Lib/AterraEngine.Unions.Lib.csproj b/src/AterraEngine.Unions.Lib/AterraEngine.Unions.Lib.csproj index 90b967f..b419217 100644 --- a/src/AterraEngine.Unions.Lib/AterraEngine.Unions.Lib.csproj +++ b/src/AterraEngine.Unions.Lib/AterraEngine.Unions.Lib.csproj @@ -9,7 +9,7 @@ true AterraEngine.Unions.Lib - 3.5.0 + 3.6.0-preview.3 Anna Sas A small package allowing you to use Union Structs https://github.com/AterraEngine/unions-cs/ diff --git a/src/AterraEngine.Unions/AterraEngine.Unions.csproj b/src/AterraEngine.Unions/AterraEngine.Unions.csproj index da27188..df94a49 100644 --- a/src/AterraEngine.Unions/AterraEngine.Unions.csproj +++ b/src/AterraEngine.Unions/AterraEngine.Unions.csproj @@ -8,7 +8,7 @@ true AterraEngine.Unions - 3.6.0-preview.2 + 3.6.0-preview.3 Anna Sas A small package allowing you to use Union Structs https://github.com/AterraEngine/unions-cs/ diff --git a/src/Tools.AterraEngine.Unions/Program.cs b/src/Tools.AterraEngine.Unions/Program.cs index 554170c..d9533f8 100644 --- a/src/Tools.AterraEngine.Unions/Program.cs +++ b/src/Tools.AterraEngine.Unions/Program.cs @@ -24,6 +24,7 @@ public static async Task Main(string[] args) { // Code is the true saviour string projects = string.Join(";", "AterraEngine.Unions", + "AterraEngine.Unions.Lib", "AterraEngine.Unions.Generators" );