Newer
Older
Qwilight / Protobuf / Protobuf.csproj
@Taehui Taehui on 11 Jan 257 bytes 2024-01-11 오후 12:40
<Project Sdk="Microsoft.NET.Sdk">
	<PropertyGroup>
		<TargetFramework>net8.0</TargetFramework>
		<Platforms>x64;ARM64</Platforms>
	</PropertyGroup>

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