Newer
Older
Qwilight / Protobuf / Protobuf.csproj
@Taehui Taehui on 16 Nov 257 bytes 2023-11-16 오후 7:07
<Project Sdk="Microsoft.NET.Sdk">
	<PropertyGroup>
		<TargetFramework>net7.0</TargetFramework>
		<Platforms>x64;ARM64</Platforms>
	</PropertyGroup>

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