Ok, so I’m kinda getting there (I think). Only problem now is that I got a whole bunch of “Duplicate” errors + the paths to UwU & Bot still seems invalid.
~/Uwu-Bot-1$ dotnet build main.csproj
MSBuild version 17.3.2+561848881 for .NET
Determining projects to restore...
Skipping project "/home/runner/Bot/Bot.csproj" because it was not found.
Skipping project "/home/runner/UwU/UwU.csproj" because it was not found.
Skipping project "/home/runner/Bot/Bot.csproj" because it was not found.
Skipping project "/home/runner/UwU/UwU.csproj" because it was not found.
All projects are up-to-date for restore.
/nix/store/4axlc21msjr9g181l2y6hxsmm4jar8i7-dotnet-sdk-6.0.403/sdk/6.0.403/Microsoft.Common.CurrentVersion.targets(2066,5): warning : The referenced project '../Bot/Bot.csproj' does not exist. [/home/runner/Uwu-Bot-1/main.csproj]
/nix/store/4axlc21msjr9g181l2y6hxsmm4jar8i7-dotnet-sdk-6.0.403/sdk/6.0.403/Microsoft.Common.CurrentVersion.targets(2066,5): warning : The referenced project '../UwU/UwU.csproj' does not exist. [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/Bot/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs(4,12): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/UwU/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs(4,12): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/UwU/obj/Debug/net6.0/UwU.AssemblyInfo.cs(13,12): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/UwU/obj/Debug/net6.0/UwU.AssemblyInfo.cs(14,12): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/UwU/obj/Debug/net6.0/UwU.AssemblyInfo.cs(15,12): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/UwU/obj/Debug/net6.0/UwU.AssemblyInfo.cs(16,12): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/UwU/obj/Debug/net6.0/UwU.AssemblyInfo.cs(17,12): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/UwU/obj/Debug/net6.0/UwU.AssemblyInfo.cs(18,12): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/UwU/obj/Debug/net6.0/UwU.AssemblyInfo.cs(19,12): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs(4,12): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/obj/Debug/net6.0/main.AssemblyInfo.cs(14,12): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/obj/Debug/net6.0/main.AssemblyInfo.cs(15,12): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/obj/Debug/net6.0/main.AssemblyInfo.cs(17,12): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/obj/Debug/net6.0/main.AssemblyInfo.cs(18,12): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/obj/Debug/net6.0/main.AssemblyInfo.cs(19,12): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/obj/Debug/net6.0/main.AssemblyInfo.cs(20,12): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/obj/Debug/net6.0/main.AssemblyInfo.cs(21,12): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
Build FAILED.
/nix/store/4axlc21msjr9g181l2y6hxsmm4jar8i7-dotnet-sdk-6.0.403/sdk/6.0.403/Microsoft.Common.CurrentVersion.targets(2066,5): warning : The referenced project '../Bot/Bot.csproj' does not exist. [/home/runner/Uwu-Bot-1/main.csproj]
/nix/store/4axlc21msjr9g181l2y6hxsmm4jar8i7-dotnet-sdk-6.0.403/sdk/6.0.403/Microsoft.Common.CurrentVersion.targets(2066,5): warning : The referenced project '../UwU/UwU.csproj' does not exist. [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/Bot/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs(4,12): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/UwU/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs(4,12): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/UwU/obj/Debug/net6.0/UwU.AssemblyInfo.cs(13,12): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/UwU/obj/Debug/net6.0/UwU.AssemblyInfo.cs(14,12): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/UwU/obj/Debug/net6.0/UwU.AssemblyInfo.cs(15,12): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/UwU/obj/Debug/net6.0/UwU.AssemblyInfo.cs(16,12): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/UwU/obj/Debug/net6.0/UwU.AssemblyInfo.cs(17,12): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/UwU/obj/Debug/net6.0/UwU.AssemblyInfo.cs(18,12): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/UwU/obj/Debug/net6.0/UwU.AssemblyInfo.cs(19,12): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs(4,12): error CS0579: Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/obj/Debug/net6.0/main.AssemblyInfo.cs(14,12): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/obj/Debug/net6.0/main.AssemblyInfo.cs(15,12): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/obj/Debug/net6.0/main.AssemblyInfo.cs(17,12): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/obj/Debug/net6.0/main.AssemblyInfo.cs(18,12): error CS0579: Duplicate 'System.Reflection.AssemblyInformationalVersionAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/obj/Debug/net6.0/main.AssemblyInfo.cs(19,12): error CS0579: Duplicate 'System.Reflection.AssemblyProductAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/obj/Debug/net6.0/main.AssemblyInfo.cs(20,12): error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
/home/runner/Uwu-Bot-1/obj/Debug/net6.0/main.AssemblyInfo.cs(21,12): error CS0579: Duplicate 'System.Reflection.AssemblyVersionAttribute' attribute [/home/runner/Uwu-Bot-1/main.csproj]
2 Warning(s)
17 Error(s)
Time Elapsed 00:00:04.70
~/Uwu-Bot-1$