usnistgov / ACVP-Server

A repository tracking releases of NIST's ACVP server. See www.github.com/usnistgov/ACVP for the protocol.
36 stars 13 forks source link

When building ACVP_Server, Package Microsoft.Orleans.Client 1.0.0 is not compatible with net6.0 #316

Closed JerryDevis closed 3 months ago

JerryDevis commented 4 months ago

Hello, I am building ACVP_Server. when I build GenValAppRunner, I suffer from some problem. The log is as follows. How I can build ACVP_Server. Thanks. NIST.CVP.ACVTS.Generation.GenValApp.csproj : error NU1202: Package Microsoft.Orleans.Client 1.0.0 is not compatible with net6.0 (.NETCoreApp,Version=v6.0). Package Microsoft.Orleans.Client 1.0.0 does not support any target frameworks.

Kritner commented 4 months ago

From the readme: https://github.com/usnistgov/ACVP-Server?tab=readme-ov-file#sym-links

ACVP doesn't use Microsoft.Orleans.Client 1.0.0 - this is likely just the first package version found. This seems to be indicative of not having set up the sym link between the root folder and _config folder

JerryDevis commented 4 months ago

From the readme: https://github.com/usnistgov/ACVP-Server?tab=readme-ov-file#sym-links

ACVP doesn't use Microsoft.Orleans.Client 1.0.0 - this is likely just the first package version found. This seems to be indicative of not having set up the sym link between the root folder and _config folder

OK. Thanks a lot.