Newer
Older
Qwilight / Protobuf / Protobuf.csproj
@Taehui Taehui on 20 Sep 290 bytes 2024-09-20 오후 8:54
<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.28.2" />
	</ItemGroup>
</Project>