A simple .NET Framework to make 2D games quick and easy.

Fixed Generation of Duplicate Assembly Attributes

Changed files
+1
+1
Fjord.csproj
··· 6 6 <ImplicitUsings>enable</ImplicitUsings> 7 7 <Nullable>enable</Nullable> 8 8 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 9 + <GenerateAssemblyInfo>false</GenerateAssemblyInfo> 9 10 </PropertyGroup> 10 11 </Project>