Newer
Older
Qwilight / Protobuf / Protobuf.csproj
@Taehui Taehui on 8 Jun 290 bytes 2024-06-08 오후 4:21
<Project Sdk="Microsoft.NET.Sdk">
	<PropertyGroup>
		<TargetFramework>net8.0</TargetFramework>
		<Platforms>x64;ARM64</Platforms>
		<DebugType>embedded</DebugType>
	</PropertyGroup>

	<ItemGroup>
		<PackageReference Include="Google.Protobuf" Version="3.27.1" />
	</ItemGroup>
</Project>