Set AssemblyName

This commit is contained in:
Isaac Marovitz 2024-03-16 20:08:33 -04:00
parent eaac3c6f35
commit 0be0722e42
No known key found for this signature in database
GPG key ID: 97250B2B09A132E1
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>Animation</AssemblyName>
<OutputType>Exe</OutputType>
<RuntimeIdentifiers>osx-x64</RuntimeIdentifiers>
<ImplicitUsings>enable</ImplicitUsings>

View file

@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>Primitive</AssemblyName>
<OutputType>Exe</OutputType>
<RuntimeIdentifiers>osx-x64</RuntimeIdentifiers>
<ImplicitUsings>enable</ImplicitUsings>