Local build fix
This commit is contained in:
parent
5511817896
commit
55e8f0face
2 changed files with 3 additions and 1 deletions
|
|
@ -2,6 +2,8 @@
|
|||
<PropertyGroup>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<OutputType>Library</OutputType>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<!-- WINDOWS preprocessor symbol mirrors the -windows TFM suffix so #if WINDOWS guards work -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue