Update nksrv.csproj

This commit is contained in:
Mikhail Thompson
2024-07-03 17:06:48 -04:00
parent bb441972a0
commit cea13ddc67

View File

@@ -24,4 +24,10 @@
<ItemGroup> <ItemGroup>
<Protobuf Include="Protos\*.*" GrpcServices="Server" /> <Protobuf Include="Protos\*.*" GrpcServices="Server" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Update="site.pfx">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project> </Project>