mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
build: dotnet: set PlatformTarget to AnyCPU
This commit is contained in:
parent
92084a56c6
commit
d99cb2d7d1
@ -6,6 +6,7 @@
|
||||
<ImplicitUsings>disable</ImplicitUsings>
|
||||
<Nullable>disable</Nullable>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<RootNamespace>Fsp</RootNamespace>
|
||||
<AssemblyName>$(MyProductFileName)-msil</AssemblyName>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
|
Loading…
x
Reference in New Issue
Block a user