Added a snk file to the project, made the NetCore tests project use package reference rather than the packages.config.
NOTE: it is advisable that on the build server, the snk file is replaced with a different version that is kept a secret.
I have this branch running on a private azure pipelines project which replaces the SNK and generates a nuget package that gets pushed to a private repository.
Added a snk file to the project, made the NetCore tests project use package reference rather than the packages.config.
NOTE: it is advisable that on the build server, the snk file is replaced with a different version that is kept a secret.
I have this branch running on a private azure pipelines project which replaces the SNK and generates a nuget package that gets pushed to a private repository.