mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-31 03:58:38 -05:00 
			
		
		
		
	build: dotnet: set PlatformTarget to AnyCPU
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user